| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/dirac_parser: use av_freep(), do not leave stale pointers in memory | Michael Niedermayer | 2014-10-11 | 1 | -1/+1 |
* | Check for oom in the dirac parser. | Carl Eugen Hoyos | 2014-10-02 | 1 | -0/+4 |
* | Merge commit '9752d07d33d5370f7819865fbb5e582b982aad06' | Michael Niedermayer | 2014-09-09 | 1 | -30/+28 |
|\ |
|
| * | dirac: K&R formatting cosmetics | Gabriel Dume | 2014-09-09 | 1 | -30/+28 |
* | | dirac_parser: check prev_pu_offset before using it | Michael Niedermayer | 2012-12-15 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+3 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+3 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 1 | -5/+4 |
|\| |
|
| * | lavc: use designated initialisers for parsers. | Anton Khirnov | 2011-11-02 | 1 | -5/+4 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+1 |
* | Fix incorrectly constructed Dirac parse units that caused A/V sync loss. | Anuradha Suraparaju | 2008-12-22 | 1 | -19/+186 |
* | Add Dirac parser from SoC; written by Marco Gerards; | Diego Biurrun | 2008-05-03 | 1 | -0/+88 |