345 Commits (b5884db437eebe136efef63a8186b7b4b51b5525)

Author SHA1 Message Date
  Michael Niedermayer 14c8ee00ff vp3dec: move threads check out of header packet type check 12 years ago
  Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
  Ronald S. Bultje 4a73fbd9c5 vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext. 12 years ago
  Michael Niedermayer 5b95d39ee1 vp3: fix compilation with a disabled theora 12 years ago
  Michael Niedermayer bc15fcb8cf theora: support midstream reconfiguration 12 years ago
  Ronald S. Bultje 0e02b381b4 Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil. 12 years ago
  Ronald S. Bultje aeaf268e52 vp3: integrate clear_blocks with idct of previous block. 12 years ago
  Martin Storsjö e33db35b4a theora: Skip zero-sized headers 12 years ago
  Ronald Bultje ec86ba5731 vp3: Fix double free in vp3_decode_end() 12 years ago
  Ronald S. Bultje 8c53d39e7f lavc: introduce VideoDSPContext 12 years ago
  Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
  Peter Ross 9ccc349f77 ensure comment blocks that contain doxygen commands start with double asterix 12 years ago
  Luca Barbato c1a02e884a pixdesc: add av_pix_fmt_get_chroma_sub_sample 12 years ago
  Michael Niedermayer d1493d2ce5 theora: check that pix fmt is valid, fix null ptr deref 12 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
  Diego Biurrun 1218777ffd avcodec: Convert some commented-out printf/av_log instances to av_dlog 12 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
  Mans Rullgard 28f9ab7029 vp3: move idct and loop filter pointers to new vp3dsp context 13 years ago
  Michael Niedermayer 1125606a1f vp3dec: fix null ptr derefernce. 13 years ago
  Dale Curtis 27c2fb0f72 vp3: Assert on invalid filter_limit values. 13 years ago
  Dale Curtis e9dc616472 vp3: Assert on invalid filter_limit values. 13 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
  Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
  Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
  Michael Niedermayer 247d30a7db vp3: Copy all 3 frames for thread updates. 13 years ago
  Janne Grunau 9b4767e478 vp3: fix streams with non-zero last coefficient 13 years ago
  Jean First f86c348d46 vp3: remove redeclaration of vp3_decode_flush 13 years ago
  Michael Niedermayer a2a12e3358 vp3: fix regression with mplayer-crash.ogv 13 years ago
  Reinhard Tartler 8b94df0f20 vp3dec: Check coefficient index in vp3_dequant() 13 years ago
  Diego Biurrun bc4d156140 vp3: Reorder some functions to fix VP3 build with Theora disabled. 13 years ago
  Justin Ruggles 560f773c7d avcodec: change number of plane pointers from 4 to 8 at next major bump. 13 years ago
  Michael Niedermayer eef5c35b43 vp3dec: Check coefficient index in vp3_dequant() 13 years ago
  Justin Ruggles f3a29b750a avcodec: move some AVCodecContext fields to an internal struct. 13 years ago
  Diego Biurrun d1dfcb0829 vp3: remove some pointless comments 13 years ago
  Ronald S. Bultje 8370e426e4 vp3: fix oob read for negative tokens and memleaks on error. 13 years ago
  Reimar Döffinger 6f5b4ce612 Reuse vp3_decode_flush instead of duplicating it. 13 years ago
  Anton Khirnov 357db4c263 lavc: use avpriv_ prefix for ff_split_xiph_headers. 13 years ago
  Steven Walters 27237d524e w32threads: support for frame multithreading 13 years ago
  Joakim Plate 8fd1da5bd2 vp3dec: set key_frame field of AVFrame 13 years ago
  Diego Biurrun 0249478756 doxygen: fix wrong comment syntax, //< vs. ///< 13 years ago
  Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
  Ronald S. Bultje 8dcf518430 vp3/theora: flush after seek. 14 years ago
  Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
  Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Ronald S. Bultje f28e599fbc vp3-mt: fix deadlock when first frame is not a keyframe. 14 years ago
  Ronald S. Bultje 8cf9a09d40 vp3-mt: fix deadlock when first frame is not a keyframe. 14 years ago
  David Conrad 0cfcbf217f Fix VP3 edge emulation 14 years ago
  Jason Garrett-Glaser d14723861b VP3: fix decoding of videos with stride > 2048 14 years ago
  David Conrad a89f4ca005 Fix VP3 edge emulation 14 years ago