| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix lagarith YUY2 output. | Carl Eugen Hoyos | 2012-05-09 | 1 | -3/+3 |
* | qdm2: print error messages instead of just retunring failures | Michael Niedermayer | 2012-05-08 | 1 | -3/+9 |
* | CSCD: must use reget_buffer. | Reimar Döffinger | 2012-05-08 | 1 | -3/+1 |
* | g723_1: change to encode2() | Michael Niedermayer | 2012-05-08 | 1 | -6/+12 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-08 | 8 | -468/+523 |
|\ |
|
| * | lagarith: add YUY2 decoding support | Kostya Shishkov | 2012-05-08 | 1 | -3/+71 |
| * | Support decoding unaligned rgb24 lagarith. | Carl Eugen Hoyos | 2012-05-08 | 1 | -1/+2 |
| * | dv: Split profile handling code into a separate file. | Diego Biurrun | 2012-05-07 | 5 | -356/+408 |
| * | qdm2: clip array indices returned by qdm2_get_vlc(). | Ronald S. Bultje | 2012-05-07 | 1 | -5/+13 |
| * | avcodec: do not needlessly set packet size to 0 in avcodec_encode_audio2() | Justin Ruggles | 2012-05-07 | 1 | -1/+0 |
| * | avcodec: for audio encoding, reset output packet when it is not valid | Justin Ruggles | 2012-05-07 | 1 | -1/+4 |
| * | avcodec: refactor avcodec_encode_audio2() to merge common branches | Justin Ruggles | 2012-05-07 | 1 | -3/+3 |
| * | avcodec: remove fallbacks for AVCodec.encode() in avcodec_encode_audio2() | Justin Ruggles | 2012-05-07 | 1 | -68/+2 |
* | | shorten: increase max_frame_size. | Michael Niedermayer | 2012-05-08 | 1 | -1/+1 |
* | | aasc: use the correct reader offset | Michael Niedermayer | 2012-05-08 | 1 | -1/+1 |
* | | Write palettised targa. | Carl Eugen Hoyos | 2012-05-08 | 1 | -4/+14 |
* | | Support yuva422p rawvideo in nut. | Carl Eugen Hoyos | 2012-05-08 | 1 | -0/+1 |
* | | Support yuva422p in ffv1. | Carl Eugen Hoyos | 2012-05-08 | 1 | -0/+2 |
* | | Add Avid Meridien (AVUI) decoder. | Carl Eugen Hoyos | 2012-05-08 | 5 | -1/+125 |
* | | Add yuva422p pix_fmt. | Carl Eugen Hoyos | 2012-05-08 | 2 | -0/+5 |
* | | mp3decoder: discard ID3 tags | Michael Niedermayer | 2012-05-08 | 1 | -0/+4 |
* | | lavc/utils: change a few asserts to av_assert0() | Michael Niedermayer | 2012-05-08 | 1 | -3/+3 |
* | | audio_frame_que: simplify | Michael Niedermayer | 2012-05-08 | 2 | -104/+52 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-07 | 15 | -298/+254 |
|\| |
|
| * | libschroedinger: Switch to function names more in line with Libav style. | Diego Biurrun | 2012-05-07 | 3 | -12/+12 |
| * | Move code shared between libdirac and libschroedinger to libschroedinger. | Diego Biurrun | 2012-05-07 | 7 | -247/+180 |
| * | h264: Remove a commented-out function pointer typedef. | Diego Biurrun | 2012-05-07 | 1 | -1/+0 |
| * | txd: Remove write-only variable in txd_decode_frame(). | Diego Biurrun | 2012-05-07 | 1 | -3/+2 |
| * | mmvideo.c: Remove unused variable in mm_decode_pal(). | Diego Biurrun | 2012-05-07 | 1 | -2/+1 |
| * | build: cosmetics: Add missing end-of-line backslashes to item lists. | Diego Biurrun | 2012-05-07 | 1 | -1/+2 |
| * | build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. | Diego Biurrun | 2012-05-07 | 1 | -5/+26 |
| * | libschroedinger: Move a function to avoid a forward declaration. | Diego Biurrun | 2012-05-07 | 1 | -7/+4 |
| * | pthread: warn on high thread counts | Sean McGovern | 2012-05-07 | 1 | -0/+5 |
| * | lavc: add sample rate and channel layout to AVFrame. | Anton Khirnov | 2012-05-07 | 3 | -1/+21 |
| * | zerocodec: check if the previous frame is missing | Paul B Mahol | 2012-05-06 | 1 | -0/+4 |
* | | mpegvideo: double thread limit | Michael Niedermayer | 2012-05-07 | 1 | -1/+1 |
* | | aacdec: Add forgotten flush | Ole Dittmann | 2012-05-07 | 1 | -0/+1 |
* | | Decode XBR extension in first asset | Nick Brereton | 2012-05-07 | 1 | -2/+181 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-06 | 16 | -236/+755 |
|\| |
|
| * | dfa: use more meaningful return codes | Kostya Shishkov | 2012-05-06 | 1 | -27/+27 |
| * | eatgv: check vector_bits | Michael Niedermayer | 2012-05-06 | 1 | -0/+6 |
| * | eatgv: check motion vectors | Kostya Shishkov | 2012-05-06 | 1 | -6/+8 |
| * | Mark a number of variables only used in av_dlog() calls as av_unused. | Diego Biurrun | 2012-05-06 | 1 | -1/+2 |
| * | dvdec: drop const qualifier from variable to eliminate a warning | Diego Biurrun | 2012-05-06 | 1 | -1/+1 |
| * | avcodec: Improve comment for thread_safe_callbacks to avoid misinterpretation. | Robert Nagy | 2012-05-06 | 1 | -1/+1 |
| * | lagarith: make offset array type unsigned | Kostya Shishkov | 2012-05-06 | 1 | -1/+1 |
| * | dfa: add some checks to ensure that decoder won't write past frame end | Kostya Shishkov | 2012-05-06 | 1 | -1/+7 |
| * | aacps: NEON optimisations | Mans Rullgard | 2012-05-05 | 5 | -2/+337 |
| * | aacps: align some arrays | Mans Rullgard | 2012-05-05 | 6 | -37/+41 |
| * | aacps: move some loops to function pointers | Mans Rullgard | 2012-05-05 | 5 | -161/+331 |