]> git.sesse.net Git - ffmpeg/history - libavcodec/utils.c
lavc: export the timestamps when decoding in AVFrame.pts
[ffmpeg] / libavcodec / utils.c
2016-06-21 Anton Khirnovlavc: export the timestamps when decoding in AVFrame.pts
2016-06-21 Anton Khirnovlavc: allow using AVCodecContext.hw_frames_ctx for...
2016-05-16 Anton Khirnovlavc: make avcodec_open2() fail when the timebase is...
2016-03-23 wm4lavc: introduce a new decoding/encoding API with decoup...
2016-03-05 wm4lavc: factor apply_param_change() AV_EF_EXPLODE handling
2016-02-23 Anton Khirnovlavc: add a variant of av_get_audio_frame_duration...
2016-02-23 Anton Khirnovlavc: add codec parameters API
2016-02-14 Anton Khirnovlavc: add a field for passing AVHWFramesContext to...
2016-01-19 Arttu Ylä-Outinenlavc: Make sure that the effective timebase would not...
2015-12-12 Anton Khirnovlavc: get the profile name through the codec descriptor...
2015-12-12 Anton Khirnovlavc: add profiles to AVCodecDescriptor
2015-12-12 Anton Khirnovlavc: print the name of the codec, not its implementati...
2015-12-06 Anton Khirnovlibopenh264enc: export CPB props side data
2015-12-06 Anton Khirnovlavc: add a packet side data type for VBV-like parameters
2015-12-06 Anton Khirnovlavc: add stream-global packet side data
2015-10-26 Luca Barbatoavpacket: Replace av_free_packet with av_packet_unref
2015-10-22 Vittorio Giovarautils: Use data buffers directly instead of an AVPicture
2015-10-21 Vittorio Giovaralavc: Add data and linesize to AVSubtitleRect
2015-10-13 Derek Buitenhuisavcodec: Do not lock during init if there is no init...
2015-10-04 Derek Buitenhuisavcodec: Do not lock during open for codecs marked...
2015-09-28 wm4lavc: reimplement avcodec_get_type() using codec descri...
2015-09-12 wm4lavc: allow asynchronous decoders to return correct...
2015-08-28 Vittorio Giovaralavu: Drop deprecated duplicated AVFrame/AVCodecContext...
2015-08-28 Vittorio Giovaralavc: Drop deprecated get_buffer related functions
2015-08-28 Vittorio Giovaralavc: Drop deprecated destruct_packet related functions
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2015-06-24 Paul B MaholPCM signed 16-bit big-endian planar decoder
2015-04-22 Luca Barbatoavcodec: Free the default avoptions on init failure
2015-04-22 Luca Barbatoavcodec: Unref the dummy buffer on the fail path
2015-03-13 Vittorio Giovaralavc: Introduce AVCodec internal capabilities
2015-03-13 Vittorio Giovaralavc: Improve thread locking error message
2015-02-28 Andreas Cadhalpunavcodec/utils: use correct printf specifier in ff_set_sar
2015-01-27 Anton Khirnovlavc: support extracting audio service type from side...
2015-01-27 Anton KhirnovAdd a side data type for audio service type.
2015-01-14 Paul B Mahollavc: add GBRAP to avcodec_align_dimensions2
2014-12-25 Rémi Denis-Courmontavcodec: add AVCodecContext.sw_pix_fmt
2014-11-09 Luca Barbatolavc: Compact the side-data passthrough
2014-11-04 Rémi Denis-Courmonthwaccel: Deinitialize hardware acceleration early enough
2014-10-17 Vittorio Giovaradump: display codec tags when available
2014-10-15 Anton Khirnovlavc: deprecate the use of AVCodecContext.time_base...
2014-10-13 Anton Khirnovlavc: use a separate field for exporting audio encoder...
2014-10-08 Vittorio Giovaradump: print the original coded dimensions when available
2014-10-08 Vittorio Giovaradump: print detailed color space information
2014-10-08 Vittorio Giovaradump: split audio and video probing on multiple lines
2014-10-08 Vittorio Giovaraavcodec: make sure color_range is properly initialized
2014-10-06 Rémi Denis-Courmontff_get_format: fix infinite loop
2014-10-06 Manfred Georglavc: specify the behavior of av_lockmgr_register on...
2014-09-26 Rémi Denis-Courmonthwaccel: Call ->get_format again if hwaccel init fails
2014-08-28 Vittorio Giovaraavcodec: add stream-level stereo3d side data
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer inequality checks more...
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-08-10 Anton Khirnovlavc: drop the av_fast_{re,m}alloc compatibility wrappers
2014-08-09 Anton KhirnovRemove obsolete FF_API_AVFRAME_COLORSPACE cruft.
2014-07-26 Diego Biurrunavcodec: Mark argument in av_{parser|hwaccel|bitstream_...
2014-07-22 Diego Biurrunbuild: Add define for SIMD extensions requiring 16...
2014-07-17 Diego Biurrundsputil: Split motion estimation compare bits off into...
2014-07-06 Diego Biurrundsputil: Move draw_edges() to mpegvideoencdsp
2014-06-26 Anton Khirnovlavc: do not allocate edges in the default get_buffer2()
2014-06-20 Justin RugglesAdd av_image_check_sar() and use it to validate SAR
2014-06-01 wm4libavcodec: set AVFrame colorspace fields on decoding
2014-05-19 Vittorio GiovaraAdd transformation matrix API.
2014-05-18 Anton Khirnovlavc: remove the locking code in avcodec_close()
2014-05-11 Anton Khirnovlavc: Add hwaccel private data and init/uninit callbacks
2014-05-11 Luca Barbatohwaccel: Support specific frame allocators
2014-05-11 Anton Khirnovlavc: set AVCodecContext.hwaccel in ff_get_format()
2014-05-11 Anton Khirnovlavc: Add an internal wrapper around get_format()
2014-05-01 Anton Khirnovlavc: do not use AVCodecContext.codec_name in avcodec_s...
2014-04-19 Vittorio Giovarautils: add yvyu422 to avcodec_align_dimensions2
2014-04-09 wm4mpegvideo: operate with pointers to AVFrames instead...
2014-03-24 Anton Khirnovlibavcodec: when decoding, copy replaygain side data...
2014-02-24 Anton Khirnovlavc: use AVFrame API properly in ff_reget_buffer()
2014-02-11 John Stebbinslavc: set AVFrame pkt_pts and reordered_opaque in reget...
2014-02-04 Diego Biurrunavcodec: Suppress deprecation warnings from avcodec_all...
2014-01-21 Anton Khirnovlavc: do not force the emu edge flag
2014-01-20 Anton Khirnovlavc: deprecate CODEC_FLAG_EMU_EDGE and avcodec_get_edg...
2014-01-20 Anton Khirnovlavc: allow the caller to override dimensions in ff_get...
2014-01-06 Anton Khirnovlavc: do not leak the internal frame if opening the...
2014-01-06 Anton Khirnovlavc: add 422/444 YUV with alpha to align_dimensions()
2014-01-05 Tim Walkeravframe: add AV_FRAME_DATA_MATRIXENCODING side data...
2013-12-11 Anton Khirnovlavc: deprecate avcodec_get_frame_defaults().
2013-12-11 Anton Khirnovlavc: call av_frame_unref() instead of avcodec_get_fram...
2013-12-11 Anton Khirnovlavc: deprecate avcodec_free_frame()
2013-12-09 Anton Khirnovlavc: rework handling of refcounted_frames=0
2013-12-09 Anton Khirnovlavc/decode_video(): always unref the frame if there...
2013-12-09 Anton Khirnovlavc: remove a pointless check in decode_audio4()
2013-12-09 Anton Khirnovlavc: use buf[0] instead of data[0] as the indicator...
2013-12-09 Anton Khirnovlavc: remove the extended_data workarounds.
2013-11-16 Anton Khirnovlavc: deprecate avcodec_alloc_frame().
2013-11-16 Anton KhirnovReplace all instances of avcodec_alloc_frame() with...
2013-11-14 Anton KhirnovMove av_fast_{m,re}alloc from lavc to lavu.
2013-11-10 Luca Barbatohwaccel: Simplify ff_find_hwaccel
2013-11-04 Anton Khirnovlavc: move AVCodecContext.pkt to AVCodecInternal
2013-11-04 Anton Khirnovpthread: store thread contexts in AVCodecInternal inste...
2013-10-31 Anton Khirnovlavc/utils: stop using deprecated avcodec_set_dimensions
2013-10-31 Anton Khirnovlavc: replace avcodec_set_dimensions with ff_set_dimensions
2013-10-30 Anton Khirnovlavc: add error checking to apply_param_change.
next