summaryrefslogtreecommitdiffstats
path: root/libavcodec/mimic.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'aec50f79e7460340a148a3096fe212d67edc2c64'Michael Niedermayer2013-01-291-2/+2
|\
| * mimic: remove a pointless cast.Anton Khirnov2013-01-291-2/+2
* | Merge commit '7bcaeb408e3eb2d2f37a306009fa7fe7eb0f1d79'Michael Niedermayer2013-01-261-20/+25
|\ \ | |/
| * mimic: return meaningful error codes.Anton Khirnov2013-01-261-20/+25
* | Merge commit 'a0cabd0a27587525e90a44660c795d40d2f44fe2'Michael Niedermayer2013-01-261-54/+57
|\ \ | |/
| * mimic: cosmetics, reformatAnton Khirnov2013-01-261-54/+57
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-2/+2
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-2/+2
| * mimic: initialize padding of swap_buf through av_fast_padded_mallocJanne Grunau2012-12-051-2/+1
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-2/+2
|\ \ | |/
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-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-10/+10
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-9/+9
| * cosmetics: Convert mimic.c to utf-8Martin Storsjö2012-04-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-171-6/+7
|\ \ | |/
| * mimic: don't use self as reference, and report completion at end of decode().Ronald S. Bultje2012-03-161-6/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-131-10/+12
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-2/+2
|\ \ | |/
| * 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
* | Use av_fast_padded_malloc in mimic and truemotion2 decoders.Reimar Döffinger2012-01-181-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-201-1/+3
|\ \ | |/
| * avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-191-1/+3
* | Try to set AVFrame.reference to correct values.Reimar Döffinger2011-11-051-1/+1
* | 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
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-1/+1
* | 10l, commit that should have been stashed into the merge.Michael Niedermayer2011-04-171-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-171-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
* | Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-03-221-11/+49
* | Remove occurrences of my old email address.Ramiro Polla2011-03-161-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-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
OpenPOWER on IntegriCloud