summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* matroskaenc: refuse to write AAC without valid extradataAnton Khirnov2015-01-09
* mpeg4audio: check the init_get_bits() return valueAnton Khirnov2015-01-09
* libfdk-aacdec: Make sure decoding doesn't add any extra delay in the latest v...Martin Storsjö2015-01-08
* libopenh264enc: Fix a typo and some nitpicksMartin Storsjö2015-01-08
* doc: Add initial documentation about the OpenH264 encoder wrapperMartin Storsjö2015-01-08
* xsub: Support DXSA subtitlesAlexandre Colucci2015-01-07
* mpeg: Remove unused fieldLuca Barbato2015-01-07
* segment: Fix the failure pathsLuca Barbato2015-01-07
* libavcodec: Add an OpenH264 encoder wrapperMartin Storsjö2015-01-06
* movenc: Fix a typo in a commentMartin Storsjö2015-01-06
* movenc: Readd an accidentally removed conditionMartin Storsjö2015-01-06
* isom: add 'mp1v' fourccJustin Ruggles2015-01-06
* msmpeg4: check memory allocations and propagate errorsVittorio Giovara2015-01-06
* ulti: invert the order of parameters of ulti_decode_frame()Vittorio Giovara2015-01-06
* vf_interlace: remove the warning tag in the messageVittorio Giovara2015-01-05
* vf_interlace: merge FIELD_LOWER checkVittorio Giovara2015-01-05
* vf_interlace: also assert for heightVittorio Giovara2015-01-05
* vf_interlace: use image width rather than linesizeVittorio Giovara2015-01-05
* build: Use -Werror=format-securityAgostino Sarubbo2015-01-05
* vda: error out if decoded CVPixelBuffer is emptyStefano Pigozzi2015-01-05
* ffv1: const correctness for encode_rgb_frame()Diego Biurrun2015-01-05
* ffv1: Drop unnecessary casts and const qualifiers to match function signaturesDiego Biurrun2015-01-05
* swscale: check memory allocationsVittorio Giovara2015-01-05
* opt: check memory allocationVittorio Giovara2015-01-05
* movenc: Enable editlists by default if delay_moov is enabledMartin Storsjö2015-01-04
* libavformat: Check for malloc failures in avformat_new_streamMartin Storsjö2015-01-04
* libavformat: Remove a misleading/incorrect commentMartin Storsjö2015-01-04
* configure: Remap -L to -libpath for msvcMartin Storsjö2015-01-04
* cmdutils: update copyright year to 2015.Johan Andersson2015-01-04
* avisynth: Use RTLD_LOCAL instead of RTLD_GLOBALMartin Storsjö2015-01-03
* sidxindex: Remove parsing that isn't necessary any longerMartin Storsjö2015-01-03
* sidxindex: Don't adjust the Period start time depending on the track start timeMartin Storsjö2015-01-03
* dashenc: Use pts for MPD timeline timestampsMartin Storsjö2015-01-03
* dashenc: Use delay_moovMartin Storsjö2015-01-03
* movenc: Get rid of a hack for updating the dvc1 atomMartin Storsjö2015-01-03
* movenc: Add an option for delaying writing the moov with empty_moovMartin Storsjö2015-01-03
* movenc: Use start_dts/cts instead of cluster[0] for writing edit listsMartin Storsjö2015-01-03
* movenc: Remove an unnecessary condition when flushing fragmentsMartin Storsjö2015-01-03
* movenc: Factorize writing ftyp and other identification tags to a separate fu...Martin Storsjö2015-01-03
* dashenc: Remove some stray double spacesMartin Storsjö2014-12-29
* dashenc: Fix writing of timelines that don't start at t=0Martin Storsjö2014-12-29
* fate: Use bitexact conversions in the dpxparser testMartin Storsjö2014-12-29
* h264: restore a block mistakenly removed in e10fd08aAnton Khirnov2014-12-27
* vdpau: add support for the H.264 High 4:4:4 Predictive profileRémi Denis-Courmont2014-12-25
* avconv_vdpau: allocate video surface of VDPAU-specified sizeRémi Denis-Courmont2014-12-25
* vdpau: add support for 4:2:2 and 4:4:4 chroma samplingRémi Denis-Courmont2014-12-25
* vdpau: add helper for surface chroma type and sizeRémi Denis-Courmont2014-12-25
* libavcodec: add AV_HWACCEL_ALLOW_HIGH_DEPTH flagRémi Denis-Courmont2014-12-25
* avcodec: add AVCodecContext.sw_pix_fmtRémi Denis-Courmont2014-12-25
* h264: factor hwaccel pixel formats listRémi Denis-Courmont2014-12-25