]> git.sesse.net Git - ffmpeg/history - libavcodec/internal.h
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
[ffmpeg] / libavcodec / internal.h
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...