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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-06-24PCM signed 16-bit big-endian planar decoderPaul B Mahol
2015-04-22avcodec: Free the default avoptions on init failureLuca Barbato
2015-04-22avcodec: Unref the dummy buffer on the fail pathLuca Barbato
2015-03-13lavc: Introduce AVCodec internal capabilitiesVittorio Giovara
2015-03-13lavc: Improve thread locking error messageVittorio Giovara
2015-02-28avcodec/utils: use correct printf specifier in ff_set_sarAndreas Cadhalpun
2015-01-27lavc: support extracting audio service type from side dataAnton Khirnov
2015-01-27Add a side data type for audio service type.Anton Khirnov
2015-01-14lavc: add GBRAP to avcodec_align_dimensions2Paul B Mahol
2014-12-25avcodec: add AVCodecContext.sw_pix_fmtRémi Denis-Courmont
2014-11-09lavc: Compact the side-data passthroughLuca Barbato
2014-11-05hwaccel: Deinitialize hardware acceleration early enoughRémi Denis-Courmont
2014-10-17dump: display codec tags when availableVittorio Giovara
2014-10-15lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov
2014-10-13lavc: use a separate field for exporting audio encoder paddingAnton Khirnov
2014-10-08dump: print the original coded dimensions when availableVittorio Giovara
2014-10-08dump: print detailed color space informationVittorio Giovara
2014-10-08dump: split audio and video probing on multiple linesVittorio Giovara
2014-10-08avcodec: make sure color_range is properly initializedVittorio Giovara
2014-10-06ff_get_format: fix infinite loopRémi Denis-Courmont
2014-10-06lavc: specify the behavior of av_lockmgr_register on failure.Manfred Georg
2014-09-26hwaccel: Call ->get_format again if hwaccel init failsRémi Denis-Courmont
2014-08-28avcodec: add stream-level stereo3d side dataVittorio Giovara
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-10lavc: drop the av_fast_{re,m}alloc compatibility wrappersAnton Khirnov
2014-08-09Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.Anton Khirnov
2014-07-27avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as constDiego Biurrun
2014-07-22build: Add define for SIMD extensions requiring 16-byte aligned buffersDiego Biurrun
2014-07-17dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun
2014-07-07dsputil: Move draw_edges() to mpegvideoencdspDiego Biurrun
2014-06-26lavc: do not allocate edges in the default get_buffer2()Anton Khirnov
2014-06-20Add av_image_check_sar() and use it to validate SARJustin Ruggles
2014-06-01libavcodec: set AVFrame colorspace fields on decodingwm4
2014-05-19Add transformation matrix API.Vittorio Giovara
2014-05-18lavc: remove the locking code in avcodec_close()Anton Khirnov
2014-05-11lavc: Add hwaccel private data and init/uninit callbacksAnton Khirnov
2014-05-11hwaccel: Support specific frame allocatorsLuca Barbato
2014-05-11lavc: set AVCodecContext.hwaccel in ff_get_format()Anton Khirnov
2014-05-11lavc: Add an internal wrapper around get_format()Anton Khirnov
2014-05-01lavc: do not use AVCodecContext.codec_name in avcodec_string()Anton Khirnov
2014-04-19utils: add yvyu422 to avcodec_align_dimensions2Vittorio Giovara
2014-04-09mpegvideo: operate with pointers to AVFrames instead of whole structswm4
2014-03-24libavcodec: when decoding, copy replaygain side data to decoded framesAnton Khirnov
2014-02-24lavc: use AVFrame API properly in ff_reget_buffer()Anton Khirnov
2014-02-11lavc: set AVFrame pkt_pts and reordered_opaque in reget_bufferJohn Stebbins