summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lavfi: add error handling to end_frame().Anton Khirnov2012-07-22
* lavfi: add error handling to draw_slice().Anton Khirnov2012-07-22
* lavfi: add error handling to start_frame().Anton Khirnov2012-07-22
* Bump libavcodec and libavformat minor versions for G.723.1 decoder and demuxerKostya Shishkov2012-07-22
* G.723.1 demuxer and decoderMohamed Naufal Basheer2012-07-22
* Add a shift parameter to celp_lp_synthesis_filter()Mohamed Naufal Basheer2012-07-22
* libopenjpeg: K&R formatting cosmeticsLuca Barbato2012-07-22
* yadif: use emms_c() instead of inline assembly for emms invocations.Ronald S. Bultje2012-07-21
* ac3: don't use different names for option tables in the template file.Ronald S. Bultje2012-07-21
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-21
* adpcm: don't duplicate identical AVSampleFmt array for each encoder.Ronald S. Bultje2012-07-21
* configure: cosmetics: Group test dependencies togetherDiego Biurrun2012-07-21
* configure: add more passthrough flags in tms470 filterMans Rullgard2012-07-21
* configure: move flag filtering functions out of if/else blocksMans Rullgard2012-07-21
* x86: swscale: Place inline assembly code under appropriate #ifdefsRonald S. Bultje2012-07-21
* rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.Ronald S. Bultje2012-07-21
* configure: Remove redundant RTMPT/RTMPTS dependenciesSamuel Pitoiset2012-07-21
* configure: add filtering of host cflags/ldflagsMans Rullgard2012-07-21
* configure: initialise all flag filters at the same placeMans Rullgard2012-07-21
* configure: add filtering of linker flagsMans Rullgard2012-07-21
* configure: name some variables more consistentlyMans Rullgard2012-07-21
* configure: remove filter_cppflagsMans Rullgard2012-07-21
* configure: set icc_version where it is neededMans Rullgard2012-07-21
* mpegenc: remove disabled codeDiego Biurrun2012-07-21
* lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov2012-07-20
* lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-20
* vsrc_testsrc: avoid an unnecessary avfilter_ref_buffer().Anton Khirnov2012-07-20
* vf_slicify: clear AVFilterLink.cur_buf in start_frame().Anton Khirnov2012-07-20
* vf_settb: simplify start_frame().Anton Khirnov2012-07-20
* vf_fieldorder: don't give up its own reference to the output buffer.Anton Khirnov2012-07-20
* vf_pad: don't give up its own reference to the output buffer.Anton Khirnov2012-07-20
* vf_overlay: don't access a buffer reference that's been given away.Anton Khirnov2012-07-20
* vf_drawtext: don't give up its own reference to the input buffer.Anton Khirnov2012-07-20
* vf_gradfun: don't store two pointers to one AVFilterBufferRef.Anton Khirnov2012-07-20
* vf_delogo: don't store two pointers to one AVFilterBufferRef.Anton Khirnov2012-07-20
* vf_aspect: clear AVFilterLink.cur_buf in start_frame().Anton Khirnov2012-07-20
* lavfi: add avfilter_unref_bufferp()Robert Nagy2012-07-20
* libopenjpeg: introduce lowres and lowqual private optionsLuca Barbato2012-07-20
* FATE: add a test for flac cover art.Anton Khirnov2012-07-20
* cafdec: allow larger ALAC magic cookieJustin Ruggles2012-07-19
* alac: fix channel pointer assignment for 24 and 32-bitJustin Ruggles2012-07-19
* alac: cosmetics: general pretty-printing and comment clean upJustin Ruggles2012-07-19
* alac: calculate buffer size outside the loop in allocate_buffers()Justin Ruggles2012-07-19
* alac: change some data types to plain intJustin Ruggles2012-07-19
* alac: cosmetics: rename some variables and function namesJustin Ruggles2012-07-19
* alac: multi-channel decoding supportAndrew D'Addesio2012-07-19
* alac: split element parsing into a separate functionJustin Ruggles2012-07-19
* alac: support a read sample size of up to 32Justin Ruggles2012-07-19
* alac: output in planar sample formatJustin Ruggles2012-07-19
* alac: add 32-bit decoding supportJustin Ruggles2012-07-19