log

age author description
2010-01-07 michael 2 more if(CONFIG_*_DECODER) libavcodec
2010-01-07 michael Split out intel H263 decoder. libavcodec
2010-01-07 michael flv.h should ideally be included in flvdec.c libavcodec
2010-01-07 michael Move forgotton "AVCodec flv_encoder" over to flvenc.c. libavcodec
2010-01-07 michael Split flv decoding out. libavcodec
2010-01-07 michael Split out flv encoding. libavcodec
2010-01-07 michael Document aspect_to_info(). libavcodec
2010-01-07 michael Cleanup aspect_to_info(). libavcodec
2010-01-07 michael Document several more things. libavcodec
2010-01-07 michael Document *VLC_BITS. libavcodec
2010-01-07 michael Simplify h263_get_picture_format(). libavcodec
2010-01-07 michael Mark h263_get_picture_format() av_const to indicate that it has no funny libavcodec
2010-01-07 michael Document h263_get_picture_format(). libavcodec
2010-01-06 cehoyos 100l: Fix compilation after r21037. libavcodec
2010-01-06 michael Stop the approximation in bessel() once it does no longer improve. libavcodec
2010-01-06 daniel Handle more ADPCM codecs in av_get_bits_per_sample(). libavcodec
2010-01-05 vitor Use correct context for av_log(), should prevent a crash for malformed files. libavcodec
2010-01-05 diego Add a few explanatory comments to cornercase workarounds. libavcodec
2010-01-05 thilo.borgmann Replace array operator [] with direct access via pointer. libavcodec
2010-01-05 cehoyos Cosmetics: Fix indentation and comment after r21027. libavcodec
2010-01-05 cehoyos Support decoding raw 2bpp in mov, fixes issue 1528. libavcodec
2010-01-05 cehoyos Improve readability of 4bpp raw decoder and prepare for supporting 2bpp. libavcodec
2010-01-04 vitor Reindent after last commit libavcodec
2010-01-04 vitor Add missing "static" qualifier libavcodec
2010-01-04 diego The H.263 wrong_run table is only for encoding; only enable it in such cases. libavcodec
2010-01-04 gb VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks per line. libavcodec
2010-01-04 gb Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks, libavcodec
2010-01-03 stefano Document avcodec_pix_fmt_to_codec_tag(). libavcodec
2010-01-03 stefano Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and libavcodec
2010-01-02 reimar Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since it libavcodec
2010-01-02 vitor Small ELBG optimization: use last pixel as a initial guess for the codebook libavcodec
2010-01-01 michael Adjust threshold for xvid packed b frame detection. libavcodec
2010-01-01 michael It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert. libavcodec
2010-01-01 stefano Remove residual use of the doxygen markup which is deprecated, libavcodec
2009-12-31 diego Remove unused function msmpeg4_memsetw(). libavcodec
2009-12-31 cehoyos Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian. libavcodec
2009-12-30 cehoyos Support raw black&white in mov, fixes issue 1654. libavcodec
2009-12-30 diego cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations. libavcodec
2009-12-30 diego 10l: Move ff_mpeg4_pred_dc() to an appropriate place. libavcodec
2009-12-30 diego cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations. libavcodec
2009-12-30 diego cosmetics: Move H.263-related functions around to avoid forward declarations. libavcodec
2009-12-30 diego cosmetics: Reorder functions to avoid forward declarations. libavcodec
2009-12-30 diego Remove unnecessary forward declaration for msmpeg4_memsetw(). libavcodec
2009-12-30 diego Get rid of pointless CONFIG_ANY_H263 preprocessor definition. libavcodec
2009-12-30 diego Add required header #includes for mpegvideo.h and config.h. libavcodec
2009-12-30 diego Eliminate CONFIG_ANY_H263_DECODER preprocessor definition. libavcodec
2009-12-30 diego Get rid of pointless CONFIG_WMV_DECODER definition. libavcodec
2009-12-30 diego Get rid of pointless CONFIG_WMV2 definition. libavcodec
2009-12-30 diego Simplify CONFIG_ANY_H263_DECODER preprocessor definition: libavcodec
2009-12-29 diego Remove unused definitions: CONFIG_MSMPEG4 and CONFIG_WMV_ENCODER. libavcodec
2009-12-29 diego Remove pointless CONFIG_MLP_DECODER preprocessor check. libavcodec
2009-12-29 diego Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser. libavcodec
2009-12-29 diego The MLP decoder depends on the MLP parser. libavcodec
2009-12-29 diego Enable the TrueHD decoder when the MLP decoder is enabled. libavcodec
2009-12-29 diego Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure. libavcodec
2009-12-29 cehoyos Fix colours for QT JPEG2000, fixes issue 1540. libavcodec
2009-12-29 cehoyos Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes issue 1630. libavcodec
2009-12-29 diego Declare AAC parser dependencies in configure. libavcodec
2009-12-29 diego The S/P-DIF muxer depends on mpeg4audio.o. libavcodec
2009-12-29 diego Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure. libavcodec
2009-12-29 gb Add H.264 bitstream decoding through VAAPI. libavcodec
2009-12-29 diego vc1_parser.o does not depend on h263dec.o and intrax8.o. libavcodec
2009-12-28 diego Declare dependencies of RV10/RV20 decoders on the H.263 decoder in configure. libavcodec
2009-12-28 diego Declare dependencies for H.263 family decoders in configure. libavcodec