summaryrefslogtreecommitdiff
path: root/libavcodec/dirac.c
Commit message (Expand)AuthorAge
* lavc: export Dirac parsing API used by the ogg demuxer as publicAnton Khirnov2015-12-06
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-15
* dirac: K&R formatting cosmeticsGabriel Dume2014-09-09
* Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-20
* dirac: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tabMartin Storsjö2012-10-18
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* dirac: add Comments and references to the standardJordi Ortiz2012-08-24
* dirac: use meaningful return valuesJordi Ortiz2012-08-21
* dirac: replace compound literal with normal initialiserRonald S. Bultje2012-06-18
* lavc: use avpriv_ prefix for ff_frame_rate_tab.Anton Khirnov2011-10-20
* lavc: use avpriv_ prefix for ff_dirac_parse_sequence_header.Anton Khirnov2011-10-20
* Remove unused variablesMans Rullgard2011-06-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Add a function to parse Dirac's sequence headerDavid Conrad2010-01-11