summaryrefslogtreecommitdiff
path: root/libavcodec/ivi_common.h
Commit message (Expand)AuthorAge
* Merge commit '5ec6d152e26c570c0a16ec72c1f354db95708179'Michael Niedermayer2014-06-27
|\
| * indeo4: B-frames decodingDirk Ausserhaus2014-06-26
* | Merge commit 'e121ac634ba324a318f4a97f978dcfb48da6b735'Michael Niedermayer2014-06-23
|\|
| * indeo45: use is_indeo4 context flag instead of checking codec IDDirk Ausserhaus2014-06-23
| * Decode both parts of Indeo4 IP framesDirk Ausserhaus2014-06-01
| * Move Indeo4 frametypes into common header.Dirk Ausserhaus2014-06-01
* | avcodec/indeo4: Decode both parts of IP framesDirk Ausserhaus2014-05-30
* | avcodec/indeo4: Move frametypes into common header.Dirk Ausserhaus2014-05-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-14
|\|
| * indeo: Bound-check before applying transformLuca Barbato2013-07-13
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | Merge commit '040c565e51985477a8fa5e42d2ddfb26ebde6608'Michael Niedermayer2013-02-24
|\|
| * Remove pointless av_cold attributes in header filesDiego Biurrun2013-02-23
* | Merge commit '07acdd651d1e2f4cfa5f610e616e70e323bb69cd'Michael Niedermayer2012-12-14
|\|
| * ivi_common: make some functions and tables static.Anton Khirnov2012-12-14
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-05
|\|
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* | indeo4: more complete check for the scan vs block sizes.Michael Niedermayer2012-11-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-06
|\|
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* | Merge commit 'd05f72c75445969cd7bdb1d860635c9880c67fb6'Michael Niedermayer2012-09-30
|\|
| * ivi_common: make ff_ivi_process_empty_tile() static.Anton Khirnov2012-09-29
| * indeo5dec: Make sure we have had a valid gop header.Michael Niedermayer2012-09-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-20
|\|
| * indeo: Make ivi_calc_band_checksum() static, it is only used in one file.Diego Biurrun2012-05-20
| * indeo: Drop unused debug function ivi_check_band().Diego Biurrun2012-05-20
| * indeo: check for invalid motion vectorsKostya Shishkov2012-05-20
| * indeo: track tile macroblock sizeKostya Shishkov2012-05-20
| * factor out common decoding code for Indeo 4 and Indeo 5Kostya Shishkov2012-05-20
* | indeo4: check transform size.Michael Niedermayer2012-04-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-31
|\|
| * cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-06
|\|
| * doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun2011-12-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-03
|\|
| * Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-03
| * Remove pointless #ifdefs around function declarations in a header.Diego Biurrun2011-06-03
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Fix Doxygen @param command attribute syntax.Diego Biurrun2010-07-17
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Move transform declarations out of IVIBandDesc so indeo4 can use them as well.Maxim Poliakovski2010-06-11
* Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those in...Maxim Poliakovski2010-06-08
* Remove unused variables.Maxim Poliakovski2010-05-30
* Add the forgotten ff_ prefix to the shareable scan patterns.Maxim Poliakovski2010-05-26
* move indeo5 scan patterns into ivi_common.cMaxim Poliakovski2010-05-26
* Fix signedness of q_delta field of the IVIMbInfo.Maxim Poliakovski2010-05-19
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Encapsulate VLC information needed for decoding blocks and macroblocks inKostya Shishkov2010-02-27
* Make it clear that ff_ivi_init_static_vlc() does not need argumentsKostya Shishkov2010-02-27