| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-03 | 4 | -22/+62 |
|\ |
|
| * | mpc8: check output buffer size before decoding | Justin Ruggles | 2011-10-02 | 1 | -2/+8 |
| * | mpc7: return error if packet is too small. | Justin Ruggles | 2011-10-02 | 1 | -0/+1 |
| * | mpc7: check output buffer size before decoding | Justin Ruggles | 2011-10-02 | 1 | -2/+8 |
| * | nellymoserdec: allocate float_buf only when decoding to int16 | Justin Ruggles | 2011-10-02 | 1 | -1/+7 |
| * | nellymoserdec: use NELLY_BUF_LEN instead of 128 | Justin Ruggles | 2011-10-02 | 1 | -1/+1 |
| * | nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate. | Justin Ruggles | 2011-10-02 | 1 | -2/+2 |
| * | nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples. | Justin Ruggles | 2011-10-02 | 1 | -7/+22 |
| * | nellymoser: check output buffer size before decoding | Justin Ruggles | 2011-10-02 | 1 | -5/+12 |
| * | win32: improve threading algorithm warning | Luca Barbato | 2011-10-02 | 1 | -2/+4 |
* | | h264: fix intra 16x16 mode check when using mbaff and constrained_intra_pred. | Laurent Aimar | 2011-10-02 | 5 | -13/+32 |
* | | libvpxenc: cosmetics to make code more similar to lucas. | Michael Niedermayer | 2011-10-02 | 1 | -31/+27 |
* | | h264: check for invalid bit depth value. | Laurent Aimar | 2011-10-02 | 1 | -0/+5 |
* | | h264: add entries for 11 and 12 bits in ff_h264_chroma_qp[][] | Laurent Aimar | 2011-10-02 | 2 | -3/+16 |
* | | h264: fix the check for invalid SPS:num_ref_frames. | Laurent Aimar | 2011-10-02 | 1 | -1/+1 |
* | | h264: do not let invalid values in h->ref_count on ff_h264_decode_ref_pic_lis... | Laurent Aimar | 2011-10-02 | 1 | -1/+3 |
* | | Reject video with non multiple of 16 width/height in the 4xm decoder. | Laurent Aimar | 2011-10-02 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-02 | 2 | -37/+55 |
|\| |
|
| * | lavc: add video/audio/encoding flags to global_quality option | Anton Khirnov | 2011-10-01 | 1 | -1/+1 |
| * | libvpxenc: use libvpx's own defaults for some parameters | Luca Barbato | 2011-10-01 | 1 | -5/+16 |
| * | vpxenc: add private options | Luca Barbato | 2011-10-01 | 1 | -3/+60 |
* | | 4xm decoder: fix data size for i2 frames. | Michael Niedermayer | 2011-10-02 | 1 | -1/+1 |
* | | 4xm decoder: print some error messages in case of errors. | Michael Niedermayer | 2011-10-02 | 1 | -9/+27 |
* | | Check for out of bound accesses in the 4xm decoder. | Laurent Aimar | 2011-10-02 | 1 | -13/+46 |
* | | Prevent block size from inreasing in the shorten decoder. | Laurent Aimar | 2011-10-02 | 1 | -2/+8 |
* | | Check for out of bound reads in PTX decoder. | Laurent Aimar | 2011-10-02 | 1 | -0/+8 |
* | | Fix the check for missing references in ff_er_frame_end() for H264. | Laurent Aimar | 2011-10-02 | 1 | -1/+1 |
* | | Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffers ... | Laurent Aimar | 2011-10-02 | 1 | -0/+2 |
* | | Prevent NULL dereference when the huffman table is invalid in the 4xm decoder. | Laurent Aimar | 2011-10-02 | 1 | -3/+4 |
* | | h264: increase ref_poc size to 32 as it can be per field. | Michael Niedermayer | 2011-10-02 | 1 | -1/+1 |
* | | h264: set unused ref_counts to 0 as a precautionary meassure. | Michael Niedermayer | 2011-10-02 | 1 | -1/+1 |
* | | ff_dot_product(): change return value to int64_t | Michael Niedermayer | 2011-10-01 | 2 | -2/+2 |
* | | g729dec: initialize bit reader with the correct buffer size | Vitor Sessak | 2011-10-01 | 1 | -1/+1 |
* | | g723.1_data: remove unneeded L | Michael Niedermayer | 2011-10-01 | 1 | -1/+1 |
* | | h264: try reading SPS with wrong escaping, it sometimes works better | Michael Niedermayer | 2011-10-01 | 2 | -2/+9 |
* | | g729dec: prevent out of array access | Michael Niedermayer | 2011-10-01 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-01 | 10 | -296/+354 |
|\| |
|
| * | dpcm: return error if packet is too small | Justin Ruggles | 2011-09-30 | 1 | -1/+4 |
| * | dpcm: use smaller data types for static tables | Justin Ruggles | 2011-09-30 | 1 | -5/+5 |
| * | dpcm: use sol_table_16 directly instead of through the DPCMContext. | Justin Ruggles | 2011-09-30 | 1 | -3/+2 |
| * | dpcm: replace short with int16_t | Justin Ruggles | 2011-09-30 | 1 | -4/+3 |
| * | dpcm: check to make sure channels is 1 or 2. | Justin Ruggles | 2011-09-30 | 1 | -0/+5 |
| * | dpcm: misc pretty-printing | Justin Ruggles | 2011-09-30 | 1 | -20/+20 |
| * | dpcm: remove unnecessary variable by using bytestream functions. | Justin Ruggles | 2011-09-30 | 1 | -38/+28 |
| * | dpcm: move codec-specific variable declarations to their corresponding decodi... | Justin Ruggles | 2011-09-30 | 1 | -4/+4 |
| * | dpcm: consistently use the variable name 'n' for the next input byte. | Justin Ruggles | 2011-09-30 | 1 | -7/+5 |
| * | dpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs 1 and 2. | Justin Ruggles | 2011-09-30 | 1 | -13/+16 |
| * | dpcm: calculate and check actual output data size prior to decoding. | Justin Ruggles | 2011-09-30 | 1 | -16/+34 |
| * | dpcm: factor out the stereo flag calculation | Justin Ruggles | 2011-09-30 | 1 | -14/+15 |
| * | dpcm: cosmetics: rename channel_number to ch | Justin Ruggles | 2011-09-30 | 1 | -23/+23 |