summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* movenc: Factorize adding fragment info into a separate functionMartin Storsjö2014-11-17
* movenc: Include empty tracks in iods when writing fragmented mp4Martin Storsjö2014-11-17
* flvenc: Send new metadata when FLAG_METADATA_UPDATED is set.Andrew Stone2014-11-17
* flvenc: move metadata updates into a single functionAndrew Stone2014-11-17
* hevc: remove superfluous assignments and checksAnton Khirnov2014-11-17
* hevc: eliminate an unneeded intermediate variableAnton Khirnov2014-11-17
* hevc: reduce variable scopeAnton Khirnov2014-11-17
* hevc: further reduce code duplication in hls_prediction_unit()Anton Khirnov2014-11-17
* hevc: reduce code duplication in hls_prediction_unit()Anton Khirnov2014-11-17
* hevcdsp_template: templatize transquant_bypassAnton Khirnov2014-11-17
* hevc: remove an unused function parameterAnton Khirnov2014-11-17
* hevc: remove a redundant lineAnton Khirnov2014-11-17
* hevc: do not store rqt_root_cbf in the contextAnton Khirnov2014-11-17
* hevc: do not store pcm_flag in the contextAnton Khirnov2014-11-17
* aarch64: Make the function pointer tables position independentMartin Storsjö2014-11-16
* on2avc: Fix out of array accessMichael Niedermayer2014-11-15
* dv: Drop a spurious checkLuca Barbato2014-11-15
* Icecast: Send content-type in all casesMarvin Scholz2014-11-15
* Icecast: Send 100-continue header if possibleMarvin Scholz2014-11-15
* vf_interlace: Add SIMD for lowpass filterKieran Kunhya2014-11-15
* atrac3plus: always initialize refwavesVittorio Giovara2014-11-14
* lpc: always initialize ref and errVittorio Giovara2014-11-14
* exr: check return valueVittorio Giovara2014-11-14
* bgmc: fix sizeof argumentsThilo Borgmann2014-11-14
* riff: support ProRes in avi (APCN fourcc)Vittorio Giovara2014-11-14
* jpeg2000: do not compute the same value twiceVittorio Giovara2014-11-13
* svq1enc: check ff_get_buffer return valueVittorio Giovara2014-11-13
* ansi: check ff_set_dimensions return valueVittorio Giovara2014-11-13
* avs: check ff_set_dimensions return valueVittorio Giovara2014-11-13
* g2meet: check ff_set_dimensions return valueVittorio Giovara2014-11-13
* indeo3: check ff_set_dimensions return valueVittorio Giovara2014-11-13
* shorten: check for return valueVittorio Giovara2014-11-13
* dcadec: initialize variables before useVittorio Giovara2014-11-13
* escape124: explicitly set get_bits1 variableVittorio Giovara2014-11-13
* mlpdec: check for negative indexVittorio Giovara2014-11-13
* ffv1: fix out-of-bounds readVittorio Giovara2014-11-13
* vorbisenc: add missing parenthesisVittorio Giovara2014-11-13
* dpxenc: mention missing breakVittorio Giovara2014-11-13
* sunrastenc: mention missing breakVittorio Giovara2014-11-13
* vc1dec: refactor check with missing parenthesisVittorio Giovara2014-11-13
* vc1dec: always initialize tx and tyVittorio Giovara2014-11-13
* dnxhdenc: check negative indexVittorio Giovara2014-11-13
* display: fix order of operandsVittorio Giovara2014-11-13
* nellymoserenc: fix array indexVittorio Giovara2014-11-13
* nellymoserenc: fix array element orderingMichael Niedermayer2014-11-13
* libopusenc: prevent an out-of-bounds read by returning earlyVittorio Giovara2014-11-13
* libopusenc: check return valueVittorio Giovara2014-11-13
* vp7: fix checking vp7_feature_value_size()Michael Niedermayer2014-11-13
* 4xm: more thorought check for negative index and negative shiftVittorio Giovara2014-11-13
* tiff: Use av_mallocz_arrayLuca Barbato2014-11-11