| Commit message (Expand) | Author | Age | Files | Lines |
* | threads: change the default for threads back to 1 | Janne Grunau | 2012-01-21 | 1 | -1/+1 |
* | threads: update slice_count and slice_offset from user context | Janne Grunau | 2012-01-21 | 1 | -3/+21 |
* | mpegaudiodec: switch error detection check to AV_EF_BUFFER | Dustin Brody | 2012-01-21 | 1 | -1/+1 |
* | lavc: rename err_filter option to err_detect and document it | Dustin Brody | 2012-01-21 | 1 | -5/+5 |
* | mpegvideo: fix invalid memory access for small video dimensions | John Brooks | 2012-01-21 | 2 | -20/+20 |
* | ARM: fix build with FFT enabled and MDCT disabled | Felipe Contreras | 2012-01-20 | 1 | -0/+2 |
* | mpeg12: check for available bits to avoid an infinite loop | Jindřich Makovička | 2012-01-19 | 1 | -1/+1 |
* | error_resilience: K&R formatting cosmetics | Donald Ovcharov | 2012-01-18 | 1 | -627/+749 |
* | tta: cast output data pointer to the correct type | Justin Ruggles | 2012-01-17 | 1 | -1/+1 |
* | rv34: add NEON rv34_idct_add | Janne Grunau | 2012-01-16 | 2 | -3/+62 |
* | rv34: 1-pass inter MB reconstruction | Christophe GISQUET | 2012-01-16 | 7 | -240/+130 |
* | pictordec: Use bytestream2 functions | Laurentiu Ion | 2012-01-15 | 1 | -43/+56 |
* | pcmenc: use AVCodec.encode2() | Justin Ruggles | 2012-01-15 | 1 | -10/+17 |
* | avcodec: bump minor version and add APIChanges for the new audio encoding API | Justin Ruggles | 2012-01-15 | 1 | -1/+1 |
* | avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio() | Justin Ruggles | 2012-01-15 | 5 | -19/+328 |
* | avcodec: add a public function, avcodec_fill_audio_frame(). | Justin Ruggles | 2012-01-15 | 2 | -39/+75 |
* | rv34: Intra 16x16 handling | Christophe GISQUET | 2012-01-16 | 5 | -140/+292 |
* | rv34: Inter/intra MB code split | Christophe GISQUET | 2012-01-16 | 1 | -53/+191 |
* | lavc: Relax API strictness in avcodec_decode_audio3 with a custom get_buffer() | Reinhard Tartler | 2012-01-15 | 2 | -3/+10 |
* | wavpack: fix clipping for 32-bit lossy mode | Kostya Shishkov | 2012-01-15 | 1 | -8/+19 |
* | vb: Use bytestream2 functions | Laurentiu Ion | 2012-01-14 | 1 | -48/+27 |
* | sgidec: Use bytestream2 functions to prevent buffer overreads. | Aneesh Dogra | 2012-01-14 | 2 | -52/+87 |
* | cosmetics: Move static and inline attributes to more standard places. | Diego Biurrun | 2012-01-14 | 2 | -9/+44 |
* | libx264: Don't leave max_b_frames as -1 if the user didn't set it | Martin Storsjö | 2012-01-14 | 1 | -0/+3 |
* | targa: add support for rgb555 palette | Justin Ruggles | 2012-01-13 | 1 | -10/+29 |
* | ARM: fix Thumb-mode simple_idct_arm | Mans Rullgard | 2012-01-13 | 1 | -1/+1 |
* | ARM: 4-byte align start of all asm functions | Mans Rullgard | 2012-01-13 | 1 | -0/+1 |
* | cabac: split cabac.h into declarations and function definitions | Diego Biurrun | 2012-01-12 | 5 | -133/+167 |
* | cabac: Mark ff_h264_mps_state array as static, it is only used within cabac.c. | Diego Biurrun | 2012-01-12 | 2 | -5/+4 |
* | cabac: Remove ff_h264_lps_state array. | Diego Biurrun | 2012-01-12 | 2 | -3/+0 |
* | utils: Check for extradata size overflows. | Alex Converse | 2012-01-12 | 2 | -0/+10 |
* | ARM: rv34: fix asm syntax in dc transform functions | Mans Rullgard | 2012-01-12 | 1 | -11/+11 |
* | rv34: fix and optimise frame dependency checking | Janne Grunau | 2012-01-12 | 1 | -2/+3 |
* | rv34: NEON optimised dc only inverse transform | Janne Grunau | 2012-01-12 | 2 | -2/+36 |
* | lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_I | Anton Khirnov | 2012-01-12 | 3 | -3/+3 |
* | lavc: ifdef out parse_only AVOption | Anton Khirnov | 2012-01-12 | 1 | -0/+2 |
* | nellymoserdec: SAMPLE_FMT -> AV_SAMPLE_FMT | Anton Khirnov | 2012-01-12 | 1 | -1/+1 |
* | mpegvideo_enc: ifdef out/replace references to deprecated codec flags. | Anton Khirnov | 2012-01-12 | 1 | -6/+14 |
* | indeo4: add some missing static and const qualifiers | Kostya Shishkov | 2012-01-12 | 2 | -6/+6 |
* | rv34: DC-only inverse transform | Christophe GISQUET | 2012-01-12 | 7 | -66/+200 |
* | latmdec: Check AudioSpecificConfig length before decoding extradata. | Alex Converse | 2012-01-11 | 1 | -0/+2 |
* | fft: init functions with INIT_XMM/YMM. | Henrik Gramner | 2012-01-11 | 1 | -0/+3 |
* | pcmenc: set frame_size to 0. | Justin Ruggles | 2012-01-11 | 1 | -1/+1 |
* | avcodec: add GSM parser | Justin Ruggles | 2012-01-11 | 9 | -12/+118 |
* | Fix a bunch of platform name and other typos. | Diego Biurrun | 2012-01-11 | 2 | -3/+3 |
* | threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs | Janne Grunau | 2012-01-11 | 3 | -3/+4 |
* | rv34: frame-level multi-threading | Janne Grunau | 2012-01-10 | 4 | -2/+98 |
* | mpegvideo: claim ownership of referenced pictures | Janne Grunau | 2012-01-10 | 1 | -16/+25 |
* | aacsbr: prevent out of bounds memcpy(). | Alex Converse | 2012-01-10 | 1 | -3/+4 |
* | bethsoftvideo: Use bytestream2 functions to prevent buffer overreads. | Aneesh Dogra | 2012-01-10 | 1 | -17/+19 |