]> git.sesse.net Git - ffmpeg/history - libavcodec/internal.h
lavc: introduce a new decoding/encoding API with decoupled input/output
[ffmpeg] / libavcodec / internal.h
2016-03-23 wm4lavc: introduce a new decoding/encoding API with decoup...
2015-12-08 Luca Barbatolog: Use a do {} while (0) for tlog
2015-12-06 Anton Khirnovlibopenh264enc: export CPB props side data
2015-12-05 Luca Barbatolog: Use a do {} while (0) for dlog
2015-09-12 wm4lavc: allow asynchronous decoders to return correct...
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-02 Vittorio Giovaralavc: Deprecate avctx.{inter,intra}_quant_bias
2015-04-24 Vittorio Giovarainternal: Make dlog/tlog a no-op when disabled
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2015-04-05 Martin Storsjölibavcodec: Clarify the documentation of the internal...
2015-03-13 Vittorio Giovaralavc: Introduce AVCodec internal capabilities
2014-11-17 Vittorio Giovaralavc: fix bitshifts amount bigger than the type
2014-06-20 Justin RugglesAdd av_image_check_sar() and use it to validate SAR
2014-05-11 Anton Khirnovlavc: Add hwaccel private data and init/uninit callbacks
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-03-24 Anton Khirnovlibavcodec: when decoding, copy replaygain side data...
2014-01-05 Tim Walkeravframe: add AV_FRAME_DATA_MATRIXENCODING side data...
2013-12-09 Anton Khirnovlavc: rework handling of refcounted_frames=0
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: replace avcodec_set_dimensions with ff_set_dimensions
2013-03-26 Martin Storsjölavc: Rename avpriv_mpv_find_start_code after moving...
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
2013-03-08 Anton Khirnovlavc: limit maximum number of channels to 63
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-03-06 Diego Biurrunavcodec/internal: Fix #if DECODE_AUDIO / ENCODE_AUDIO...
2012-12-04 Anton Khirnovlavc: don't reuse audio buffers
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-13 Luca Barbatoavcodec: remove ff_is_hwaccel_pix_fmt
2012-11-01 Justin Ruggleslavc: move SANE_NB_CHANNELS to internal.h and use it...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-05-09 Anton Khirnovlavc: pad last audio frame with silence when needed.
2012-02-20 Justin Rugglesavcodec: add ff_samples_to_time_base() convenience...
2012-02-01 Justin Rugglesff_alloc_packet: modify the size of the packet to match...
2012-01-16 Justin Rugglesavcodec: Add avcodec_encode_audio2() as replacement...
2012-01-12 Alex Converseutils: Check for extradata size overflows.
2011-12-18 Mans Rullgardavcodec: deprecate AVFrame.age
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-19 Justin Rugglesavcodec: move some AVCodecContext fields to an internal...
2011-11-05 Martin Storsjöavcodec: Allow locking and unlocking an avformat specif...
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_toupper4.
2011-07-10 Anton Khirnovlavc: add support for codec-specific defaults.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-05-18 Francesco LavraFactorize some code into the new function ff_toupper4().
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-01-10 Michael NiedermayerDoxy for ff_match_2uint16().
2010-01-10 Michael NiedermayerFix implicit declaration warning.
2009-06-29 Ronald S. BultjeMove av_log_missing_feature() from the internal.h to...
2009-06-29 Ronald S. BultjeRename ff_log_missing_feature() to av_log_missing_featu...
2009-06-06 Stefano SabatiniRemove '\p', '\c' and '\e' doxygen markup from doxy...
2009-02-25 Gwenole BeauchesneAdd missing prototype for ff_is_hwaccel_pix_fmt().
2009-02-24 Michael Niedermayeradd ff_find_hwaccel() by Gwenole Beauchesne
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-16 Kenan GilletSplit ff_log_missing_feature into ff_log_missing_feature
2008-12-08 Stefano SabatiniMake av_log_missing_feature an internal function, and...
2006-10-12 Diego BiurrunRename internal.h --> xvid_internal.h, it clashes with...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-03-30 Corey Hickey- Add new file internal.h for common internal-use-only...