| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc/mpegvideo_enc: improve log message in case of too large GOP | Stefano Sabatini | 2012-01-17 | 1 | -2/+3 |
* | libopenjpegenc: Remove two redundant function parameters. | Michael Bradshaw | 2012-01-17 | 1 | -12/+6 |
* | libopenjpegenc: Simplify gray encoding. | Michael Bradshaw | 2012-01-17 | 1 | -8/+4 |
* | libopenjpegenc: Add error messages. | Michael Bradshaw | 2012-01-17 | 1 | -0/+4 |
* | libopenjpegenc: Rename four conversion functions. | Michael Bradshaw | 2012-01-17 | 1 | -12/+12 |
* | Use correct register size. | Reimar Döffinger | 2012-01-17 | 1 | -2/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-17 | 13 | -380/+987 |
|\ |
|
| * | 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 |
* | | dpxenc: Dont store lavc indent when bitexact is set. | Michael Niedermayer | 2012-01-17 | 1 | -1/+3 |
* | | Support 64bit pam decoding. | Carl Eugen Hoyos | 2012-01-17 | 2 | -2/+6 |
* | | Support gray8a pam decoding. | Carl Eugen Hoyos | 2012-01-17 | 2 | -0/+8 |
* | | Fix pix_fmt_info for yuva420. | Carl Eugen Hoyos | 2012-01-17 | 1 | -0/+1 |
* | | fix av_dlog call with non-AVClass struct | Maksym Veremeyenko | 2012-01-16 | 1 | -4/+4 |
* | | Rework VP8 decoder frame skipping code. | Reimar Döffinger | 2012-01-16 | 1 | -17/+36 |
* | | Support rgb64 dpx encoding. | Carl Eugen Hoyos | 2012-01-16 | 1 | -0/+8 |
* | | vorbisdec: Check that the x values of floor1 are unique. | Michael Niedermayer | 2012-01-16 | 1 | -0/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-16 | 4 | -59/+56 |
|\| |
|
| * | 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 |
* | | Support rgb48 and rgba64 png encoding. | Carl Eugen Hoyos | 2012-01-15 | 1 | -1/+14 |
* | | Simplify RGB32 png encoding. | Carl Eugen Hoyos | 2012-01-15 | 1 | -36/+3 |
* | | Support gray16 png encoding. | Carl Eugen Hoyos | 2012-01-15 | 1 | -1/+5 |
* | | Support gray8a png encoding. | Carl Eugen Hoyos | 2012-01-15 | 1 | -1/+5 |
* | | iff: support masking plane feature | Peter Ross | 2012-01-15 | 1 | -4/+54 |
* | | Fix uninitialized reads for fate-vsynth1-asv2 test. | Reimar Döffinger | 2012-01-15 | 1 | -0/+1 |
* | | imgconvert: add PIX_FMT_GRAY8A to pix_fmt_info | Michael Niedermayer | 2012-01-15 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-15 | 6 | -83/+165 |
|\| |
|
| * | 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 |
* | | ljpegdec: reset restart interval for each plane of a non interleaved file. | Michael Niedermayer | 2012-01-15 | 1 | -0/+2 |
* | | thp: Fix handling of restart interval | Michael Niedermayer | 2012-01-15 | 1 | -0/+6 |
* | | Fix compilation without HAVE_AVX, HAVE_YASM etc. | Reimar Döffinger | 2012-01-14 | 1 | -1/+10 |
* | | timecode: fix typo | Jean First | 2012-01-14 | 1 | -1/+1 |
* | | mpeg12dec: BW10 support | Michael Niedermayer | 2012-01-14 | 1 | -5/+12 |
* | | mpeg12dec: check uppercased codec_tag. | Michael Niedermayer | 2012-01-14 | 1 | -1/+2 |
* | | Use correct register size, fixes compilation with NASM. | Reimar Döffinger | 2012-01-14 | 1 | -1/+1 |
* | | Fix leaking of side data. | Reimar Döffinger | 2012-01-14 | 4 | -14/+27 |
* | | Support transparency in iff images. | Carl Eugen Hoyos | 2012-01-14 | 1 | -4/+4 |
* | | Add CR/LF to a reget_buffer warning message. | Carl Eugen Hoyos | 2012-01-14 | 1 | -1/+1 |