summaryrefslogtreecommitdiff
path: root/libavcodec/mimic.c
Commit message (Expand)AuthorAge
...
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
| * cosmetics: Convert mimic.c to utf-8Martin Storsjö2012-04-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-17
|\|
| * mimic: don't use self as reference, and report completion at end of decode().Ronald S. Bultje2012-03-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-13
|\|
| * mimic: do not continue if swap_buf_size is 0Paul B Mahol2012-03-12
| * mimic: convert to bytestream2 APIPaul B Mahol2012-03-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
| * vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* | Use av_fast_padded_malloc in mimic and truemotion2 decoders.Reimar Döffinger2012-01-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-20
|\|
| * avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-19
* | Try to set AVFrame.reference to correct values.Reimar Döffinger2011-11-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | 10l, commit that should have been stashed into the merge.Michael Niedermayer2011-04-17
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-17
|\|
| * Replace more FFmpeg references by Libav.Diego Biurrun2011-04-17
| * mimic: implement multithreading.Alexander Strange2011-03-28
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Remove occurrences of my old email addressRamiro Polla2011-03-16
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-03-22
* | Remove occurrences of my old email address.Ramiro Polla2011-03-16
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger2009-04-12
* Use void * instead of uint8_t * for the destination buffer for dsp.bswap_bufReimar Döffinger2009-04-12
* Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decodersReimar Döffinger2009-04-12
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* cosmetics: 'const static' --> 'static const' to avoid warnings of the typeDiego Biurrun2009-02-17
* clear_block mmxLoren Merritt2008-12-10
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* get_vlc2() only gets up to three levels in the tables. The last codes weren't...Ramiro Polla2008-04-26
* Fix regression introduced by r12929.Ramiro Polla2008-04-22
* The code now is pretty self explanatory about the header structure.Ramiro Polla2008-04-22
* Use bytestream functions for reading frame header.Ramiro Polla2008-04-22
* Do not pass dct_block to vlc_decode_block().Ramiro Polla2008-04-19
* Cosmetics and style.Ramiro Polla2008-04-19
* Rename vlc1 to vlc.Ramiro Polla2008-04-19
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* Mimic decoder.Ramiro Polla2008-03-18