9451 Commits (6d8bfb52f05e73d49ac873d42610862d6c54692c)
 

Author SHA1 Message Date
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
Diego Biurrun 87e61d09cc RoQ muxer 18 years ago
Ramiro Polla 7d5aaa049c Factorize usum 18 years ago
Vitor Sessak 13dec85765 RoQ muxer, patch by Vitor, vitor1001 gmail com 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
Ramiro Polla 5880d5b58d Install MinGW shared libraries (dlls) to bindir 18 years ago
Ivo van Poorten fa88429489 remove the need of one extra shift in rgb16ToUV 18 years ago
Diego Biurrun 686dcc1167 Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER. 18 years ago
Ivo van Poorten f96829d2d0 Fix rgb15ToUV. Correct order of components and use one shift less. 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
Zuxy Meng 2462e4b765 Remove trailing / from -I flags, MinGW appears to dislike them. 18 years ago
Nicolas George 3688f93aed make help message go to standard output instead of standard error 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
Ivo van Poorten 8d2fb33320 autodetect ptx files 18 years ago
Ivo van Poorten 28ba53ff3c add myself for txd and s3tc files 18 years ago
Ivo van Poorten 12b6d7c007 add Renderware TXD format 18 years ago
Ivo van Poorten d58bbf8154 add V.Flash PTX image format 18 years ago
Diego Biurrun c33d98141d Move H.263 parser to its own file. 18 years ago
Diego Biurrun 912f314854 Add a few explanatory comments. 18 years ago
Diego Biurrun b09432ad47 RoQ audio encoder 18 years ago
Ivo van Poorten ad39f1a7c7 Renderware TXD decoder and demuxer 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 cb63173785 Renderware TXD demuxer 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
Ivo van Poorten 9e010b41e6 add AV_[RW][BL]64 support 18 years ago
Michael Niedermayer 5fd5d0ef3a improve mpeg4-es detection by rejecting streams with reserved startcodes (fixes 11-i_need_your_love-daw.mp3 detected as mpeg4) 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
Reimar Döffinger 89ecc26188 Fix two small typos in comment 18 years ago
Michael Niedermayer beac8235b9 fix possibly exploitable stack overflow with num_sprite_warping_points (found by reimar) 18 years ago
Michael Niedermayer d9a3c855fb better wording for the alphabetical lists 18 years ago
Zuxy Meng 18d915dda6 cosmetics: Fix indentation after last commit, patch by Zuxy Meng. 18 years ago
Kostya Shishkov 660e83f815 Add prefix to some variables for consistency 18 years ago