summaryrefslogtreecommitdiff
path: root/libavcodec/rv34_parser.c
Commit message (Expand)AuthorAgeFilesLines
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avcodec: Constify all the AVCodecParsersAndreas Rheinhardt2021-04-271-2/+2
* Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-141-1/+1
|\
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
| * rv34_parser: Adjust #if for disabling individual parsersDiego Biurrun2013-01-151-2/+2
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-3/+3
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-3/+3
* | clenaup: #ifdec CONFIG*Michael Niedermayer2011-12-131-2/+2
|/
* lavc: use designated initialisers for parsers.Anton Khirnov2011-11-021-8/+6
* RV3/4 parser: remove unused variable 'off'Kostya Shishkov2011-08-171-2/+0
* Use parsers for RealVideo 3/4 to determine correct PTSKostya Shishkov2011-08-171-0/+97