6923 Commits (885e691aafa4c55ac1be5507bf702c29ba96be2a)
 

Author SHA1 Message Date
Baptiste Coudurier 0299a87c41 change codec id if sample size field is set to 24 in stsd, fix Sony-mx5p.mov 19 years ago
Panagiotis Issaris 720442981b Remove the "mblmax" OptionDef. The equally named AVOption takes over its 19 years ago
Panagiotis Issaris 93b26b6381 Remove the "mblmin" OptionDef. The equally named AVOption takes over its 19 years ago
Panagiotis Issaris 0eba70acab Remove the "lmin" OptionDef. The equally named AVOption takes over its function. 19 years ago
Panagiotis Issaris 494cf83702 Remove the "lmax" OptionDef. The equally named AVOption takes over its function. 19 years ago
Siarhei Siamashka eeebe6ad1f add FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8% 19 years ago
Kostya Shishkov 8db0c25d95 Handle case of get_bits(0) 19 years ago
Måns Rullgård b86216de4c dc_val should be signed 19 years ago
Måns Rullgård bca99b47bf return 0 from encode_picture() and estimate_qp() on success 19 years ago
Måns Rullgård be0d52ab78 make sure we can create and execute files in $TMPDIR 19 years ago
Michael Niedermayer 5b11e08171 prevent infinite loop with VORC012.WMA 19 years ago
Måns Rullgård 854fdb51e6 put ARM feature tests next to other CPU tests 19 years ago
Måns Rullgård c7ae634596 try to stop people blindly using --cross-compile 19 years ago
Panagiotis Issaris 0ec6065a34 Break compatibility only when first part of version number changes, in this 19 years ago
Panagiotis Issaris 95c9943081 Make AVOption parsign code use ff_eval2() 19 years ago
Måns Rullgård 62bb489b13 add some #ifdef CONFIG_ENCODERS/DECODERS 19 years ago
Måns Rullgård 191e8ca752 fix some signedness warnings 19 years ago
Panagiotis Issaris d80f243ae9 Make ratecontrol use ff_eval2(). 19 years ago
Måns Rullgård 0c6309225d remove useless memset() 19 years ago
Luca Abeni 44cdb42386 Add support for YUVJ formats 19 years ago
Panagiotis Issaris a2eb288ac7 Fix compilation by postponing deprecation of ff_eval() until the next version 19 years ago
Kostya Shishkov 050b60b2cc free memory before return 19 years ago
Kostya Shishkov 1dbb339db3 bump lavc version for WavPack decoder 19 years ago
Michael Niedermayer c38a29a448 fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000) 19 years ago
Panagiotis Issaris ae41e29b5b Introduce ff_eval2 which is equivalent to ff_eval but does not log anything. 19 years ago
Måns Rullgård a0403006f8 ARMv5TE optimized IDCT 19 years ago
Michael Niedermayer e2887363e1 fix decoding of bastard1.rm (rv ver=0x10003001 ver0=0x8000000) 19 years ago
Michael Niedermayer 730ba4067c fix r_frame_rate init code for groundhog.vob 19 years ago
Måns Rullgård 89cba1bd7d fix MUL16 macro 19 years ago
Michael Niedermayer 6c17a956b4 drop broken telecine detection code 19 years ago
Michael Niedermayer 35eab0c043 reindent 19 years ago
Michael Niedermayer 5fb83c3844 dont ignore MAX_READ_SIZE 19 years ago
Michael Niedermayer 398f5d3f1d support forward seeking in non seekable streams 19 years ago
Michael Niedermayer 3b9a913db4 simplify seek() failure check 19 years ago
Panagiotis Issaris 4156a436e3 Handle possible failure of ff_eval. 19 years ago
Michael Niedermayer 327409d7b9 mpeg1 b_strategy=2 segfault fix 19 years ago
Kostya Shishkov 730581f3b4 WavPack lossless audio decoder 19 years ago
Reimar Döffinger 1a174c2831 remove get_le16 and get_le32, get_bits and get_bits_long can just be used directly. 19 years ago
Reimar Döffinger 544c449d12 Get rid of get_bits_long_le, get_bits_long was fixed and now behaves the same way. 19 years ago
Reimar Döffinger 6831406b2f Changes needed due to show_bits_long behaviour changes/fixes 19 years ago
Reimar Döffinger d1121caa66 Fix get_bits_long to work with ALT_BITSTREAM_READER_LE. 19 years ago
Aurelien Jacobs 4fde50604d rename vector to vect to avoid clash with Apple gcc 19 years ago
Luca Barbato 79e47000c8 move memory functions from avcodec to avutil 19 years ago
Diego Biurrun 10aa27db71 Remove 404 link. 19 years ago
Oded Shimon 0e3cb7a1ff fix to vorbis decoder for book==0 19 years ago
Panagiotis Issaris 97a9195feb Missing extern declaration for av_strtod. 19 years ago
Michael Niedermayer b8100438a0 cosmetic 19 years ago
Michael Niedermayer e6b120018b segfault fix 19 years ago
Luca Abeni 87656472f4 Improve swscale-example to test conversions between all the possible 19 years ago
Panagiotis Issaris 79ca4de35b Define NAN -if not already defined- as 0.0/0.0 19 years ago