summaryrefslogtreecommitdiffstats
path: root/libavcodec/rv30.c
Commit message (Expand)AuthorAgeFilesLines
* rv30_decode_intra_types: make check tighterMichael Niedermayer2012-10-131-1/+1
* 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 Niedermayer2012-04-071-11/+12
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-11/+12
| * rv30: check block type validityJanne Grunau2012-02-141-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-111-1/+3
|\ \ | |/
| * rv34: frame-level multi-threadingJanne Grunau2012-01-101-1/+3
* | check all svq3_get_ue_golomb() returns.Michael Niedermayer2011-09-171-2/+2
* | Check extradata size on resolution change.Reimar Döffinger2011-09-041-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-091-3/+3
|\ \ | |/
| * Pretty-print RV3/4 decoder sourceKostya Shishkov2011-08-091-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-9/+8
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
| * rv30: return AVERROR(EINVAL) instead of EINVALDiego Biurrun2011-07-211-1/+1
* | Revert "Do not decode RV30 files if the extradata is too small"Michael Niedermayer2011-07-171-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-161-0/+1
|\ \ | |/
| * Do not decode RV30 files if the extradata is too smallRafaël Carré2011-07-161-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-121-9/+9
|\ \ | |/
| * Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-9/+9
| * 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
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* RV3/4 intra types array causes alignment issues (at least on ARM5), thus changeKostya Shishkov2009-07-011-2/+2
* Add and use ff_pixfmt_list_420.Michael Niedermayer2009-02-241-0/+1
* Add decoder flush after seeking for RV3/4 decodersKostya Shishkov2009-02-071-0/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* 30l: when reading mb_offset in RV30 slice header its sizeKostya Shishkov2009-01-111-6/+5
* RV30 decoder passes possible frame sizes in extradata and selectsKostya Shishkov2009-01-111-3/+13
* RV30 loop filterKostya Shishkov2008-12-201-0/+122
* Detect split RV30 slicesKostya Shishkov2008-10-281-1/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Calculate motion vector information based on PTS provided in slice headerKostya Shishkov2008-04-281-1/+1
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-1/+1
* Use existing function for VLC readingKostya Shishkov2007-12-071-2/+3
* Intra types will be stored in int8_t arrayKostya Shishkov2007-12-071-1/+1
* Add decoder flagsKostya Shishkov2007-12-071-0/+1
* cosmetics: comment spelling fixesDiego Biurrun2007-12-031-5/+5
* RealVideo 3 decoder functionsKostya Shishkov2007-12-021-0/+145
OpenPOWER on IntegriCloud