summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1Ronald S. Bultje2010-08-30
| | | | | | fate failures on Win64. Originally committed as revision 24989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6Ronald S. Bultje2010-08-30
| | | | | | issues on Win64. Originally committed as revision 24988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx()Ronald S. Bultje2010-08-30
| | | | | | functions. Originally committed as revision 24987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify code by using the AV_NE() macroAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move null muxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup includes which are not used anymore in raw.cAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ac3/eac3 demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move dnxhd demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move dirac demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move h261 demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move h263 demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move h264 demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move m4v demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move cavsvideo demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mpegvideo demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ingenient demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move DTS demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify code by using the AV_NE() macroAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: aacdec and idroqenc still depend on raw.oAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename idroq.c to idroqdec.cAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move id roq muxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ADTS AAC demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include stdint.h instead of inttypes.h, it is enough for what this file need.Vitor Sessak2010-08-29
| | | | Originally committed as revision 24966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packetJosh Allmann2010-08-29
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentJosh Allmann2010-08-29
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec: Read RTCP compound packetsJosh Allmann2010-08-29
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtsp: Check the RTCP file handle for new packets, tooJosh Allmann2010-08-29
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix two compiler arnings related to printf-format of sizeof()-statements.Ronald S. Bultje2010-08-28
| | | | Originally committed as revision 24961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stream_selection can be freed in the fail case, in which case it's unassigned.Zhentan Feng2010-08-28
| | | | | | | | Therefore, init it with NULL to prevent a crash on invalid streams. Patch by Zhentan Feng <spyfeng gmail com>. Originally committed as revision 24960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Hopefully fix the fate-ws_snd breakage on PPCVitor Sessak2010-08-28
| | | | Originally committed as revision 24959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics in imdct_sseLoren Merritt2010-08-28
| | | | Originally committed as revision 24958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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