4998 Commits (ac237a2f5d7b5eaa20b603ca225610c4282aa239)

Author SHA1 Message Date
Diego Biurrun 2029f312e8 Remove redundant #inclusion of common.h, avcodec.h already #includes it. 18 years ago
Loren Merritt 7c3a9fe2a3 sse2 version of fdct_col. 18 years ago
Ramiro Polla a4461664cd Simplify ptr[0]; ptr++; to *ptr++ 18 years ago
Ramiro Polla 5a2f421a43 Use bytestream 18 years ago
Ramiro Polla a32c2ce423 Use AV_XX16 macros 18 years ago
Aurelien Jacobs df495dbd9a move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c 18 years ago
Ramiro Polla 7d5aaa049c Factorize usum 18 years ago
Ramiro Polla de8e2c1d22 Use 1 array with double the size instead of 2 arrays with normal size 18 years ago
Ramiro Polla a5cb1f13ba Add bias instead of -32 or 0, as is done in g.722.1 18 years ago
Ramiro Polla 39938968e8 Indentation for previous patch 18 years ago
Ramiro Polla 6b01997012 Add another tmpbias variable, as bias' value will be used later 18 years ago
Ramiro Polla cdb59552df Fix logic for return value of init_vlc 18 years ago
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