summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* utils: Use data buffers directly instead of an AVPictureVittorio Giovara2015-10-22
* lavc: Add data and linesize to AVSubtitleRectVittorio Giovara2015-10-21
* avcodec: Do not lock during init if there is no init functionDerek Buitenhuis2015-10-13
* avcodec: Do not lock during open for codecs marked as having threadsafe initDerek Buitenhuis2015-10-04
* lavc: reimplement avcodec_get_type() using codec descriptorswm42015-09-28
* lavc: allow asynchronous decoders to return correct pkt_dts valueswm42015-09-12
* lavu: Drop deprecated duplicated AVFrame/AVCodecContext parametersVittorio Giovara2015-08-28
* lavc: Drop deprecated get_buffer related functionsVittorio Giovara2015-08-28
* lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-28
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* PCM signed 16-bit big-endian planar decoderPaul B Mahol2015-06-24
* avcodec: Free the default avoptions on init failureLuca Barbato2015-04-22
* avcodec: Unref the dummy buffer on the fail pathLuca Barbato2015-04-22
* lavc: Introduce AVCodec internal capabilitiesVittorio Giovara2015-03-13
* lavc: Improve thread locking error messageVittorio Giovara2015-03-13
* avcodec/utils: use correct printf specifier in ff_set_sarAndreas Cadhalpun2015-02-28
* lavc: support extracting audio service type from side dataAnton Khirnov2015-01-27
* Add a side data type for audio service type.Anton Khirnov2015-01-27
* lavc: add GBRAP to avcodec_align_dimensions2Paul B Mahol2015-01-14
* avcodec: add AVCodecContext.sw_pix_fmtRémi Denis-Courmont2014-12-25
* lavc: Compact the side-data passthroughLuca Barbato2014-11-09
* hwaccel: Deinitialize hardware acceleration early enoughRémi Denis-Courmont2014-11-04
* dump: display codec tags when availableVittorio Giovara2014-10-17
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-15
* lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-13
* dump: print the original coded dimensions when availableVittorio Giovara2014-10-08
* dump: print detailed color space informationVittorio Giovara2014-10-08
* dump: split audio and video probing on multiple linesVittorio Giovara2014-10-08
* avcodec: make sure color_range is properly initializedVittorio Giovara2014-10-08
* ff_get_format: fix infinite loopRémi Denis-Courmont2014-10-06
* lavc: specify the behavior of av_lockmgr_register on failure.Manfred Georg2014-10-06
* hwaccel: Call ->get_format again if hwaccel init failsRémi Denis-Courmont2014-09-26
* avcodec: add stream-level stereo3d side dataVittorio Giovara2014-08-28
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* lavc: drop the av_fast_{re,m}alloc compatibility wrappersAnton Khirnov2014-08-10
* Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.Anton Khirnov2014-08-09
* avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as constDiego Biurrun2014-07-26
* build: Add define for SIMD extensions requiring 16-byte aligned buffersDiego Biurrun2014-07-22
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-17
* dsputil: Move draw_edges() to mpegvideoencdspDiego Biurrun2014-07-06
* lavc: do not allocate edges in the default get_buffer2()Anton Khirnov2014-06-26
* Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-20
* libavcodec: set AVFrame colorspace fields on decodingwm42014-06-01
* Add transformation matrix API.Vittorio Giovara2014-05-19