18619 Commits (2b6325cacb6def8e9de0455f575b51a8bd90b12c)

Author SHA1 Message Date
  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
  Vitor Sessak 4e2c08c551 Small ELBG optimization: use last pixel as a initial guess for the codebook 15 years ago
  Michael Niedermayer 24b207b5a5 Adjust threshold for xvid packed b frame detection. 15 years ago
  Michael Niedermayer 6c58758737 It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert. 15 years ago
  Stefano Sabatini 702d0a9e85 Remove residual use of the doxygen markup which is deprecated, 15 years ago
  Diego Biurrun f9310cbb2f Remove unused function msmpeg4_memsetw(). 15 years ago
  Carl Eugen Hoyos f27fd36231 Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian. 15 years ago
  Carl Eugen Hoyos e1bd945b1d Support raw black&white in mov, fixes issue 1654. 15 years ago
  Diego Biurrun 20390e3170 cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations. 15 years ago
  Diego Biurrun df8d98c4dd 10l: Move ff_mpeg4_pred_dc() to an appropriate place. 15 years ago
  Diego Biurrun 2a992f467a cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations. 15 years ago
  Diego Biurrun 1436f31709 cosmetics: Move H.263-related functions around to avoid forward declarations. 15 years ago
  Diego Biurrun 8380edd947 cosmetics: Reorder functions to avoid forward declarations. 15 years ago
  Diego Biurrun 941870cd35 Remove unnecessary forward declaration for msmpeg4_memsetw(). 15 years ago
  Diego Biurrun 4052cbf161 Get rid of pointless CONFIG_ANY_H263 preprocessor definition. 15 years ago
  Diego Biurrun af818f7a66 Add required header #includes for mpegvideo.h and config.h. 15 years ago
  Diego Biurrun 716d1c2a31 Eliminate CONFIG_ANY_H263_DECODER preprocessor definition. 15 years ago
  Diego Biurrun af8a008a68 Get rid of pointless CONFIG_WMV_DECODER definition. 15 years ago
  Diego Biurrun d702a2e6c6 Get rid of pointless CONFIG_WMV2 definition. 15 years ago