14446 Commits (3713cf11c62df4d993272843c7ef57a1dca3a386)

Author SHA1 Message Date
Anton Khirnov 95a05030ca intelh263dec: fix "Strict H.263 compliance" file playback 14 years ago
Michael Niedermayer 7b8ed831eb jpegdec: actually search for and parse RSTn 14 years ago
Carl Eugen Hoyos 9e4cb03a93 Fix "mixed declarations and code" warnings. 14 years ago
Diego Biurrun a4855adc80 dvbsubdec: Fix compilation of debug code. 14 years ago
Etienne Buira 1e9b302690 libx264: fix double free 14 years ago
Stefano Sabatini 21bf6d7aab mpegvideo: use av_get_picture_type_char() in ff_print_debug_info() 14 years ago
Diego Biurrun ac4a854811 Remove some non-compiling debug messages. 14 years ago
Daniel Kang 4de83b7b6d H264: x86 predict init cosmetics. 14 years ago
Diego Biurrun d3778972d8 ac3enc: Fix linking of AC-3 encoder without the E-AC-3 encoder. 14 years ago
Justin Ruggles c8e9ea43d0 Move E-AC-3 encoder functions to a separate eac3enc.c file. 14 years ago
Justin Ruggles 787a13535a ac3enc: remove convenience macro, #define DEBUG 14 years ago
Justin Ruggles a8bd53402a ac3enc: remove unused #define 14 years ago
John Stebbins 7b20d35a54 vc1: re-initialize tables after width/height change. 14 years ago
Michael Niedermayer 1929807bef libvpxenc: add forgotten AVClass. 14 years ago
Justin Ruggles 2f37321abc iirfilter: fix biquad filter coefficients. 14 years ago
Diego Biurrun b9478cfefb shorten: Remove stray DEBUG #define and corresponding av_dlog statement. 14 years ago
Diego Biurrun 2d9570a304 vorbisdec: Restore mistakenly removed debug output. 14 years ago
Diego Biurrun 02a8d43adf Replace some av_log/printf + #ifdef combinations by av_dlog. 14 years ago
Diego Biurrun 1f6b9cc31d Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG. 14 years ago
Diego Biurrun f8ea0eb6ff svq1dec: Fix debug statements that referenced non-existing context. 14 years ago
Diego Biurrun dc25d79f49 Drop unnecessary directory prefixes from #include directives. 14 years ago
Michael Niedermayer 3a1aaf7b21 ffplay: Fix -vismv 14 years ago
Baptiste Coudurier 4f8da7e7dc s302m: fix resampling for 16 and 24bits. 14 years ago
Mans Rullgard 21c6512542 ARM: remove MUL64 and MAC64 inline asm 14 years ago
Ronald S. Bultje ceff045dbe utils.c: fix crash with threading enabled. 14 years ago
Daniel Kang a8d44f9dd5 Add x86 assembly for some 10-bit H.264 intra predict functions. 14 years ago
Diego Biurrun ef5d7e18f4 Skip tableprint.h during 'make checkheaders'. 14 years ago
Diego Biurrun f25a2ece76 Drop explicit filenames from @file Doxygen tags. 14 years ago
Diego Biurrun 29b3de127f Skip generated table headers during 'make checkheaders'. 14 years ago
Anton Khirnov 367732832f lavf,lavc: free avoptions in a generic way. 14 years ago
Diego Biurrun 92b4abc2ad tableprint: Restore mistakenly deleted common.h #include for FF_ARRAY_ELEMS. 14 years ago
Stefano Sabatini 1863a3c7aa tiff: print log in case of unknown / unsupported tag. 14 years ago
Stefano Sabatini a43458d7eb tiff: fix linesize for mono-white/black formats. 14 years ago
Mans Rullgard 5a4a71257c Fix build of eval-test program 14 years ago
Justin Ruggles 35d5cb1ab4 ac3enc: extract all exponents for the frame at once 14 years ago
Mans Rullgard 594fbe42c6 ARM: remove MULL inline asm 14 years ago
Mans Rullgard 95912731c2 mathops: use MUL64 macro where it forms part of other ops 14 years ago
Diego Biurrun 61ec024d39 Skip headers not designed to work standalone during 'make checkheaders'. 14 years ago
Diego Biurrun 8d459acc10 Add missing #includes to make headers self-contained. 14 years ago
Mans Rullgard 67ace7f047 musepack: remove unnecessary #include from mpcdata.h 14 years ago
Mans Rullgard 91b4941c17 musepack: remove extraneous mpcdata.h inclusions 14 years ago
Michael Niedermayer c1daf0723c j2kdec: dont fail on non zero cblock style. 14 years ago
Rukhsana Ruby 58149303b3 makefile: fix j2k encoder dependancies 14 years ago
Ronald S. Bultje 83a8b3002f mpegvideoenc: fix multislice fate tests with threading disabled. 14 years ago
Mans Rullgard 5e1166b31b Mark some variables with av_unused 14 years ago
Stefano Sabatini 94bed8e582 Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name(). 14 years ago
Baptiste Coudurier 93d06bd1df svq3: Check negative mb_type to fix potential crash. 14 years ago
Baptiste Coudurier 8dfc6d1f7c svq3: Move svq3-specific fields to their own context. 14 years ago
Vladimir Pantelic c1dfb72d35 Remove unused get_psnr() prototype 14 years ago
Michael Niedermayer 9034001b17 h264 fill_filter_caches: Dont init chroma nnz_cache. 14 years ago