| Commit message (Expand) | Author | Age | Files | Lines |
* | aacenc: Request normalized float samples instead of converting s16 samples to... | Nathan Caldwell | 2012-01-23 | 5 | -20/+18 |
* | aacpsy: Replace an if with FFMAX in LAME windowing. | Nathan Caldwell | 2012-01-23 | 1 | -2/+1 |
* | aacenc: cosmetics, replace 'rd' with 'bits' in codebook_trellis_rate to make ... | Nathan Caldwell | 2012-01-23 | 1 | -14/+14 |
* | aacpsy: cosmetics, change a FIXME to a NOTE about subshort comparisons | Nathan Caldwell | 2012-01-23 | 1 | -6/+6 |
* | aacenc: cosmetics: move init() and end() to the bottom of the file. | Nathan Caldwell | 2012-01-23 | 1 | -102/+102 |
* | aacenc: aac_encode_init() cleanup | Nathan Caldwell | 2012-01-23 | 1 | -43/+74 |
* | XWD encoder and decoder | Paul B Mahol | 2012-01-23 | 7 | -1/+559 |
* | vc1: don't read the interpfrm and bfraction elements for interlaced frames | Hendrik Leppkes | 2012-01-23 | 1 | -7/+9 |
* | pam: Fix a typo that broke writing and reading PAM files. | Carl Eugen Hoyos | 2012-01-22 | 2 | -2/+4 |
* | 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 |