13795 Commits (dbfdb288c1921eeb9fef5bca20eee33da7fcdd71)

Author SHA1 Message Date
  Michael Niedermayer ab8b73ff4e lavc: Bump micro for dvd subtitle cb/cr fix Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 15 years ago
  Alexandre Colucci 5fd7bc25f1 Fix incorrect colors when decoding Blu-ray subtitles 15 years ago
  Alexandre Colucci 9743e909f1 Fix incorrect colors when decoding DVD subtitles 15 years ago
  Young Han Lee 00f0b4b92e aacenc: indentation 15 years ago
  Young Han Lee 92efa2bdd9 aacenc: fix the side calculation in search_for_ms 15 years ago
  Michael Niedermayer 5d6c5dd36c Merge remote-tracking branch 'ffmpeg-mt/master' 15 years ago
  Michael Niedermayer 3eb9e571dc Remove a tab, somehow it sneaked past the hooks in the merge war. 15 years ago
  Alexander Strange 66f608a6aa vp8.c: rename EDGE_* to VP8_EDGE_*. 15 years ago
  Michael Niedermayer 628724b61d More advanced ffmpeg mpeg2 aspect guessing code. 15 years ago
  XV eea4fa0591 Intel H.263 aspect ratio processing fix. 15 years ago
  XV b14748dd75 Fix Intel I.263 "Strict H.263 compliance" file playback / issue2449 15 years ago
  Aurelien Jacobs 71af7377bf srtdec: make sure we don't write past the end of buffer 15 years ago
  Mans Rullgard d743065e18 ARM: fix ff_apply_window_int16_neon() prototype 15 years ago
  Mans Rullgard 2d3b21ffb9 ARM: NEON optimised apply_window_int16() 15 years ago
  Mans Rullgard 245c78313f ac3enc: NEON optimised shift functions 15 years ago
  Mans Rullgard f4855a904e ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_min 15 years ago
  Ronald S. Bultje f711424969 mpeg12.c: fix slice threading for mpeg2 field picture mode. 15 years ago
  Tomas Härdin 0cd138340e Improve channel count and bitrate error handling in wmav* encode_init() 15 years ago
  Anton Khirnov 3dd851c46b lavc: move the version macros to a new installed header. 15 years ago
  Justin Ruggles e6e9823488 Add apply_window_int16() to DSPContext with x86-optimized versions and use it 15 years ago
  Vitor Sessak ee26abf2a4 Fix an infinite loop when RoQ encoded generated a frame with a size greater than the maximum valid size. 15 years ago
  Kieran Kunhya a6d2227bc8 Add kbdwin.o to AC3 decoder 15 years ago
  Michael Niedermayer d375c10400 Fake-Merge remote-tracking branch 'ffmpeg-mt/master' 15 years ago
  Reimar Döffinger 4c886d613d Detect byte-swapped AC-3 and support decoding it directly. 15 years ago
  Justin Ruggles 40728b5169 cosmetics: indentation 15 years ago
  Justin Ruggles 67fc8652b9 Always copy input data for AC3 decoder. 15 years ago
  Justin Ruggles 85ab290470 ac3enc: make sym_quant() branch-free 15 years ago
  Ronald S. Bultje c47d383502 vc1: make P-frame deblock filter bit-exact. 15 years ago
  Ronald S. Bultje f44d6445b7 vc1: slice support. 15 years ago
  Ronald S. Bultje b81a935bd9 vc1: fix up memleaks in the error codepath. 15 years ago
  Ronald S. Bultje 72452cc475 vc1: warn for unimplemented pan-scan feature. 15 years ago
  Mans Rullgard 027f60f32b ffv1: allocate correct size for sample buffer 15 years ago
  Mans Rullgard e87a6f0dc9 Move ff_dct_init_mmx declaration to dct.h 15 years ago
  Mans Rullgard 8eec00278c dct: remove superflous #include 15 years ago
  Mans Rullgard 0aded9484d Move dct and rdft definitions to separate files 15 years ago
  Mans Rullgard 4538729afe Move sine windows to a separate file 15 years ago
  Mans Rullgard a45fbda994 Move ff_kbd_window_init() to a separate file 15 years ago
  Mans Rullgard 26f548bb59 fft: remove inline wrappers for function pointers 15 years ago
  Mans Rullgard 42cfb3835b Remove Sonic experimental audio codec 15 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 15 years ago
  Reimar Döffinger 6820008a5c Fix compiler warnings due to missing casts. 15 years ago
  Reimar Döffinger c9f6eab184 Detect byte-swapped AC-3 (aka DNET) and support decoding it directly. 15 years ago
  Nathan Caldwell 350785a662 aacenc: 10l, missed a reference when refactoring the psymodel. 15 years ago
  Justin Ruggles 0f999cfddb ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContext 15 years ago
  Michael Niedermayer e528cdac8a Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION" 15 years ago
  Michael Niedermayer 0cb88628fb Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*" 15 years ago
  Philip Langdale 969eb21ba2 CrystalHD: Use doxygen compatible comments where relevant. 15 years ago
  Nathan Caldwell 4afedfd8e5 aacenc: cosmetics, indentation, and comment clarification 15 years ago
  Nathan Caldwell b7c96769c5 aacenc: Refactor the parts of the AAC psymodel. 15 years ago
  Young Han Lee f578854efc aaccoder: Change FFMAX for allzero flag to OR bit operation 15 years ago