summaryrefslogtreecommitdiffstats
path: root/libavcodec/dirac_parser.c
Commit message (Expand)AuthorAgeFilesLines
* dirac: add more parse codes from the specificationsRostislav Pehlivanov2016-01-211-4/+5
* dirac_parser: add exceptions for Dirac inter parse codesRostislav Pehlivanov2016-01-211-3/+3
* dirac_parser: Improve parsing and silence pointless warningsRostislav Pehlivanov2016-01-211-8/+15
* avcodec/dirac_parser: Check that there is a previous PU before accessing itMichael Niedermayer2015-12-051-1/+1
* avcodec/dirac_parser: Add basic validity checks for next_pu_offset and prev_p...Michael Niedermayer2015-12-051-0/+9
* avcodec/dirac_parser: Fix potential overflows in pointer checksMichael Niedermayer2015-12-051-3/+5
* avcodec/dirac_parser: Fix undefined memcpy() useMichael Niedermayer2015-11-061-1/+1
* avcodec/dirac_parser: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer2014-10-111-1/+1
* Check for oom in the dirac parser.Carl Eugen Hoyos2014-10-021-0/+4
* Merge commit '9752d07d33d5370f7819865fbb5e582b982aad06'Michael Niedermayer2014-09-091-30/+28
|\
| * dirac: K&R formatting cosmeticsGabriel Dume2014-09-091-30/+28
* | dirac_parser: check prev_pu_offset before using itMichael Niedermayer2012-12-151-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+3
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+3
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-031-5/+4
|\ \ | |/
| * lavc: use designated initialisers for parsers.Anton Khirnov2011-11-021-5/+4
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* Fix incorrectly constructed Dirac parse units that caused A/V sync loss.Anuradha Suraparaju2008-12-221-19/+186
* Add Dirac parser from SoC; written by Marco Gerards;Diego Biurrun2008-05-031-0/+88
OpenPOWER on IntegriCloud