summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Rename DCtab_*, its a global variable and it helps understanding if mpeg4Michael Niedermayer2010-01-08
* Snow : re-indent after r21093.Jai Menon2010-01-08
* Snow : remove pointless 'if(1)'.Jai Menon2010-01-08
* Remove useless line.Michael Niedermayer2010-01-08
* Fix indention.Michael Niedermayer2010-01-08
* Log unknown NAL code from correct contextAndreas Ă–man2010-01-08
* Snow : use non-NULL context for av_log.Jai Menon2010-01-08
* Cosmetics : remove duplicated comment.Jai Menon2010-01-08
* Explain why the level variable is magically inceased in mpeg4_encode_dc().Diego Biurrun2010-01-08
* fft-test: whitespace cosmeticsAlex Converse2010-01-08
* Snow : release buffers allocated using avctx->get_buffer.Jai Menon2010-01-08
* Set bits_per_coded_sample in the raw video encoder.Jai Menon2010-01-08
* Add a few CONFIG_MPEG4_DECODER that should be there.Michael Niedermayer2010-01-08
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-07
* Add multi-channel correlation support for ALS.Thilo Borgmann2010-01-07
* Fix red/blue swap for 4xa files.Carl Eugen Hoyos2010-01-07
* Optimize short-term prediction by reducing index arithmetic.Thilo Borgmann2010-01-07
* Add some const qualifiers.Michael Niedermayer2010-01-07
* Document decide_ac_pred() and restore_ac_coeffs().Michael Niedermayer2010-01-07
* Move restore_ac_coeffs() call into decode_ac_pred().Michael Niedermayer2010-01-07
* Move restore_ac_coeffs() up so its declared before its use.Michael Niedermayer2010-01-07
* More doxyMichael Niedermayer2010-01-07
* Document ff_h263_show_pict_info().Michael Niedermayer2010-01-07
* Factorize if() surrounding every ff_h263_show_pict_info() call.Michael Niedermayer2010-01-07
* 2 more if(CONFIG_*_DECODER)Michael Niedermayer2010-01-07
* Split out intel H263 decoder.Michael Niedermayer2010-01-07
* flv.h should ideally be included in flvdec.cMichael Niedermayer2010-01-07
* Move forgotton "AVCodec flv_encoder" over to flvenc.c.Michael Niedermayer2010-01-07
* Split flv decoding out.Michael Niedermayer2010-01-07
* Split out flv encoding.Michael Niedermayer2010-01-07
* Document aspect_to_info().Michael Niedermayer2010-01-07
* Cleanup aspect_to_info().Michael Niedermayer2010-01-07
* Document several more things.Michael Niedermayer2010-01-07
* Document *VLC_BITS.Michael Niedermayer2010-01-07
* Simplify h263_get_picture_format().Michael Niedermayer2010-01-07
* Mark h263_get_picture_format() av_const to indicate that it has no funnyMichael Niedermayer2010-01-07
* Document h263_get_picture_format().Michael Niedermayer2010-01-07
* 100l: Fix compilation after r21037.Carl Eugen Hoyos2010-01-06
* Stop the approximation in bessel() once it does no longer improve.Michael Niedermayer2010-01-06
* Handle more ADPCM codecs in av_get_bits_per_sample().Daniel Verkamp2010-01-06
* Use correct context for av_log(), should prevent a crash for malformed files.Francesco Lavra2010-01-05
* Add a few explanatory comments to cornercase workarounds.Diego Biurrun2010-01-05
* Replace array operator [] with direct access via pointer.Thilo Borgmann2010-01-05
* Cosmetics: Fix indentation and comment after r21027.Carl Eugen Hoyos2010-01-05
* Support decoding raw 2bpp in mov, fixes issue 1528.Carl Eugen Hoyos2010-01-05
* Improve readability of 4bpp raw decoder and prepare for supporting 2bpp.Carl Eugen Hoyos2010-01-05
* Reindent after last commitVitor Sessak2010-01-04
* Add missing "static" qualifierVitor Sessak2010-01-04
* The H.263 wrong_run table is only for encoding; only enable it in such cases.avcoder2010-01-04
* VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks per line.Gwenole Beauchesne2010-01-04