summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* RTMPE protocol supportSamuel Pitoiset2012-07-23
* rtmp: Add ff_rtmp_calc_digest_pos()Samuel Pitoiset2012-07-23
* rtmp: Rename rtmp_calc_digest to ff_rtmp_calc_digest and make it globalSamuel Pitoiset2012-07-23
* swscale: add missing HAVE_INLINE_ASM check.Ronald S. Bultje2012-07-22
* lavfi: place x86 inline assembly under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-22
* vc1: Add a test for interlaced field picturesMashiat Sarker Shakkhar2012-07-22
* swscale: Mark all init functions as av_coldDiego Biurrun2012-07-23
* swscale: x86: Drop pointless _mmx suffix from filenamesDiego Biurrun2012-07-23
* lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje2012-07-22
* swscale: place inline assembly bilinear scaler under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-22
* dsputil: ppc: cosmetics: pretty-printJustin Ruggles2012-07-22
* dsputil: x86: add SHUFFLE_MASK_W macroJason Garrett-Glaser2012-07-22
* configure: respect CC_O setting in check_ccMans Rullgard2012-07-22
* FATE: fix the asyncts testAnton Khirnov2012-07-22
* build: Drop gcc-specific warning flag from header compilation ruleDiego Biurrun2012-07-22
* FATE: add a test for the asyncts audio filter.Anton Khirnov2012-07-22
* matroskadec: return more correct error code on read error.Anton Khirnov2012-07-22
* buffersrc: check ff_get_audio_buffer() for errors.Anton Khirnov2012-07-22
* lavfi: check all ff_get_video_buffer() calls for errors.Anton Khirnov2012-07-22
* lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov2012-07-22
* vf_select: avoid an unnecessary avfilter_ref_buffer().Anton Khirnov2012-07-22
* buffersrc: avoid creating unnecessary buffer referenceAnton Khirnov2012-07-22
* lavfi: use avfilter_unref_bufferp() where appropriate.Anton Khirnov2012-07-22
* vf_fps: add more error checks.Anton Khirnov2012-07-22
* vf_fps: fix a memleak on malloc failure.Anton Khirnov2012-07-22
* lavfi: check all ff_start_frame/draw_slice/end_frame calls for errorsAnton Khirnov2012-07-22
* 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