10789 Commits (8d072dd2a96dc1ed7c1a65d49361311db71f5bfb)

Author SHA1 Message Date
Michael Niedermayer e75d233506 Fix indention. 15 years ago
Andreas Öman 4ad04da214 Log unknown NAL code from correct context 15 years ago
Jai Menon 2da16f288a Snow : use non-NULL context for av_log. 15 years ago
Jai Menon 8ec5a042e4 Cosmetics : remove duplicated comment. 15 years ago
Diego Biurrun 49d2d1c35c Explain why the level variable is magically inceased in mpeg4_encode_dc(). 15 years ago
Alex Converse d987a9e9ad fft-test: whitespace cosmetics 15 years ago
Jai Menon e8c6411ce3 Snow : release buffers allocated using avctx->get_buffer. 15 years ago
Jai Menon 8456462fb8 Set bits_per_coded_sample in the raw video encoder. 15 years ago
Michael Niedermayer 51ce2207c8 Add a few CONFIG_MPEG4_DECODER that should be there. 15 years ago
Michael Niedermayer ca334dd14b Split the mpeg4 encoder and decoder off h263.c 15 years ago
Thilo Borgmann e38215f2a4 Add multi-channel correlation support for ALS. 15 years ago
Carl Eugen Hoyos 59043195d4 Fix red/blue swap for 4xa files. 15 years ago
Thilo Borgmann 99c5f5ccbe Optimize short-term prediction by reducing index arithmetic. 15 years ago
Michael Niedermayer 46244c640c Add some const qualifiers. 15 years ago
Michael Niedermayer 616251c924 Document decide_ac_pred() and restore_ac_coeffs(). 15 years ago
Michael Niedermayer d6856c5708 Move restore_ac_coeffs() call into decode_ac_pred(). 15 years ago
Michael Niedermayer 0dc5dc08db Move restore_ac_coeffs() up so its declared before its use. 15 years ago
Michael Niedermayer 64f716b499 More doxy 15 years ago
Michael Niedermayer 7cd9fe488d Document ff_h263_show_pict_info(). 15 years ago
Michael Niedermayer 4fea04820b Factorize if() surrounding every ff_h263_show_pict_info() call. 15 years ago
Michael Niedermayer 0b60f3bdf5 2 more if(CONFIG_*_DECODER) 15 years ago
Michael Niedermayer d7525cba23 Split out intel H263 decoder. 15 years ago
Michael Niedermayer 515a543809 flv.h should ideally be included in flvdec.c 15 years ago
Michael Niedermayer 6a14a15722 Move forgotton "AVCodec flv_encoder" over to flvenc.c. 15 years ago
Michael Niedermayer a0b0d75368 Split flv decoding out. 15 years ago
Michael Niedermayer eb52376915 Split out flv encoding. 15 years ago
Michael Niedermayer f867378771 Document aspect_to_info(). 15 years ago
Michael Niedermayer f016159416 Cleanup aspect_to_info(). 15 years ago
Michael Niedermayer 214cb565c0 Document several more things. 15 years ago
Michael Niedermayer b0704443f2 Document *VLC_BITS. 15 years ago
Michael Niedermayer 046be9299f Simplify h263_get_picture_format(). 15 years ago
Michael Niedermayer 5149048b6f Mark h263_get_picture_format() av_const to indicate that it has no funny 15 years ago
Michael Niedermayer 7a05b0a675 Document h263_get_picture_format(). 15 years ago
Carl Eugen Hoyos 07f2a575c5 100l: Fix compilation after r21037. 15 years ago
Michael Niedermayer 2efcf29275 Stop the approximation in bessel() once it does no longer improve. 15 years ago
Daniel Verkamp 9df9b810c5 Handle more ADPCM codecs in av_get_bits_per_sample(). 15 years ago
Francesco Lavra 643bae382c Use correct context for av_log(), should prevent a crash for malformed files. 15 years ago
Diego Biurrun 50fe16960b Add a few explanatory comments to cornercase workarounds. 15 years ago
Thilo Borgmann 71fe4573bc Replace array operator [] with direct access via pointer. 15 years ago
Carl Eugen Hoyos 6698d13998 Cosmetics: Fix indentation and comment after r21027. 15 years ago
Carl Eugen Hoyos 4235c98e57 Support decoding raw 2bpp in mov, fixes issue 1528. 15 years ago
Carl Eugen Hoyos 0a1e15109a Improve readability of 4bpp raw decoder and prepare for supporting 2bpp. 15 years ago
Vitor Sessak 0e426b7a6c Reindent after last commit 15 years ago
Vitor Sessak 846b231643 Add missing "static" qualifier 15 years ago
avcoder b02e9c962b The H.263 wrong_run table is only for encoding; only enable it in such cases. 15 years ago
Gwenole Beauchesne 81774dd0c4 VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks per line. 15 years ago
Gwenole Beauchesne 5716aec3f9 Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks, 15 years ago
Stefano Sabatini fa4dc9f082 Document avcodec_pix_fmt_to_codec_tag(). 15 years ago
Stefano Sabatini 4160069067 Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and 15 years ago
Reimar Döffinger 4a1289450a Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since it 15 years ago