summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avresample: prevent theoretical division by zeroVittorio Giovara2014-10-181-1/+4
* af_resample: check av_opt_set_dict return valueVittorio Giovara2014-10-181-1/+4
* vf_showinfo: Forward the av_image_get_linesize errorVittorio Giovara2014-10-181-1/+3
* vf_drawtext: Do not leak the mmapped textfileLuca Barbato2014-10-181-1/+4
* lavc: make lmax/lmin into private options of mpegvideo encodersAnton Khirnov2014-10-185-11/+20
* lavc: make border_masking into private options of mpegvideo encodersAnton Khirnov2014-10-185-7/+18
* lavc: deprecate unused mb_threshold fieldAnton Khirnov2014-10-183-12/+4
* libvpxenc: add static-thresh private optionAnton Khirnov2014-10-181-1/+12
* lavc: deprecate unused me_threshold fieldAnton Khirnov2014-10-183-7/+7
* lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options of mpe...Anton Khirnov2014-10-185-13/+27
* lavc: make rc_eq into private options of mpegvideo encodersAnton Khirnov2014-10-186-13/+35
* lavc: make rc_qmod_* into private options of mpegvideo encodersAnton Khirnov2014-10-185-7/+19
* lavc: make rc_qsquish a private option of mpegvideo encodersAnton Khirnov2014-10-186-7/+27
* resample: Avoid off-by-1 errors in PTS calcs.Timothy B. Terriberry2014-10-181-1/+9
* urlprotocol: remove unused url_interrupt_cb declarationAnton Khirnov2014-10-181-2/+0
* rtmpproto: Add pause supportUwe L. Korn2014-10-172-1/+43
* rtmpproto: Track last received timestampUwe L. Korn2014-10-171-0/+5
* dump: display codec tags when availableVittorio Giovara2014-10-171-0/+13
* libfdk-aacdec: Enable Dynamic Range Control Metadata SupportOmer Osman2014-10-172-1/+41
* libfdk-aacdec: Enable Decoder Downmix including Downmix Metadata SupportOmer Osman2014-10-172-9/+73
* rtmpproto: Add getStreamLength call to query durationUwe L. Korn2014-10-171-0/+106
* rtmpproto: Add function to read a number responseUwe L. Korn2014-10-171-3/+42
* cmdutils: Use the correct guardLuca Barbato2014-10-171-1/+1
* avformat: Make avformat_free_context handle NULLLuca Barbato2014-10-171-0/+3
* avconv: check return valueVittorio Giovara2014-10-171-1/+3
* avconv: fix leak in filter errorVittorio Giovara2014-10-171-5/+5
* avprobe: Remove a pointless checkLuca Barbato2014-10-171-1/+1
* avplay: Always free optsLuca Barbato2014-10-171-6/+15
* avplay: Always free find_stream_info optionsLuca Barbato2014-10-171-3/+5
* fate: add mpeg4 tests for frame size changesJanne Grunau2014-10-176-0/+614
* ismindex: use tfhd default duration if no sample durationMika Raento2014-10-161-4/+19
* rtsp: Check a memory allocationMichael Lynch2014-10-161-0/+2
* rtmpproto: Fix a typoMartin Storsjö2014-10-151-1/+1
* rtpdec_hevc: Use av_realloc instead of av_malloc+memcpyMartin Storsjö2014-10-151-9/+5
* rtpdec_hevc: Rename a variable for clarityMartin Storsjö2014-10-151-8/+8
* mov: Correctly check the color transfer characteristics rangeVittorio Giovara2014-10-151-1/+2
* imc: fix order of operations in coefficients readVittorio Giovara2014-10-151-4/+4
* sdp: Provide out of bound parameter sets for HEVC if extradata is setMartin Storsjö2014-10-151-2/+106
* rtpdec_hevc: Parse out of band vps/sps/pps/sei from fmtp linesMartin Storsjö2014-10-151-2/+97
* avconv: replace AVCodecContext.time_base with framerateAnton Khirnov2014-10-151-5/+5
* lavf: switch to AVCodecContext.framerate for demuxingAnton Khirnov2014-10-153-8/+10
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-1527-54/+81
* vdpau: add AV_HWACCEL_FLAG_IGNORE_LEVEL to skip the codec level checkRémi Denis-Courmont2014-10-156-5/+24
* vdpau: have av_vdpau_bind_context() fail on unsupported flagRémi Denis-Courmont2014-10-151-0/+3
* doc: fix typing mistakeRémi Denis-Courmont2014-10-151-1/+1
* mov: Handle tfdt atomsMartin Storsjö2014-10-141-0/+31
* movenc: Write tfdt atomsMartin Storsjö2014-10-141-0/+13
* lavf: use initial_padding instead of deprecated delayAnton Khirnov2014-10-132-4/+8
* lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-1322-40/+63
* h263dec: call get_format() on resolution changesRémi Denis-Courmont2014-10-131-0/+6