summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2015-01-14
* lavc: add GBRAP to avcodec_align_dimensions2Paul B Mahol2015-01-14
* lavu: add planar 16 bit and 8 bit rgb with alphaPaul B Mahol2015-01-14
* imgutils: create misc functions for dealing with buffersStefano Sabatini2015-01-14
* mov: Check angle rather than full matrix when updating SARVittorio Giovara2015-01-14
* png: improve signature checkVittorio Giovara2015-01-14
* img2dec: correctly use the parsed value from -start_numberVittorio Giovara2015-01-14
* 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