30699 Commits (39dbe9b6b8fdd587793583c8296fecf94b3aee58)
 

Author SHA1 Message Date
Baptiste Coudurier 5aa70309ad In libswscale, use all lines when converting from 422p to rgb with mmx, improve quality. 14 years ago
Diego Biurrun f190f676bc Replace custom DEBUG preprocessor trickery by the standard one. 14 years ago
Diego Biurrun 068aa38712 vorbis: Remove non-compiling debug statement. 14 years ago
Diego Biurrun ec6313ad86 vorbis: Remove pointless DEBUG #ifdef around debug output macros. 14 years ago
Diego Biurrun fb52cf8267 cook: Remove non-compiling debug output. 14 years ago
Diego Biurrun 0fc9c6554e Remove pointless #ifdefs around function declarations in a header. 14 years ago
Diego Biurrun 2366462429 Replace #ifdef + av_log() combinations by av_dlog(). 14 years ago
Diego Biurrun df96f22d8f Replace custom debug output functions by av_dlog(). 14 years ago
Diego Biurrun 752207e36b cook: Remove unused debug functions. 14 years ago
Stefano Sabatini e977ca2645 lavfi: add avfilter_link_free() function 14 years ago
Stefano Sabatini b932eb1be6 swscale: reintroduce sws_format_name() symbol 14 years ago
Diego Biurrun b751f61106 Remove stray extra arguments from av_dlog() invocations. 14 years ago
Mans Rullgard 551dfdde70 targa: fix big-endian build 14 years ago
Anton Khirnov fefa67d536 v4l2: remove one forgotten use of AVFormatParameters.pix_fmt. 14 years ago
Anton Khirnov 4078ed2631 vfwcap: add a framerate private option. 14 years ago
Anton Khirnov c21324eeb6 v4l2: add a framerate private option. 14 years ago
Anton Khirnov 121ef2e26d libdc1394: add a framerate private option. 14 years ago
Anton Khirnov 1556186a62 fbdev: add a framerate private option. 14 years ago
Anton Khirnov 3e3db4d93d bktr: add a framerate private option. 14 years ago
Mans Rullgard 4c1e56ede8 oma: check avio_read() return value 14 years ago
Mans Rullgard 14086341bf nutdec: remove unused variable 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Michael Niedermayer 6713989c23 swscale: dither for planar yuv outputs 14 years ago
Michael Niedermayer 877f76ad33 swscale: Fix use of uninitialized values 14 years ago
Michael Niedermayer 5ad38d93e8 cpudetect: add av_force_cpu_flags() 14 years ago
Ronald S. Bultje 808d8ff6bb swscale: allocate larger buffer to handle altivec overreads. 14 years ago
Alexander Strange 6a9c859444 H264/MPEG frame-level multi-threading. 14 years ago
Stefano Sabatini 9e66b64c36 vsrc_buffer: propagate error code in av_vsrc_buffer_add_frame() 14 years ago
Stefano Sabatini 665e608c8d lavfi: reindent after the previous commit 14 years ago
Stefano Sabatini 6f1dd6f45a lavfi: add braces around the block of an if() expression in avfilter_default_get_video_buffer 14 years ago
Stefano Sabatini 0ff5cbedd2 lavfi: clarify the context of a comment in avfilter_default_get_video_buffer() 14 years ago
Stefano Sabatini 77b32b73ed lavfi: apply misc style fixes 14 years ago
Loren Merritt 53be7b23e9 Cosmetic changes to h264_idct_10bit.asm. 14 years ago
Loren Merritt 994c3550ff 2x faster h264_idct_add8_10. 14 years ago
Nathan Caldwell cc9947ffbe aacenc: Add stereo_mode option. 14 years ago
Ronald S. Bultje e6635a9a19 h264: remove CONFIG_GPL from x86 intra prediction code. 14 years ago
James Zern d013c6da80 doc: cosmetics: libx264 typos 14 years ago
Piotr Kaczuba c96f3750c2 postprocess: Remove test for impossible condition (was: Re: postprocess.c: replace check for p==NULL with *p==0) 14 years ago
Clément Bœsch b443447536 Fix various uninitialized variable warnings 14 years ago
Reimar Döffinger 58fd70b04d Port remove of get_sws_cpuflags from MPlayer's libmpcodecs. 14 years ago
Reimar Döffinger 3c194f390f Replace "vector const" by "const vector" otherwise gcc 4.6.0 fails. 14 years ago
Reimar Döffinger 3379531c40 Port recent changes to MPlayer libmpcodecs. 14 years ago
Reimar Döffinger 2a30df09fd Replace non-existent HAVE_SSE2 with HAVE_SSE. 14 years ago
Michael Niedermayer cd8cb54990 Merge remote-tracking branch 'qatar/master' 14 years ago
Reimar Döffinger 06a9da7365 Simplify code and avoid compiler warning about incompatible types. 14 years ago
Reimar Döffinger bf19c87101 Fix type of out[] variable, it should not be const. 14 years ago
Mans Rullgard 8e112df409 ARM: ac3dsp: optimised update_bap_counts() 14 years ago
Diego Biurrun bde2c1c7fe mpegaudiodec: Fix av_dlog() invocation. 14 years ago
Stefano Sabatini eb5a3ab7b0 swscale: fix compilation of bfin due to missing pixdesc.h header 14 years ago
Stefano Sabatini adf9415598 lavf: tag dump_format() as @deprecated 14 years ago