summaryrefslogtreecommitdiffstats
path: root/libavcodec/dirac.c
Commit message (Expand)AuthorAgeFilesLines
* dirac: Convert to the new bitstream readerAlexandra Hájková2017-01-311-44/+45
* golomb: Convert to the new bitstream readerDiego Biurrun2017-01-311-1/+1
* golomb: Give svq3_get_se_golomb()/svq3_get_ue_golomb() better namesDiego Biurrun2016-05-251-29/+29
* lavc: export Dirac parsing API used by the ogg demuxer as publicAnton Khirnov2015-12-061-80/+142
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-151-2/+1
* dirac: K&R formatting cosmeticsGabriel Dume2014-09-091-53/+55
* Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-201-0/+2
* dirac: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-3/+3
* avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tabMartin Storsjö2012-10-181-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-3/+3
* dirac: add Comments and references to the standardJordi Ortiz2012-08-241-19/+61
* dirac: use meaningful return valuesJordi Ortiz2012-08-211-12/+13
* dirac: replace compound literal with normal initialiserRonald S. Bultje2012-06-181-1/+1
* lavc: use avpriv_ prefix for ff_frame_rate_tab.Anton Khirnov2011-10-201-1/+1
* lavc: use avpriv_ prefix for ff_dirac_parse_sequence_header.Anton Khirnov2011-10-201-1/+1
* Remove unused variablesMans Rullgard2011-06-021-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Add a function to parse Dirac's sequence headerDavid Conrad2010-01-111-0/+284
OpenPOWER on IntegriCloud