4836 Commits (fa8842948982736a8f461d204df86cee0bfeedf5)

Author SHA1 Message Date
Diego Biurrun 686dcc1167 Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER. 18 years ago
Kostya Shishkov a5c14fcaef Add ff_ prefix to (externally) visible variables 18 years ago
Kostya Shishkov 2a2072fe1e Use correct dequantizer value 18 years ago
Diego Biurrun 4a815a7f64 Allow conditional compilation of H.263-related decoders. 18 years ago
Loren Merritt 5adf43e47e cosmetics: remove code duplication in hadamard8_diff_mmx 18 years ago
Aurelien Jacobs c5a60225c7 move cavs parser in it's own file 18 years ago
Aurelien Jacobs b88e211426 move defines and enums out of cavsdata.h 18 years ago
Aurelien Jacobs 1fddeecd1d remove no more useful includes 18 years ago
Aurelien Jacobs 679c2294cb cosmetics: rename for consistency after previous aac and ac3 parsers move 18 years ago
Aurelien Jacobs 99ff31dc75 move aac and ac3 parsers in their own files 18 years ago
Aurelien Jacobs e0fe500f01 avoid multiple inclusion of ac3.h 18 years ago
Loren Merritt bba5293bb7 cosmetics: remove duplicate transpose macro 18 years ago
Diego Biurrun c33d98141d Move H.263 parser to its own file. 18 years ago
Ivo van Poorten 929baad070 add doxygen comments 18 years ago
Aurelien Jacobs ba4816a0a9 cosmetics: fix inconsistent indentation 18 years ago
Aurelien Jacobs c0f716b86f fix display of theora videos with visible size smaller than encoded size 18 years ago
Ivo van Poorten 1ca779e7eb Renderware TXD decoder 18 years ago
Ivo van Poorten c67b89c534 generic S3TC DXT1 and DXT3 decoding functions 18 years ago
Vitor Sessak f025588bb6 RoQ audio encoder 18 years ago
Aurelien Jacobs c53d2d9042 make some parser parameters const to avoid casting const to non-const 18 years ago
Michael Niedermayer beac8235b9 fix possibly exploitable stack overflow with num_sprite_warping_points (found by reimar) 18 years ago
Kostya Shishkov 660e83f815 Add prefix to some variables for consistency 18 years ago
Kostya Shishkov 986a865fc0 Move VC-1 data to .c file 18 years ago
Kostya Shishkov de53b04b53 Make vc1_parser.c compilable without special defines 18 years ago
Kostya Shishkov 22c3029da1 Move variables to vc1data.h 18 years ago
Loren Merritt 4b8419aa7f simplify 18 years ago
Diego Biurrun 44c560003a Move dvdsub parser to its own file. 18 years ago
Diego Biurrun 027f43f095 Rename dvbsubdec_parser.c to dvbsub_parser.c. 18 years ago
Loren Merritt cd66ddb6b0 simplify 18 years ago
Loren Merritt 6ec4818525 faster and simpler vp6 bilinear mc 18 years ago
Diego Biurrun 0d02cacda9 Move dvbsubdec parser to its own file. 18 years ago
Diego Biurrun bbb7d4c76b Remove superfluous #includes, parser.h now includes its prerequisites. 18 years ago
Aurelien Jacobs 4c5ea91ca8 ff_frame_rate_tab is now declared in mpegvideo.h 18 years ago
Aurelien Jacobs 20c11e4cee avoid a clash between two definitions of SEQ_START_CODE 18 years ago
Aurelien Jacobs 95dca03f77 add a ff_ prefix to the now exported mpeg1_find_frame_end() function 18 years ago
Aurelien Jacobs 7f50d4ac51 move mpegvideo_parser in it's own file 18 years ago
Aurelien Jacobs 89550b2d68 avoid a 'discards qualifiers from pointer' warning 18 years ago
Aurelien Jacobs 0cb4172803 move mpegaudio_parser in it's own file 18 years ago
Aurelien Jacobs d2e911fac8 move mpeg4video_parser in it's own file 18 years ago
Aurelien Jacobs 41fe055242 parser.h uses AVCodecContext so it needs to include avcodec.h 18 years ago
Aurelien Jacobs 75f6cc26ba set CODEC_CAP_DR1 for vp5 and vp6 decoders 18 years ago
Diego Biurrun 442fc0e881 parser.c is compiled unconditionally, there is no need to compile it 18 years ago
Diego Biurrun 5a6a6cc7dc Fix multiple "‘inline/static’ is not at beginning of declaration" warnings. 18 years ago
Diego Biurrun 58170ffdf7 Fix warning: 18 years ago
Diego Biurrun ab8a0d04e9 parser.c is compiled unconditionally, there is no need to compile it 18 years ago
Diego Biurrun 3883a99b7d Move H.261 parser to its own file. 18 years ago
Kostya Shishkov 58683d2743 100l to myself. Do not include stuff unneeded by parser 18 years ago
Kostya Shishkov f9eada03db Typo 18 years ago
Kostya Shishkov 7d9a6a0fc3 Move some declarations into header 18 years ago
Diego Biurrun b0caf888d2 Rename oggvorbis decoder to libvorbis. 18 years ago