summaryrefslogtreecommitdiffstats
path: root/libavcodec/mimic.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* mimic: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-191-2/+5
* avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-131-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-29/+65
* mimic: remove a pointless cast.Anton Khirnov2013-01-291-2/+2
* mimic: return meaningful error codes.Anton Khirnov2013-01-261-20/+25
* mimic: cosmetics, reformatAnton Khirnov2013-01-261-54/+57
* Drop DCTELEM typedefDiego Biurrun2013-01-221-2/+2
* mimic: initialize padding of swap_buf through av_fast_padded_mallocJanne Grunau2012-12-051-2/+1
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-9/+9
* cosmetics: Convert mimic.c to utf-8Martin Storsjö2012-04-061-1/+1
* mimic: don't use self as reference, and report completion at end of decode().Ronald S. Bultje2012-03-161-6/+7
* mimic: do not continue if swap_buf_size is 0Paul B Mahol2012-03-121-1/+1
* mimic: convert to bytestream2 APIPaul B Mahol2012-03-121-9/+11
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-1/+1
* avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-191-1/+3
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-1/+1
* mimic: implement multithreading.Alexander Strange2011-03-281-11/+49
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Remove occurrences of my old email addressRamiro Polla2011-03-161-1/+1
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-1/+1
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger2009-04-121-1/+1
* Use void * instead of uint8_t * for the destination buffer for dsp.bswap_bufReimar Döffinger2009-04-121-2/+2
* Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decodersReimar Döffinger2009-04-121-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* cosmetics: 'const static' --> 'static const' to avoid warnings of the typeDiego Biurrun2009-02-171-1/+1
* clear_block mmxLoren Merritt2008-12-101-1/+1
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-211-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* get_vlc2() only gets up to three levels in the tables. The last codes weren't...Ramiro Polla2008-04-261-2/+2
* Fix regression introduced by r12929.Ramiro Polla2008-04-221-1/+2
* The code now is pretty self explanatory about the header structure.Ramiro Polla2008-04-221-13/+2
* Use bytestream functions for reading frame header.Ramiro Polla2008-04-221-7/+9
* Do not pass dct_block to vlc_decode_block().Ramiro Polla2008-04-191-4/+3
* Cosmetics and style.Ramiro Polla2008-04-191-4/+4
* Rename vlc1 to vlc.Ramiro Polla2008-04-191-4/+4
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* Mimic decoder.Ramiro Polla2008-03-181-0/+398
OpenPOWER on IntegriCloud