Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-18lavc: deprecate unused mb_threshold fieldAnton Khirnov
2014-10-18libvpxenc: add static-thresh private optionAnton Khirnov
2014-10-18lavc: deprecate unused me_threshold fieldAnton Khirnov
2014-10-18lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options of mpe...Anton Khirnov
2014-10-18lavc: make rc_eq into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: make rc_qmod_* into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: make rc_qsquish a private option of mpegvideo encodersAnton Khirnov
2014-10-18resample: Avoid off-by-1 errors in PTS calcs.Timothy B. Terriberry
2014-10-18urlprotocol: remove unused url_interrupt_cb declarationAnton Khirnov
2014-10-18rtmpproto: Add pause supportUwe L. Korn
2014-10-18rtmpproto: Track last received timestampUwe L. Korn
2014-10-17dump: display codec tags when availableVittorio Giovara
2014-10-17libfdk-aacdec: Enable Dynamic Range Control Metadata SupportOmer Osman
2014-10-17libfdk-aacdec: Enable Decoder Downmix including Downmix Metadata SupportOmer Osman
2014-10-17rtmpproto: Add getStreamLength call to query durationUwe L. Korn
2014-10-17rtmpproto: Add function to read a number responseUwe L. Korn
2014-10-17cmdutils: Use the correct guardLuca Barbato
2014-10-17avformat: Make avformat_free_context handle NULLLuca Barbato
2014-10-17avconv: check return valueVittorio Giovara
2014-10-17avconv: fix leak in filter errorVittorio Giovara
2014-10-17avprobe: Remove a pointless checkLuca Barbato
2014-10-17avplay: Always free optsLuca Barbato
2014-10-17avplay: Always free find_stream_info optionsLuca Barbato
2014-10-17fate: add mpeg4 tests for frame size changesJanne Grunau
2014-10-16ismindex: use tfhd default duration if no sample durationMika Raento
2014-10-16rtsp: Check a memory allocationMichael Lynch
2014-10-15rtmpproto: Fix a typoMartin Storsjö
2014-10-15rtpdec_hevc: Use av_realloc instead of av_malloc+memcpyMartin Storsjö
2014-10-15rtpdec_hevc: Rename a variable for clarityMartin Storsjö
2014-10-15mov: Correctly check the color transfer characteristics rangeVittorio Giovara
2014-10-15imc: fix order of operations in coefficients readVittorio Giovara
2014-10-15sdp: Provide out of bound parameter sets for HEVC if extradata is setMartin Storsjö
2014-10-15rtpdec_hevc: Parse out of band vps/sps/pps/sei from fmtp linesMartin Storsjö
2014-10-15avconv: replace AVCodecContext.time_base with framerateAnton Khirnov
2014-10-15lavf: switch to AVCodecContext.framerate for demuxingAnton Khirnov
2014-10-15lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov
2014-10-15vdpau: add AV_HWACCEL_FLAG_IGNORE_LEVEL to skip the codec level checkRémi Denis-Courmont
2014-10-15vdpau: have av_vdpau_bind_context() fail on unsupported flagRémi Denis-Courmont
2014-10-15doc: fix typing mistakeRémi Denis-Courmont
2014-10-14mov: Handle tfdt atomsMartin Storsjö
2014-10-14movenc: Write tfdt atomsMartin Storsjö
2014-10-13lavf: use initial_padding instead of deprecated delayAnton Khirnov
2014-10-13lavc: use a separate field for exporting audio encoder paddingAnton Khirnov
2014-10-13h263dec: call get_format() on resolution changesRémi Denis-Courmont
2014-10-13h263dec: call get_format after setting resolution and profileRémi Denis-Courmont
2014-10-12icecast: Do not use chunked postMark McGough
2014-10-12movenc: Simplify code by using an existing local pointerMartin Storsjö
2014-10-12movenc: Print a warning for an unhandled case of nonzero start dts with empty...Martin Storsjö
2014-10-12movenc: Write edit lists for fragmented files as well, if necessaryMartin Storsjö
2014-10-12movenc: Add some comments explaining subtle details in writing the edit listsMartin Storsjö