| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop pointless directory name prefixes from #includes in the current dir | Diego Biurrun | 2013-09-10 | 2 | -2/+3 |
* | nuv: check ff_rtjpeg_decode_frame_yuv420 return value | Luca Barbato | 2013-09-07 | 1 | -2/+4 |
* | avcodec: Stop exporting the removed audio_resample* symbols | Diego Biurrun | 2013-09-05 | 1 | -2/+0 |
* | mpeg12enc: K&R formatting cosmetics | Vittorio Giovara | 2013-09-05 | 1 | -455/+529 |
* | mpeg12enc: drop forward declarations | Vittorio Giovara | 2013-09-05 | 1 | -163/+158 |
* | mpegvideo: Avoid 32-bit wrapping of linesize multiplications | Martin Storsjö | 2013-09-04 | 1 | -1/+2 |
* | mjpegb: Detect changing number of planes in interlaced video | Michael Niedermayer | 2013-09-03 | 1 | -0/+7 |
* | alac: Check that the channels fit at the given offset | Martin Storsjö | 2013-09-03 | 1 | -1/+2 |
* | alac: Limit max_samples_per_frame | Martin Storsjö | 2013-09-03 | 1 | -1/+2 |
* | cosmetics: Fix ATRAC codec name spelling | Diego Biurrun | 2013-09-02 | 7 | -17/+17 |
* | pictordec: pass correct context to avpriv_request_sample | Anton Khirnov | 2013-09-02 | 1 | -1/+1 |
* | pictordec: break out of both decoding loops when y drops below 0 | Anton Khirnov | 2013-09-02 | 1 | -1/+2 |
* | vcr1: add sanity checks | Anton Khirnov | 2013-09-02 | 1 | -0/+21 |
* | pcm-dvd: Fix build on big endian | Martin Storsjö | 2013-08-31 | 1 | -1/+1 |
* | pcm_dvd: consolidate pieces from pcm.c and mpeg.c | Christian Schmidt | 2013-08-31 | 4 | -44/+290 |
* | pcm_bluray: cosmetics | Christian Schmidt | 2013-08-31 | 1 | -6/+8 |
* | pcm_bluray: rename pcm-mpeg.c to pcm-bluray.c | Christian Schmidt | 2013-08-31 | 2 | -3/+3 |
* | x86: avcodec: Consistently structure CPU extension initialization | Diego Biurrun | 2013-08-29 | 7 | -197/+197 |
* | x86: avcodec: Use convenience macros to check for CPU flags | Diego Biurrun | 2013-08-29 | 12 | -48/+54 |
* | ppc: cosmetics: Consistently format CPU flag detection invocations | Diego Biurrun | 2013-08-29 | 7 | -28/+35 |
* | cosmetics: Place arch initialization calls in alphabetical order | Diego Biurrun | 2013-08-29 | 5 | -17/+24 |
* | arm: fmtconvert: Split armv6 fmtconvert code off from vfp code | Diego Biurrun | 2013-08-29 | 4 | -63/+85 |
* | arm: dcadsp: Move synth filter initialization to dcadsp file | Diego Biurrun | 2013-08-29 | 2 | -24/+22 |
* | ppc: Add missing AltiVec cpuflag detection invocations | Diego Biurrun | 2013-08-29 | 3 | -0/+12 |
* | ppc: fdct: Remove vim editor settings comment | Diego Biurrun | 2013-08-28 | 1 | -2/+0 |
* | mpegvideo: Replace arch initialization ifdeffery by standard conditionals | Diego Biurrun | 2013-08-28 | 1 | -11/+10 |
* | x86: rv40dsp: Move inline assembly optimizations out of YASM init section | Diego Biurrun | 2013-08-28 | 1 | -4/+7 |
* | dsputil: x86: Hide arch-specific initialization details | Diego Biurrun | 2013-08-28 | 4 | -9/+8 |
* | ppc: Add and use convenience macro to check for AltiVec availability | Diego Biurrun | 2013-08-28 | 1 | -3/+2 |
* | apedec: do not buffer decoded samples over AVPackets | Rafaël Carré | 2013-08-28 | 1 | -3/+1 |
* | ac3: Return proper error codes | Luca Barbato | 2013-08-27 | 1 | -15/+15 |
* | ac3: Clean up the error paths | Luca Barbato | 2013-08-27 | 1 | -3/+6 |
* | ac3: Do not clash with normal AVERROR | Luca Barbato | 2013-08-27 | 1 | -7/+7 |
* | imc: support mode 1 | Kostya Shishkov | 2013-08-26 | 1 | -57/+120 |
* | twinvq: set block align for codecs and use it in size checks | Kostya Shishkov | 2013-08-26 | 3 | -13/+13 |
* | h264_cabac: Mark functions calling decode_cabac_residual_internal as noinline | Diego Biurrun | 2013-08-24 | 1 | -12/+17 |
* | arm: h264chroma: Do not compile h264_chroma_mc* dependent on h264 decoder | Diego Biurrun | 2013-08-23 | 1 | -2/+0 |
* | libfdk-aacdec: formatting cosmetics | Diego Biurrun | 2013-08-23 | 1 | -13/+23 |
* | vp56: Mark VP6-only optimizations as such. | Diego Biurrun | 2013-08-23 | 8 | -23/+19 |
* | x86: Split DCT and FFT initialization into separate files | Diego Biurrun | 2013-08-21 | 4 | -18/+42 |
* | x86: h264_idct: Remove incorrect comment | Diego Biurrun | 2013-08-21 | 1 | -1/+0 |
* | avcodec/utils: Simplify a condition that combines HAVE_NEON and ARCH_ARM | Diego Biurrun | 2013-08-21 | 1 | -1/+1 |
* | h264_ps: Use more meaningful error values | Diego Biurrun | 2013-08-20 | 1 | -12/+12 |
* | h264_ps: K&R formatting cosmetics | Diego Biurrun | 2013-08-20 | 1 | -287/+313 |
* | h264_ps: Drop commented-out cruft | Diego Biurrun | 2013-08-20 | 1 | -4/+0 |
* | h264data: Move some tables to the only place they are used | Diego Biurrun | 2013-08-20 | 3 | -94/+94 |
* | h264data: Remove unused luma_dc_field_scan table | Diego Biurrun | 2013-08-20 | 1 | -7/+0 |
* | Add a libfdk-aac decoder | Martin Storsjö | 2013-08-20 | 4 | -2/+302 |
* | avcodec: Remove some commented-out debug cruft | Diego Biurrun | 2013-08-20 | 11 | -11/+0 |
* | dxa: fix decoding of first I-frame by separating I/P-frame decoding | Janne Grunau | 2013-08-17 | 1 | -10/+15 |