7887 Commits (a6e923c9db16acb9373c537ec0da23e1c6a6f1b6)
 

Author SHA1 Message Date
Ramiro Polla 27571d3de9 Segmentation fault fix when no video device is specified. 18 years ago
Diego Biurrun 10ef990d96 cosmetics: typo pallete --> palette 18 years ago
Diego Biurrun 6187b8bde3 typo: pallete --> palette 18 years ago
Christophe Mutricy d0b456ba1e Avoid "HAVE_CMOV not defined" warning. 18 years ago
Michael Niedermayer 2d0bcfb412 some interlaced direct sanity checks 18 years ago
Michael Niedermayer 3b6dc9ca6d replace a few hardcoded numbers with their correct named ones 18 years ago
Michael Niedermayer 6de062957b fix 16 CABAC_BIT * 10l bug introduced in r6578 18 years ago
Luca Abeni d28ef27031 deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale() 18 years ago
Luca Abeni 703b56fb5d Add "support for both orderings of the slices (top->down / bottom->up)" 18 years ago
Roman Shaposhnik 6eb2de748d * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>) 18 years ago
Diego Biurrun 3dd9fa77bf Bail out immediately with software scaler instead of failing the tests. 18 years ago
Diego Biurrun 77aee36c59 Add a FIXME note about paths in pkgconfig files. 18 years ago
Baptiste Coudurier d0f4e4fb17 print error when decoding fails 18 years ago
Diego Biurrun a9621908dc Unconditionally enable Theora decoder. It works fine now and there is no 18 years ago
Baptiste Coudurier c3135e11f4 add official VC1 fourcc 18 years ago
Baptiste Coudurier 3b72ec7536 change regression tests for swf, use same as flv, swf muxer only supports mp3 18 years ago
Baptiste Coudurier 662fd26cfc change regression tests for swf, use same as flv, swf muxer only supports mp3 18 years ago
Michael Niedermayer 6880edab82 fix av_reduce() with things like 1/0 and 0/0 18 years ago
Baptiste Coudurier dfc58c5d64 removed unused av_frac_set 18 years ago
Baptiste Coudurier 702dfe0194 remove #if obsoleted after last major version bump 18 years ago
Baptiste Coudurier 8fae2df5e8 10l, only allocate priv_data if not already done 18 years ago
Baptiste Coudurier c6efa4b5b0 humm, actually do what's in the doxy 18 years ago
Baptiste Coudurier fed7d06796 priv_data is allocated/freed internally 18 years ago
Guillaume Poirier 20e570c8e8 links to ARM optimization manuals 18 years ago
Guillaume Poirier f57c7ad234 add missing bit from commit r7423 18 years ago
Siarhei Siamashka 7a88606398 Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) 18 years ago
Robert Swain a5474d50c3 enable bidirectional me with x264 18 years ago
Luca Abeni 40628be0ed __attribute__((unused)) works with gcc 2.95 too 18 years ago
Ramiro Polla e5f94c2b2c Disable threading support by default on all platforms, add individual 18 years ago
Diego Biurrun dc9229536d ordering cosmetics 18 years ago
Diego Biurrun 20c9dfe391 cosmetics: Reorder external libraries. 18 years ago
Diego Biurrun 6ebe07fbb5 variable renaming: mp3lame --> libmp3lame 18 years ago
Diego Biurrun 2eed5a461f Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin 18 years ago
Diego Biurrun 3ffab36139 variable renaming: dts --> libdts 18 years ago
Diego Biurrun f8904fd959 Rename variables: a52 --> liba52, a52bin --> liba52bin 18 years ago
Diego Biurrun bfd5afd844 Reorder configure output. 18 years ago
Diego Biurrun 21e3078f27 one more naming consistency change 18 years ago
Diego Biurrun a10b8204bb more consistency for the output naming 18 years ago
Diego Biurrun f36958f89a Align configure output. 18 years ago
Luca Abeni 0dea6433fd replace some av_malloc();memset(...,0,...) sequences with av_mallocz() 18 years ago
Baptiste Coudurier e943369fd4 simplify 18 years ago
Baptiste Coudurier 17230c9d4d dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3 18 years ago
Michael Niedermayer bc9a459780 maybe fixing a segfault 18 years ago
Michael Niedermayer 78954a0542 snow specification 18 years ago
Michael Niedermayer 1e90b34f08 dead code removial 18 years ago
Michael Niedermayer d0966f026c missdetected a broken mp3 18 years ago
Michael Niedermayer 69c262d156 indention 18 years ago
Michael Niedermayer 1694118b9b nth try of getting the frame rate detecton working 18 years ago
Michael Niedermayer 396a5e6837 store a few values in the header as difference to the last 18 years ago
Michael Niedermayer c62997a587 some quick encoding tips 18 years ago