25871 Commits (47806f4119b7cc04d2a8bf26d86ddacaab7aad2b)
 

Author SHA1 Message Date
Ben Littler f0feb4d72f add WAWV fourcc, works on V-codecs/WAWV.avi 14 years ago
Ronald S. Bultje de1c253bab Split intra prediction initialization (i.e. assigning of function pointers) 14 years ago
Ronald S. Bultje d0eb5a1174 Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1 14 years ago
Ronald S. Bultje e9f5f020c6 Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6 14 years ago
Ronald S. Bultje 7e7c4b6008 Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx() 14 years ago
Aurelien Jacobs 4bc16e83a7 simplify code by using the AV_NE() macro 14 years ago
Aurelien Jacobs 8f3890404c move null muxer to its own file 14 years ago
Aurelien Jacobs 1ac301cad8 cleanup includes which are not used anymore in raw.c 14 years ago
Aurelien Jacobs 9e0d82418b move ac3/eac3 demuxer to its own file 14 years ago
Aurelien Jacobs 66e35c5fc6 move dnxhd demuxer to its own file 14 years ago
Aurelien Jacobs 170a250f7d move dirac demuxer to its own file 14 years ago
Aurelien Jacobs 99392a6111 move h261 demuxer to its own file 14 years ago
Aurelien Jacobs b30593c7db move h263 demuxer to its own file 14 years ago
Aurelien Jacobs 9243ed3f91 move h264 demuxer to its own file 14 years ago
Aurelien Jacobs 187186c600 cosmetic 14 years ago
Aurelien Jacobs e35070582e move m4v demuxer to its own file 14 years ago
Aurelien Jacobs c3ed4b2d38 move cavsvideo demuxer to its own file 14 years ago
Aurelien Jacobs 8c51530fa1 move mpegvideo demuxer to its own file 14 years ago
Aurelien Jacobs b47a5a954a move ingenient demuxer to its own file 14 years ago
Aurelien Jacobs 6d0678d182 move DTS demuxer to its own file 14 years ago
Aurelien Jacobs 85a2aada90 simplify code by using the AV_NE() macro 14 years ago
Aurelien Jacobs 26aa681111 10l: aacdec and idroqenc still depend on raw.o 14 years ago
Aurelien Jacobs 2aa751d2c8 rename idroq.c to idroqdec.c 14 years ago
Aurelien Jacobs 54a73bb57f move id roq muxer to its own file 14 years ago
Aurelien Jacobs 49824cb66a move ADTS AAC demuxer to its own file 14 years ago
Vitor Sessak ef4a93426a Include stdint.h instead of inttypes.h, it is enough for what this file need. 14 years ago
Josh Allmann b20359f51a rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packet 14 years ago
Josh Allmann 682d28a965 Reindent 14 years ago
Josh Allmann ff328c0225 rtpdec: Read RTCP compound packets 14 years ago
Josh Allmann a1ba71aace rtsp: Check the RTCP file handle for new packets, too 14 years ago
Ronald S. Bultje 6a1712ddb5 Fix two compiler arnings related to printf-format of sizeof()-statements. 14 years ago
Zhentan Feng 37c506e8b9 stream_selection can be freed in the fail case, in which case it's unassigned. 14 years ago
Vitor Sessak 774b20ca72 Hopefully fix the fate-ws_snd breakage on PPC 14 years ago
Loren Merritt 19d929f9a3 cosmetics in imdct_sse 14 years ago
Vitor Sessak 2d0cdf3cc0 Add fate test for Westwood SND1 codec 14 years ago
Vitor Sessak 0a24503d04 Remove CCITT fax G4 tests (partial revert of r24954). This test is 14 years ago
Aurelien Jacobs 601090b5c0 cosmetic 14 years ago
Vitor Sessak 3b619cab31 CCITT Fax Group compression fate tests 14 years ago
Måns Rullgård db7515fd1e configure: move config.fate creation after OS section 14 years ago
Måns Rullgård 6f9ea29ec6 configure: write config.fate file as early as possible 14 years ago
Måns Rullgård 25432e8503 configure: improve error message for missing yasm 14 years ago
Alex Converse 9cca1e4096 x86: Require yasm OR --disable-asm OR --disable-mmx OR --disable-yasm to build. 14 years ago
Måns Rullgård e90aa6ed2d Revert "Disable MMX for i686 and pentiumpro" 14 years ago
Ronald S. Bultje 4eca52ed19 Fix typos when converting inline asm to yasm, fixes MMX-only fate-ea-vp61. 14 years ago
Måns Rullgård d29d9cccf8 fate: print list of tests with "make fate-list" 14 years ago
Måns Rullgård 0a6cf0afdc Disable MMX for i686 and pentiumpro 14 years ago
Måns Rullgård bcafde6174 configure: select warning suppression syntax based on armcc version 14 years ago
Tobias Bindhammer 133cc989dd Cosmetic changes. 14 years ago
Tobias Bindhammer 2fdb2b5438 Insert info from extradata into header 14 years ago
Tobias Bindhammer 9e906bb1bf Added option to write frames interleaved (yet disabled) 14 years ago