summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Add fate test for Westwood SND1 codecVitor Sessak2010-08-28
| | | | Originally committed as revision 24957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove CCITT fax G4 tests (partial revert of r24954). This test isVitor Sessak2010-08-28
| | | | | | corrupting memory somehow and segfaulting in the BSDs. Originally committed as revision 24956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticAurelien Jacobs2010-08-28
| | | | Originally committed as revision 24955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CCITT Fax Group compression fate testsVitor Sessak2010-08-28
| | | | Originally committed as revision 24954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: move config.fate creation after OS sectionMåns Rullgård2010-08-26
| | | | | | The OS label can be changed, and we want this to be reflected. Originally committed as revision 24953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: write config.fate file as early as possibleMåns Rullgård2010-08-26
| | | | Originally committed as revision 24952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: improve error message for missing yasmMåns Rullgård2010-08-26
| | | | Originally committed as revision 24951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* x86: Require yasm OR --disable-asm OR --disable-mmx OR --disable-yasm to build.Alex Converse2010-08-26
| | | | Originally committed as revision 24950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert "Disable MMX for i686 and pentiumpro"Måns Rullgård2010-08-26
| | | | | | | To avoid being burned at the stake by an angry mob, I am forced to revert this commit. Originally committed as revision 24949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typos when converting inline asm to yasm, fixes MMX-only fate-ea-vp61.Ronald S. Bultje2010-08-26
| | | | Originally committed as revision 24948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: print list of tests with "make fate-list"Måns Rullgård2010-08-26
| | | | Originally committed as revision 24947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable MMX for i686 and pentiumproMåns Rullgård2010-08-26
| | | | Originally committed as revision 24946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: select warning suppression syntax based on armcc versionMåns Rullgård2010-08-26
| | | | | | | | Release 4.1 changed the flag used to pass options through the gcc translation layer. Detect which version is used, and choose the appropriate flag. Originally committed as revision 24945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetic changes.Tobias Bindhammer2010-08-26
| | | | Originally committed as revision 24944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Insert info from extradata into headerTobias Bindhammer2010-08-26
| | | | Originally committed as revision 24943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added option to write frames interleaved (yet disabled)Tobias Bindhammer2010-08-26
| | | | | | | For this reason, a MuxerContext and write_trailer()-function was added, to track the previous packet and flush the last packet at the end. Originally committed as revision 24942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify code/avoid possible bugs by using precalculated values that are used ↵Tobias Bindhammer2010-08-26
| | | | | | for extradata as well Originally committed as revision 24941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable a flexible lifetimeTobias Bindhammer2010-08-26
| | | | Originally committed as revision 24940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Setting proper values in extradata for future use in muxerTobias Bindhammer2010-08-26
| | | | Originally committed as revision 24939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flush the PutBitsContext at the end of each block when encoding ADPCM IMA QTMartin Storsjö2010-08-26
| | | | Originally committed as revision 24938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after the addition ofStefano Sabatini2010-08-26
| | | | | | avcodec_get_channel_layout() of r24936. Originally committed as revision 24937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement avcodec_get_channel_layout().S.N. Hemanth Meenakshisundaram2010-08-26
| | | | | | Patch by S.N. Hemanth Meenakshisundaram smeenaks:ucsd+edu. Originally committed as revision 24936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make stub version of ff_sdp_write_media() match its prototypeAndreas Öman2010-08-25
| | | | | | | | Used when compiled without CONFIG_RTP_MUXER Fallout from r24915 Originally committed as revision 24935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r24931, it broke Win32 and some BSD compiles (yay fate).Ronald S. Bultje2010-08-25
| | | | Originally committed as revision 24934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicate definitions of fullpel MC functionsMåns Rullgård2010-08-25
| | | | | | | This removes duplicated definitions of 8x8 and 16x16 fullpel MC functions with various names reducing dsputil.o by 8k on x86_64. Originally committed as revision 24933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sp5x: remove broken code under #if 0Måns Rullgård2010-08-25
| | | | Originally committed as revision 24932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark xmm6 and xmm7 as clobbered in ff_vp3_idct_sse2(), which is contributingRonald S. Bultje2010-08-25
| | | | | | to the VP6 fate failures on Win64. Originally committed as revision 24931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: build with --enable-gplMåns Rullgård2010-08-25
| | | | Originally committed as revision 24930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add rtp_get_rtcp_file_handle functionJosh Allmann2010-08-25
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP3 fate testVitor Sessak2010-08-25
| | | | Originally committed as revision 24928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add changelog entry for MMSH support.Ronald S. Bultje2010-08-25
| | | | Originally committed as revision 24927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP6: fix vp6_filter_diag4_mmx/sse on 64-bitMåns Rullgård2010-08-25
| | | | | | | The stride can be negative and must be sign extended before being used in pointer arithmetic. Originally committed as revision 24926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle IPv6 in the RTSP codeMartin Storsjö2010-08-25
| | | | Originally committed as revision 24925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle IPv6 in the SDP demuxerMartin Storsjö2010-08-25
| | | | Originally committed as revision 24924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: update struct offsetsMåns Rullgård2010-08-25
| | | | Originally committed as revision 24923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* swscale: simplify selection of optimizations to compile.Ramiro Polla2010-08-25
| | | | Originally committed as revision 32013 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale: Always define COMPILE_xxx to either 0 or 1.Ramiro Polla2010-08-25
| | | | Originally committed as revision 32012 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This shouldRonald S. Bultje2010-08-25
| | | | | | help in fixing the Win64 fate failures. Originally committed as revision 24922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move vp6_filter_diag4() from DSPContext to VP56DSPContext.Ronald S. Bultje2010-08-25
| | | | Originally committed as revision 24921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtsp: Return EOF if the TCP control channel is closedMartin Storsjö2010-08-25
| | | | Originally committed as revision 24920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentMartin Storsjö2010-08-25
| | | | Originally committed as revision 24919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify resolve_destination in sdp.c further, now that we don't enforce ↵Martin Storsjö2010-08-25
| | | | | | IPv4 any longer Originally committed as revision 24918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, add new function parameters to resolve_destination for !config_network tooMartin Storsjö2010-08-25
| | | | Originally committed as revision 24917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent, rewrap linesMartin Storsjö2010-08-25
| | | | Originally committed as revision 24916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly handle IPv6 addresses in the SDP generationMartin Storsjö2010-08-25
| | | | Originally committed as revision 24915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup a bit in a64multi_encode_frame()Tobias Bindhammer2010-08-25
| | | | Originally committed as revision 24914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added/extended some comments in a64multi_encode_frame()Tobias Bindhammer2010-08-25
| | | | Originally committed as revision 24913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtp: Replace hardcoded RTCP packet types with definesJosh Allmann2010-08-25
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Renderware TeXture Dictionary FATE testVitor Sessak2010-08-24
| | | | Originally committed as revision 24911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: enable fast_cmov for 'atom'Janne Grunau2010-08-24
| | | | Originally committed as revision 24910 to svn://svn.ffmpeg.org/ffmpeg/trunk