aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Fix red/blue swap for 4xa files.Carl Eugen Hoyos2010-01-071-1/+1
* Optimize short-term prediction by reducing index arithmetic.Thilo Borgmann2010-01-071-6/+19
* Add some const qualifiers.Michael Niedermayer2010-01-071-2/+2
* Document decide_ac_pred() and restore_ac_coeffs().Michael Niedermayer2010-01-071-0/+14
* Move restore_ac_coeffs() call into decode_ac_pred().Michael Niedermayer2010-01-071-3/+6
* Move restore_ac_coeffs() up so its declared before its use.Michael Niedermayer2010-01-071-23/+23
* More doxyMichael Niedermayer2010-01-071-0/+7
* Document ff_h263_show_pict_info().Michael Niedermayer2010-01-071-0/+4
* Factorize if() surrounding every ff_h263_show_pict_info() call.Michael Niedermayer2010-01-072-3/+2
* 2 more if(CONFIG_*_DECODER)Michael Niedermayer2010-01-071-2/+2
* Split out intel H263 decoder.Michael Niedermayer2010-01-075-114/+137
* flv.h should ideally be included in flvdec.cMichael Niedermayer2010-01-071-0/+1
* Move forgotton "AVCodec flv_encoder" over to flvenc.c.Michael Niedermayer2010-01-072-12/+12
* Split flv decoding out.Michael Niedermayer2010-01-076-112/+139
* Split out flv encoding.Michael Niedermayer2010-01-076-63/+116
* Document aspect_to_info().Michael Niedermayer2010-01-071-0/+5
* Cleanup aspect_to_info().Michael Niedermayer2010-01-071-6/+5
* Document several more things.Michael Niedermayer2010-01-071-0/+17
* Document *VLC_BITS.Michael Niedermayer2010-01-071-0/+4
* Simplify h263_get_picture_format().Michael Niedermayer2010-01-071-9/+6
* Mark h263_get_picture_format() av_const to indicate that it has no funnyMichael Niedermayer2010-01-071-1/+1
* Document h263_get_picture_format().Michael Niedermayer2010-01-071-0/+7
* 100l: Fix compilation after r21037.Carl Eugen Hoyos2010-01-061-1/+1
* Stop the approximation in bessel() once it does no longer improve.Michael Niedermayer2010-01-061-1/+3
* Handle more ADPCM codecs in av_get_bits_per_sample().Daniel Verkamp2010-01-061-0/+3
* Use correct context for av_log(), should prevent a crash for malformed files.Francesco Lavra2010-01-051-3/+7
* Add a few explanatory comments to cornercase workarounds.Diego Biurrun2010-01-051-2/+5
* Replace array operator [] with direct access via pointer.Thilo Borgmann2010-01-051-2/+2
* Cosmetics: Fix indentation and comment after r21027.Carl Eugen Hoyos2010-01-051-5/+5
* Support decoding raw 2bpp in mov, fixes issue 1528.Carl Eugen Hoyos2010-01-051-1/+11
* Improve readability of 4bpp raw decoder and prepare for supporting 2bpp.Carl Eugen Hoyos2010-01-051-5/+6
* Reindent after last commitVitor Sessak2010-01-041-2/+2
* Add missing "static" qualifierVitor Sessak2010-01-041-1/+1
* The H.263 wrong_run table is only for encoding; only enable it in such cases.avcoder2010-01-041-0/+2
* VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks per line.Gwenole Beauchesne2010-01-041-14/+13
* Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks,Gwenole Beauchesne2010-01-041-1/+3
* Document avcodec_pix_fmt_to_codec_tag().Stefano Sabatini2010-01-031-1/+7
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-032-4/+4
* Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since itReimar Döffinger2010-01-021-9/+10
* Small ELBG optimization: use last pixel as a initial guess for the codebookVitor Sessak2010-01-021-5/+8
* Adjust threshold for xvid packed b frame detection.Michael Niedermayer2010-01-011-1/+1
* It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert.Michael Niedermayer2010-01-011-1/+2
* Remove residual use of the doxygen markup which is deprecated,Stefano Sabatini2010-01-011-1/+1
* Remove unused function msmpeg4_memsetw().Diego Biurrun2009-12-311-7/+0
* Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian.Carl Eugen Hoyos2009-12-311-1/+1
* Support raw black&white in mov, fixes issue 1654.Carl Eugen Hoyos2009-12-301-0/+1
* cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations.Diego Biurrun2009-12-301-493/+478
* 10l: Move ff_mpeg4_pred_dc() to an appropriate place.Diego Biurrun2009-12-301-79/+79
* cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations.Diego Biurrun2009-12-301-579/+572
* cosmetics: Move H.263-related functions around to avoid forward declarations.Diego Biurrun2009-12-301-408/+398