summaryrefslogtreecommitdiff
path: root/libavcodec/rv30.c
Commit message (Expand)AuthorAge
* Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-26
|\
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-18
|\|
| * rv30: fix masking in rv30_loop_filter()Xi Wang2013-01-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-08
|\|
| * golomb: use unsigned arithmetics in svq3_get_ue_golomb()Janne Grunau2012-12-08
* | rv30_decode_intra_types: make check tighterMichael Niedermayer2012-10-13
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
| * rv30: check block type validityJanne Grunau2012-02-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-11
|\|
| * rv34: frame-level multi-threadingJanne Grunau2012-01-10
* | check all svq3_get_ue_golomb() returns.Michael Niedermayer2011-09-17
* | Check extradata size on resolution change.Reimar Döffinger2011-09-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-09
|\|
| * Pretty-print RV3/4 decoder sourceKostya Shishkov2011-08-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
| * rv30: return AVERROR(EINVAL) instead of EINVALDiego Biurrun2011-07-21
* | Revert "Do not decode RV30 files if the extradata is too small"Michael Niedermayer2011-07-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-16
|\|
| * Do not decode RV30 files if the extradata is too smallRafaël Carré2011-07-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-12
|\|
| * Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* RV3/4 intra types array causes alignment issues (at least on ARM5), thus changeKostya Shishkov2009-07-01
* Add and use ff_pixfmt_list_420.Michael Niedermayer2009-02-24
* Add decoder flush after seeking for RV3/4 decodersKostya Shishkov2009-02-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* 30l: when reading mb_offset in RV30 slice header its sizeKostya Shishkov2009-01-11
* RV30 decoder passes possible frame sizes in extradata and selectsKostya Shishkov2009-01-11
* RV30 loop filterKostya Shishkov2008-12-20
* Detect split RV30 slicesKostya Shishkov2008-10-28
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Calculate motion vector information based on PTS provided in slice headerKostya Shishkov2008-04-28
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* Use existing function for VLC readingKostya Shishkov2007-12-07
* Intra types will be stored in int8_t arrayKostya Shishkov2007-12-07
* Add decoder flagsKostya Shishkov2007-12-07
* cosmetics: comment spelling fixesDiego Biurrun2007-12-03