summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* asplit: don't leak the input buffer.Anton Khirnov2012-07-09
* af_resample: fix request_frame() behavior.Anton Khirnov2012-07-09
* af_asyncts: fix request_frame() behavior.Anton Khirnov2012-07-09
* libx264: support aspect ratio switchingJULIAN GARDNER2012-07-09
* matroskadec: honor error_recognition when encountering unknown elements.Anton Khirnov2012-07-09
* lavr: resampling: add support for s32p, fltp, and dblp internal sample formatsJustin Ruggles2012-07-08
* lavr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles2012-07-08
* lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles2012-07-08
* lavr: mix: validate internal sample format in ff_audio_mix_init()Justin Ruggles2012-07-08
* cmutils: include shellapi.h on Win32 (for CommandLineToArgvW).Ronald S. Bultje2012-07-07
* x86/timer: implement an intrinsic-based version for rdtsc (AV_READ_TIME).Ronald S. Bultje2012-07-07
* id3v2: add a mimetype for bmp pictures.Anton Khirnov2012-07-07
* flacdec: be less strict when parsing attached pictures.Anton Khirnov2012-07-07
* flacdec: don't create an attached picture stream until we have all information.Anton Khirnov2012-07-07
* mxfdec: replace x>>av_log2(sizeof(..)) by x/sizeof(..).Ronald S. Bultje2012-07-07
* x86: h264_intrapred: Don't add the 'd' suffix to the SPLATB_REG macroMartin Storsjö2012-07-06
* configure: add functions for testing code fragmentsMans Rullgard2012-07-06
* af_amix: avoid spurious EAGAIN.Anton Khirnov2012-07-06
* af_amix: return AVERROR(EAGAIN) when request_frame didn't produce output.Anton Khirnov2012-07-06
* af_amix: only consider negative return codes as errors.Anton Khirnov2012-07-06
* avconv: use only meaningful timestamps in start time check.Anton Khirnov2012-07-06
* avconv: fix the check for -ss as an output option.Anton Khirnov2012-07-06
* mss3: add forgotten 'static' qualifier for private tableKostya Shishkov2012-07-06
* lavc: options: add planar names for request_sample_fmtMans Rullgard2012-07-05
* flacdec: add planar output supportMans Rullgard2012-07-05
* flvdec: Treat all nellymoser versions as the same codecMartin Storsjö2012-07-05
* qdm2: remove broken and disabled dump_context() debug functionDiego Biurrun2012-07-05
* x86: h264_intrapred: use newly introduced SPLAT* and PSHUFLW macrosDiego Biurrun2012-07-05
* x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macrosLoren Merritt2012-07-05
* x86inc: modify ALIGN to not generate long nops on i586Loren Merritt2012-07-05
* x86: h264_intrapred: port to cpuflag macrosDiego Biurrun2012-07-05
* avplay: update input filter pointer when the filtergraph is reset.Anton Khirnov2012-07-05
* avconv: fix parsing of -force_key_frames option.Reimar Döffinger2012-07-05
* h264: use templates to avoid excessive inliningMans Rullgard2012-07-05
* xtea: Make the count parameter match the documentationSamuel Pitoiset2012-07-05
* blowfish: Make the count parameter match the documentationSamuel Pitoiset2012-07-05
* mpegvideo: Don't use ff_mspel_motion() for vc1Michael Niedermayer2012-07-05
* xtea: invert branch and loop precedenceLuca Barbato2012-07-05
* blowfish: invert branch and loop precedenceLuca Barbato2012-07-05
* flvdec: optionally trust the metadataLuca Barbato2012-07-05
* avconv: Set audio filter time base to the sample rateMartin Storsjö2012-07-05
* vp8: Add ifdef guards around the sse2 loopfilter in the sse2slow branch tooMartin Storsjö2012-07-05
* lavfi: reclassify showfiltfmts as a TESTPROGMans Rullgard2012-07-04
* graph2dot: fix printf format specifierDiego Biurrun2012-07-04
* swscale: yuv2planeX 8bit >=sse2 functions need aligned stack on x86-32.Martin Storsjö2012-07-04
* vp8: loopfilter >=sse2 functions need aligned stack on x86-32.Martin Storsjö2012-07-04
* amr: remove shift out of the AMR_BIT() macro.Ronald S. Bultje2012-07-04
* dsputilenc: group yasm and inline asm function pointer assignment.Ronald S. Bultje2012-07-04
* mov: use forward declaration of a function instead of a table.Ronald S. Bultje2012-07-04
* Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun2012-07-04