summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks,Gwenole Beauchesne2010-01-04
* Document avcodec_pix_fmt_to_codec_tag().Stefano Sabatini2010-01-03
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-03
* Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since itReimar Döffinger2010-01-02
* Small ELBG optimization: use last pixel as a initial guess for the codebookVitor Sessak2010-01-02
* Adjust threshold for xvid packed b frame detection.Michael Niedermayer2010-01-01
* It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert.Michael Niedermayer2010-01-01
* Remove residual use of the doxygen markup which is deprecated,Stefano Sabatini2010-01-01
* Remove unused function msmpeg4_memsetw().Diego Biurrun2009-12-31
* Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian.Carl Eugen Hoyos2009-12-31
* Support raw black&white in mov, fixes issue 1654.Carl Eugen Hoyos2009-12-30