summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Hopefully fix the fate-ws_snd breakage on PPCVitor Sessak2010-08-281-3/+4
* cosmetics in imdct_sseLoren Merritt2010-08-281-25/+20
* Add fate test for Westwood SND1 codecVitor Sessak2010-08-282-0/+3
* Remove CCITT fax G4 tests (partial revert of r24954). This test isVitor Sessak2010-08-283-7/+0
* cosmeticAurelien Jacobs2010-08-281-1/+1
* CCITT Fax Group compression fate testsVitor Sessak2010-08-285-0/+16
* configure: move config.fate creation after OS sectionMåns Rullgård2010-08-261-2/+2
* configure: write config.fate file as early as possibleMåns Rullgård2010-08-261-2/+2
* configure: improve error message for missing yasmMåns Rullgård2010-08-261-2/+1
* x86: Require yasm OR --disable-asm OR --disable-mmx OR --disable-yasm to build.Alex Converse2010-08-261-2/+3
* Revert "Disable MMX for i686 and pentiumpro"Måns Rullgård2010-08-261-7/+1
* Fix typos when converting inline asm to yasm, fixes MMX-only fate-ea-vp61.Ronald S. Bultje2010-08-261-5/+5
* fate: print list of tests with "make fate-list"Måns Rullgård2010-08-261-0/+3
* Disable MMX for i686 and pentiumproMåns Rullgård2010-08-261-1/+7
* configure: select warning suppression syntax based on armcc versionMåns Rullgård2010-08-261-2/+3
* Cosmetic changes.Tobias Bindhammer2010-08-261-5/+5
* Insert info from extradata into headerTobias Bindhammer2010-08-261-2/+2
* Added option to write frames interleaved (yet disabled)Tobias Bindhammer2010-08-261-1/+93
* Clarify code/avoid possible bugs by using precalculated values that are used ...Tobias Bindhammer2010-08-261-9/+9
* enable a flexible lifetimeTobias Bindhammer2010-08-261-2/+1
* Setting proper values in extradata for future use in muxerTobias Bindhammer2010-08-261-0/+14
* Flush the PutBitsContext at the end of each block when encoding ADPCM IMA QTMartin Storsjö2010-08-261-0/+1
* Add APIchanges entry after the addition ofStefano Sabatini2010-08-261-0/+3
* Implement avcodec_get_channel_layout().S.N. Hemanth Meenakshisundaram2010-08-263-2/+19
* Make stub version of ff_sdp_write_media() match its prototypeAndreas Öman2010-08-251-2/+1
* Revert r24931, it broke Win32 and some BSD compiles (yay fate).Ronald S. Bultje2010-08-251-1/+0
* Remove duplicate definitions of fullpel MC functionsMåns Rullgård2010-08-254-43/+34
* sp5x: remove broken code under #if 0Måns Rullgård2010-08-251-96/+0
* Mark xmm6 and xmm7 as clobbered in ff_vp3_idct_sse2(), which is contributingRonald S. Bultje2010-08-251-0/+1
* fate: build with --enable-gplMåns Rullgård2010-08-251-0/+1
* Add rtp_get_rtcp_file_handle functionJosh Allmann2010-08-252-0/+10
* VP3 fate testVitor Sessak2010-08-252-0/+117
* Add changelog entry for MMSH support.Ronald S. Bultje2010-08-251-0/+1
* VP6: fix vp6_filter_diag4_mmx/sse on 64-bitMåns Rullgård2010-08-251-0/+3
* Handle IPv6 in the RTSP codeMartin Storsjö2010-08-252-11/+10
* Handle IPv6 in the SDP demuxerMartin Storsjö2010-08-252-10/+25
* ARM: update struct offsetsMåns Rullgård2010-08-251-4/+4
* swscale: simplify selection of optimizations to compile.Ramiro Polla2010-08-251-23/+25
* swscale: Always define COMPILE_xxx to either 0 or 1.Ramiro Polla2010-08-251-12/+28
* Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This shouldRonald S. Bultje2010-08-257-270/+178
* Move vp6_filter_diag4() from DSPContext to VP56DSPContext.Ronald S. Bultje2010-08-259-24/+61
* rtsp: Return EOF if the TCP control channel is closedMartin Storsjö2010-08-251-3/+3
* ReindentMartin Storsjö2010-08-251-4/+4
* Simplify resolve_destination in sdp.c further, now that we don't enforce IPv4...Martin Storsjö2010-08-251-6/+3
* 10l, add new function parameters to resolve_destination for !config_network tooMartin Storsjö2010-08-251-1/+2
* Reindent, rewrap linesMartin Storsjö2010-08-251-7/+6
* Properly handle IPv6 addresses in the SDP generationMartin Storsjö2010-08-253-18/+32
* cleanup a bit in a64multi_encode_frame()Tobias Bindhammer2010-08-251-7/+1
* added/extended some comments in a64multi_encode_frame()Tobias Bindhammer2010-08-251-1/+8
* rtp: Replace hardcoded RTCP packet types with definesJosh Allmann2010-08-255-8/+17