summaryrefslogtreecommitdiffstats
path: root/libavcodec/dpx_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '87bd298abeb901fe16383a0d267502cc7fc03878'Michael Niedermayer2014-12-191-1/+3
|\ | | | | | | | | | | | | | | | | | | | | | | * commit '87bd298abeb901fe16383a0d267502cc7fc03878': DPX parser Conflicts: libavcodec/dpx_parser.c libavcodec/version.h See: 8ec328668a7d10c8224ae5f591add5b388ea82ed Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * DPX parserPaul B Mahol2014-12-181-0/+116
| | | | | | Additional improvements and fixes by Michael Niedermayer <michaelni@gmx.at>. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* avcodec/dpx_parser: fix off by 1 errorMichael Niedermayer2014-06-011-1/+1
| | | | | Found-by: carl Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/dpx_parser: Allow frame size to be too smallMichael Niedermayer2014-05-291-2/+8
| | | | | | Fixes Ticket3402 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/dpx_parser: fix flushing end outMichael Niedermayer2014-05-291-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/dpx_parser: reset index when finding a startcode, not afterMichael Niedermayer2014-05-291-5/+5
| | | | | | This is simpler Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec: add dpx parserPaul B Mahol2013-10-061-0/+108
Signed-off-by: Paul B Mahol <onemda@gmail.com>
OpenPOWER on IntegriCloud