287 Commits (b55dda4a72051b6476a40480880b9d9d9d43386e)

Author SHA1 Message Date
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
Dale Curtis 27c2fb0f72 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
Janne Grunau 9b4767e478 vp3: fix streams with non-zero last coefficient 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
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
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
Diego Biurrun 0249478756 doxygen: fix wrong comment syntax, //< vs. ///< 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Ronald S. Bultje 8dcf518430 vp3/theora: flush after seek. 13 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 8cf9a09d40 vp3-mt: fix deadlock when first frame is not a keyframe. 14 years ago
David Conrad a89f4ca005 Fix VP3 edge emulation 14 years ago
Jason Garrett-Glaser 902685b8ab VP3: fix decoding of videos with stride > 2048 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Alexander Strange d23845f311 vp3: Frame-based multithreading support 14 years ago
Alexander Strange edbb0c0708 vp3: Move table allocation code into a new function 14 years ago
Alexander Strange e8dcd73058 vp3: Factor out expression 14 years ago
Ronald S. Bultje 2e27959879 Move ff_emulated_edge_mc() into DSPContext. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Alexander Strange 6ee99a7e13 VP3: remove an unnecessary static variable 14 years ago
Jason Garrett-Glaser 9d777508fa Remove dead code in theora_decode_tables 14 years ago
Jason Garrett-Glaser 10f6915814 Reindent after r25573 14 years ago
Jason Garrett-Glaser 1a48a57071 Fix Theora decoding bug if loopfilter is completely disabled 14 years ago
Reimar Döffinger 83f72f138e Only draw the actually visible area in vp3_draw_horiz_band. 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Reimar Döffinger 3d487db153 Fix slice height for y position calculation for vp3_draw_horiz_band 14 years ago
Reimar Döffinger 3b9ee20f70 Fix vp3_draw_horiz_band to not produce completely chaotical values 14 years ago
Reimar Döffinger 6974952d24 VP3/Theora: validate aspect and reduce it before exporting it 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Reimar Döffinger 8764389d47 Fix vp3_draw_horiz_band to calculate chroma offsets correctly 15 years ago
David Conrad a4501a45db vp3: Skip the loop filter when strength is 0 or when requested 15 years ago
David Conrad cc46005f50 theora: Don't read an excess bit for maximum length long bit runs if the run 15 years ago
David Conrad 8e6daa4a95 theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens) 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
David Conrad 33e623831b vp3: Use avctx pointer directly 15 years ago
David Conrad 8099d6c985 vp3: Read fps and aspect ratio in the decoder 15 years ago
David Conrad ddc7e438e0 vp3: Don't crop if there's a left/top offset, it's wrong 15 years ago