aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* h264_mp4toannexb_bsf: do not fail on annex B extradataAnton Khirnov2016-04-241-1/+10
* libx264: Forbid inverted Stereo3D modeVittorio Giovara2016-04-211-0/+7
* libx264: Allow Stereo3D monoscopic valueVittorio Giovara2016-04-211-0/+5
* build: Silence the lcov-reset targetDiego Biurrun2016-04-211-1/+1
* libavformat: Update the comment about AVOutputFormat flagsMartin Storsjö2016-04-211-1/+1
* movenc: Handle pts == NOPTS when autoflushingMartin Storsjö2016-04-211-1/+4
* movenc: Update a comment to reflect how the code actually behavesMartin Storsjö2016-04-191-1/+2
* img2enc: Refactor the atomic renaming codeLuca Barbato2016-04-191-27/+46
* ape: Avoid undefined behaviourLuca Barbato2016-04-191-1/+1
* indeo3: Avoid undefined behaviourLuca Barbato2016-04-191-4/+4
* libxvid: Create extradata in init using a dummy frameDerek Buitenhuis2016-04-191-0/+41
* pixfmt: fix wrong commentThomas Guillem2016-04-191-2/+2
* Generate the lists of enabled protocols/bsfs from configure.Anton Khirnov2016-04-195-147/+23
* hwcontext: initialize sw_format in av_hwframe_ctx_alloc()Anton Khirnov2016-04-151-0/+1
* lavc: move the vaapi encoders further down in the list of codecsAnton Khirnov2016-04-151-3/+3
* vaapi_h265: Add -qp option, use it to replace use of -global_qualityMark Thompson2016-04-151-3/+18
* vaapi_h265: Add constant-bitrate encode supportMark Thompson2016-04-151-23/+109
* vaapi_h264: Add encode quality option (for quality-speed tradeoff)Mark Thompson2016-04-151-0/+28
* vaapi_h264: Add -qp option, use it to replace use of -global_qualityMark Thompson2016-04-151-3/+18
* vaapi_encode: Add support for codec-local optionsMark Thompson2016-04-152-0/+6
* vaapi_h264: Add constant-bitrate encode supportMark Thompson2016-04-151-25/+110
* vaapi_encode: Refactor slightly to allow easier setting of global optionsMark Thompson2016-04-155-42/+73
* FATE: add an H.264 test with unescaped extradataAnton Khirnov2016-04-152-0/+15
* FATE: add an H.264 test with invalid reference listsAnton Khirnov2016-04-152-0/+17
* libavcodec: Document that encoders may use the framerate field in AVCodecContextMartin Storsjö2016-04-121-1/+2
* omx: Add support for zerocopy input of framesMartin Storsjö2016-04-122-4/+75
* omx: Add support for broadcom OMX on raspberry piMartin Storsjö2016-04-124-9/+54
* libavcodec: Add H264/MPEG4 encoders based on OpenMAX ILMartin Storsjö2016-04-126-1/+836
* mmaldec: Use imgutils.h for copying framesMartin Storsjö2016-04-121-14/+8
* testprogs: Add missing libm.h includesMartin Storsjö2016-04-112-0/+3
* build: Split test programs off into separate filesDiego Biurrun2016-04-0754-2173/+2636
* build: Group declarations for hw-accelerated de-/encoding separatelyDiego Biurrun2016-04-072-50/+69
* build: miscellaneous cosmeticsDiego Biurrun2016-04-0718-92/+153
* configure: cosmetics: Drop pointless end-of-line semicolonsDiego Biurrun2016-04-071-26/+26
* fate: Update DDS testsVittorio Giovara2016-04-064-1/+7
* dds: Simplify postprocessing checkVittorio Giovara2016-04-061-3/+1
* dds: Add support for alpha-only filesVittorio Giovara2016-04-061-0/+2
* dds: Add support for rgb555 filesVittorio Giovara2016-04-061-0/+4
* fate: Update Screenpresso testsVittorio Giovara2016-04-044-2/+25
* screenpresso: Correctly handle keyframesVittorio Giovara2016-04-041-4/+3
* screenpresso: Add extended pixel format supportVittorio Giovara2016-04-041-15/+31
* fate: Update RSCC testsVittorio Giovara2016-04-045-2/+41
* rscc: Add extended pixel format supportVittorio Giovara2016-04-041-8/+37
* nvenc_h264: Fix name of private AVClassDiego Biurrun2016-04-041-2/+2
* matroska: Write the field order informationLuca Barbato2016-04-034-28/+69
* vaapi_h264: Fix bit offset of slice data.Mark Thompson2016-04-021-1/+1
* ac3dec: change logging of skipped E-AC-3 substreams.Tim Walker2016-04-021-2/+3
* eac3dec: don't call avpriv_request_sample every frame.Tim Walker2016-04-022-2/+10
* avconv: Drop an unused variableLuca Barbato2016-04-011-1/+0
* jack: Support OSXJosh de Kock2016-03-312-1/+51