265 Commits (dbfdb288c1921eeb9fef5bca20eee33da7fcdd71)

Author SHA1 Message Date
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 15 years ago
  Ronald S. Bultje f28e599fbc vp3-mt: fix deadlock when first frame is not a keyframe. 15 years ago
  Ronald S. Bultje 8cf9a09d40 vp3-mt: fix deadlock when first frame is not a keyframe. 15 years ago
  David Conrad 0cfcbf217f Fix VP3 edge emulation 15 years ago
  Jason Garrett-Glaser d14723861b VP3: fix decoding of videos with stride > 2048 15 years ago
  David Conrad a89f4ca005 Fix VP3 edge emulation 15 years ago
  Jason Garrett-Glaser 902685b8ab VP3: fix decoding of videos with stride > 2048 15 years ago
  Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 15 years ago
  Reinhard Tartler 737eb5976f Merge libavcore into libavutil 15 years ago
  Alexander Strange 4a5a16898f vp3: Frame-based multithreading support 15 years ago
  Alexander Strange d23845f311 vp3: Frame-based multithreading support 15 years ago
  Alexander Strange 3c90abf40f vp3: Move table allocation code into a new function 15 years ago
  Alexander Strange dc4a188309 vp3: Factor out expression 15 years ago
  Alexander Strange edbb0c0708 vp3: Move table allocation code into a new function 15 years ago
  Alexander Strange e8dcd73058 vp3: Factor out expression 15 years ago
  Ronald S. Bultje d23e3e5fea Move ff_emulated_edge_mc() into DSPContext. 15 years ago
  Ronald S. Bultje 2e27959879 Move ff_emulated_edge_mc() into DSPContext. 15 years ago
  Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 15 years ago
  Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 15 years ago
  Alexander Strange 6ee99a7e13 VP3: remove an unnecessary static variable 15 years ago
  Jason Garrett-Glaser 9d777508fa Remove dead code in theora_decode_tables 15 years ago
  Jason Garrett-Glaser 10f6915814 Reindent after r25573 15 years ago
  Jason Garrett-Glaser 1a48a57071 Fix Theora decoding bug if loopfilter is completely disabled 15 years ago
  Reimar Döffinger 83f72f138e Only draw the actually visible area in vp3_draw_horiz_band. 15 years ago
  Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 15 years ago
  Reimar Döffinger 3d487db153 Fix slice height for y position calculation for vp3_draw_horiz_band 15 years ago
  Reimar Döffinger 3b9ee20f70 Fix vp3_draw_horiz_band to not produce completely chaotical values 15 years ago
  Reimar Döffinger 6974952d24 VP3/Theora: validate aspect and reduce it before exporting it 15 years ago
  Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 15 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) 16 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 16 years ago
  David Conrad 33e623831b vp3: Use avctx pointer directly 16 years ago
  David Conrad 8099d6c985 vp3: Read fps and aspect ratio in the decoder 16 years ago
  David Conrad ddc7e438e0 vp3: Don't crop if there's a left/top offset, it's wrong 16 years ago
  David Conrad eb6a6cd788 vp3: DC-only IDCT 16 years ago
  David Conrad 6086731299 vp3: More buffer length checks 16 years ago
  David Conrad d7097c2d88 vp3: Remove internal debug statement 16 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 16 years ago
  David Conrad 14268254c8 vp3: Split out motion vectors to their own array 16 years ago
  David Conrad 1e76a1da05 theora: Add support for 4:2:2 and 4:4:4 subsampling 16 years ago
  David Conrad 1a8560423e vp3: remove unneeded error, this is internal and doesn't happen 16 years ago
  David Conrad 577838842d vp3: Make fragment_width _height by plane 16 years ago
  David Conrad 1c183aa418 vp3: we only need a temp MV array of size 4 16 years ago
  David Conrad 703acd540e vp3: Use memset to clear the fragment array 16 years ago
  David Conrad cd9c03f57f vp3: Init MVs to 0 16 years ago
  David Conrad a16389c18f vp3: Simplify init_block_mapping 16 years ago