15603 Commits (7fa1f02ce2661af167dea6775d67eaa9891bc506)

Author SHA1 Message Date
  JULIAN GARDNER 7fa1f02ce2 dvbsub: Move setting of *dvb_encode_rle() up 14 years ago
  JULIAN GARDNER d5f4857a73 dvbsubdec:dvbsub_display_end_segment() move main loop under if() as its useless if false. 14 years ago
  Michael Niedermayer 2ed7e353bd h264: Workaround invalid flag combinations of 8x8 inference. 14 years ago
  Michael Niedermayer 4b9e9a57ee proresdec: rename to avoid confusion 14 years ago
  Ronald S. Bultje 05c8f119cc proresdsp: fix function prototypes. 14 years ago
  Ronald S. Bultje f78cd0c243 prores-idct: fix overflow in c code. 14 years ago
  Janne Grunau 19ec283f49 prores: add missing feature warning for alpha 14 years ago
  JULIAN GARDNER 0f8d77199a dvbsubdec: add version checking 14 years ago
  JULIAN GARDNER 1fc7b0ed5a dvbsubdec: handle mode change page state 14 years ago
  JULIAN GARDNER 168a5d3b3c dvbsubdec: change the top_bottom correction 14 years ago
  JULIAN GARDNER f12c7ad86d dvbsubdec: fix buf ptr in dvbsub_parse_region_segment() 14 years ago
  JULIAN GARDNER 7e0f4f9d0f dvbsubdec: bottom_field_len fix 14 years ago
  JULIAN GARDNER 55f17d3175 dvbsubdec: fix x/y_pos checks 14 years ago
  JULIAN GARDNER 24fb1b64a6 dvbsubdec: outcomment debug stuff in dvbsub_parse_pixel_data_block() 14 years ago
  JULIAN GARDNER b522d2a3b7 dvbsubdec: dirty handkling 14 years ago
  JULIAN GARDNER eea064aea6 dvbsubdec: Fix variable increments & checking in dvbsub_read_*bit_string() 14 years ago
  Michael Niedermayer 337496980e prores: use C idct for fate as the SSE code is not matching the SSE* code down at the bits 14 years ago
  Dustin Brody 582f231142 lavc: add a flag-based error_recognition field to AVCodecContext and deprecate non-flag-based ER field 14 years ago
  Dustin Brody ac90a71459 lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ER 14 years ago
  Michael Niedermayer 8937afd39f proresdec: set CODEC_CAP_DR1, it appears this was forgotten. 14 years ago
  Justin Ruggles 617a51f9b7 shorten: remove the flush function. 14 years ago
  Justin Ruggles c6ac30c84b truespeech: use sizeof() instead of hardcoded sizes 14 years ago
  Justin Ruggles 6d55506c8b truespeech: remove unneeded variable, 'consumed' 14 years ago
  Justin Ruggles b84048935e truespeech: simplify truespeech_read_frame() by using get_bits() 14 years ago
  Justin Ruggles 5e5ce70f19 truespeech: decode directly to output buffer instead of a temp buffer 14 years ago
  Justin Ruggles 3e7a176759 truespeech: check to make sure channels == 1 14 years ago
  Justin Ruggles a8f8db2636 truespeech: check for large enough output buffer rather than truncating output 14 years ago
  Justin Ruggles 595cf1a1aa truespeech: remove unneeded zero-size packet check. 14 years ago
  Justin Ruggles 82be06bbb3 mlpdec: return meaningful error codes instead of -1 14 years ago
  Justin Ruggles e1b8d88d52 mlpdec: remove unnecessary wrapper function 14 years ago
  Justin Ruggles 37b67f1bff mlpdec: only calculate output size once 14 years ago
  Justin Ruggles caa845851d mlpdec: validate that the reported channel count matches the actual output 14 years ago
  Mans Rullgard b45eb9d619 pcm: reduce pointer type casting 14 years ago
  Mans Rullgard f59bb3d8f3 mathops: remove undefined behaviour from sign_extend() 14 years ago
  Kostya Shishkov 42feaf4070 vc1: explicitly zero interlaced mode coding variables for progressive mode 14 years ago
  Jean First 47a1d794db tiffenc: initialize forgotten avctx. 14 years ago
  Michael Niedermayer dc66951bb2 proresdsp: fix rounding 14 years ago
  Michael Niedermayer 67dad8e7b1 proresdsp: Correct credits to point to the Author and not just the code this is based on. 14 years ago
  Michael Niedermayer 96b0ddeeaa dct-test: Test ff_prores_idct_put_10_sse2() 14 years ago
  Michael Niedermayer dfeeb85b65 dct-test: add transpose permutation support 14 years ago
  Michael Niedermayer 370d7ef2c7 proresdsp: Optimize series of padds out 14 years ago
  Michael Niedermayer 6398c0f7e1 proresdsp.asm: Remove useless instructions. 14 years ago
  Elvis Presley bebaf4ea1f prores: change license to LGPL, merge some parts. 14 years ago
  Elvis Presley b87d882578 proresdsp.asm: drop useless shifts 14 years ago
  Elvis Presley ef47c608be x86/proresdsp-init: add forgotten HAVE_YASM 14 years ago
  Kostya Shishkov 50f9721904 vc1: more prettyprinting cosmetics 14 years ago
  Kostya Shishkov 94e725ca2b vc1: prettyprint some tables 14 years ago
  Kostya Shishkov b18c68ad25 vc1: K&R formatting cosmetics 14 years ago
  Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 14 years ago
  Anton Khirnov 641c7afe3c AVOptions: add new API for enumerating children. 14 years ago