| Commit message (Expand) | Author | Age | Files | Lines |
* | pcmenc: use ENCODE macro for pcm_s8 | Paul B Mahol | 2012-11-20 | 1 | -6/+2 |
* | pcm: revert from libavs planar code to durandals. | Michael Niedermayer | 2012-11-20 | 1 | -10/+1 |
* | Merge commit '7c278d2ae410a64bdd89f1777026b4b963c30a1a' | Michael Niedermayer | 2012-11-20 | 3 | -77/+116 |
|\ |
|
| * | alacenc: support 24-bit encoding | Justin Ruggles | 2012-11-20 | 1 | -26/+75 |
| * | pcmdec: use planar sample format for pcm_s16le_planar | Justin Ruggles | 2012-11-19 | 1 | -9/+10 |
| * | vorbisdec: use float planar sample format | Justin Ruggles | 2012-11-19 | 1 | -50/+31 |
* | | 8svx: move pcm_s8_planar decoder to pcm.c | Paul B Mahol | 2012-11-20 | 4 | -39/+19 |
* | | 4xm: return error code if decode_init() failed | Paul B Mahol | 2012-11-20 | 1 | -1/+1 |
* | | aacsbr: check sample_rate before using it, fix division by 0 | Michael Niedermayer | 2012-11-20 | 1 | -3/+3 |
* | | 4xmdec: fix integer overflow, null ptr dereference | Michael Niedermayer | 2012-11-20 | 1 | -1/+1 |
* | | iff: DEEP RLE 32-bit decoder | Peter Ross | 2012-11-20 | 1 | -0/+57 |
* | | mips: Optimization of AC3 FP encoder and EAC3 FP decoder | Bojan Zivkovic | 2012-11-19 | 4 | -0/+376 |
* | | pthreads: increase MAX_BUFFERS due to 24c043c98ef22b9d4aa7a54ec5f1cebd21042dd7 | Michael Niedermayer | 2012-11-19 | 1 | -1/+1 |
* | | vble: remove superfluous braces | Piotr Bandurski | 2012-11-19 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-19 | 3 | -36/+31 |
|\| |
|
| * | x86: h264_intrapred: Fix C function names in comments | Diego Biurrun | 2012-11-18 | 1 | -31/+31 |
| * | x86: SPLATD: port to cpuflags | Diego Biurrun | 2012-11-18 | 2 | -5/+0 |
* | | Merge commit '1c5805521c3e406886341d752ebf38f8d41e1d13' | Michael Niedermayer | 2012-11-19 | 1 | -6/+8 |
|\| |
|
| * | PGS subtitles: Set AVSubtitle pts value | John Stebbins | 2012-11-18 | 1 | -2/+8 |
| * | h264: Fix parameters to ff_er_add_slice() call | Janne Grunau | 2012-11-16 | 1 | -1/+1 |
| * | h264: always check ref_count for validity | Janne Grunau | 2012-11-16 | 1 | -9/+9 |
* | | sbr: increase f_tablelim size, it appears it was too small by 1. | Michael Niedermayer | 2012-11-19 | 1 | -1/+1 |
* | | h264: dont stop parsing NALs without cleanup on DPC. | Michael Niedermayer | 2012-11-19 | 1 | -1/+1 |
* | | vble: do not abort when version is not 1 | Piotr Bandurski | 2012-11-19 | 1 | -2/+1 |
* | | mpegvideo: increase MAX_PICTURE_NUMBER. | Michael Niedermayer | 2012-11-19 | 1 | -1/+1 |
* | | avrndec: support lowres for mjpeg | Piotr Bandurski | 2012-11-19 | 1 | -0/+6 |
* | | error concealment: check that references are frames and not fields. | Michael Niedermayer | 2012-11-18 | 1 | -0/+4 |
* | | h264: Check gray scale CBP, fix out of array accesses. | Michael Niedermayer | 2012-11-18 | 2 | -0/+10 |
* | | pcmenc: remove dead increment | Paul B Mahol | 2012-11-18 | 1 | -1/+0 |
* | | pcm: move i into for loop to avoid { } inside switch statement | Paul B Mahol | 2012-11-18 | 1 | -4/+3 |
* | | ff_h264_direct_ref_list_init: fix B slice check. | Michael Niedermayer | 2012-11-18 | 1 | -1/+1 |
* | | mjpegenc: yuvj444p support | Paul B Mahol | 2012-11-18 | 3 | -29/+54 |
* | | h264: correct ref count check and limit, fix out of array accesses. | Michael Niedermayer | 2012-11-18 | 1 | -1/+1 |
* | | h264: fix integer overflow, assert failure | Michael Niedermayer | 2012-11-18 | 1 | -2/+6 |
* | | ff_mpeg_update_thread_context: assert context unequality | Michael Niedermayer | 2012-11-18 | 1 | -0/+3 |
* | | iff: decode HAM8 images with masking correctly. | Piotr Bandurski | 2012-11-18 | 1 | -1/+1 |
* | | h264: Skip odd NALs in extradata, prevent undefined behavior | Michael Niedermayer | 2012-11-18 | 2 | -1/+25 |
* | | mjpegdec: reset h/v_count, fix assertion failure. | Michael Niedermayer | 2012-11-18 | 1 | -0/+2 |
* | | eamad: return meaningful error codes | Paul B Mahol | 2012-11-17 | 1 | -8/+8 |
* | | vcr1: check if dimensions are supported, fix out of array accesses. | Michael Niedermayer | 2012-11-17 | 1 | -0/+4 |
* | | PCM signed 16-bit big-endian planar decoder | Paul B Mahol | 2012-11-17 | 7 | -1/+16 |
* | | PCM signed 24-bit/32-bit little-endian planar decoder | Paul B Mahol | 2012-11-17 | 7 | -12/+45 |
* | | eamad: fix out of array accesses | Michael Niedermayer | 2012-11-17 | 1 | -1/+1 |
* | | xxan: check ybuf index before use. | Michael Niedermayer | 2012-11-17 | 1 | -1/+2 |
* | | cook: check subbands more completely, fix out of array read. | Michael Niedermayer | 2012-11-17 | 1 | -0/+4 |
* | | ff_mpeg4videodec_static_init: fix return type | Michael Niedermayer | 2012-11-17 | 2 | -2/+2 |
* | | tm2: check for invalid vlcs, fix out of array read | Michael Niedermayer | 2012-11-17 | 1 | -1/+3 |
* | | g723_1dec: Fix lsp2lpc() so it can handle values at the ends of the table. | Michael Niedermayer | 2012-11-16 | 2 | -2/+3 |
* | | ff_emulated_edge_mc: fix integer anomalies, fix out of array reads | Michael Niedermayer | 2012-11-16 | 2 | -4/+8 |
* | | ffv1enc: consider 2pass float rounding, fix loop | Michael Niedermayer | 2012-11-16 | 1 | -1/+1 |