summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lavc: fix 10l oversight in realloc of avcodec_encode_video2.Michael Niedermayer2012-02-291-1/+1
* dca: dont overread dca_default_coeffs.Michael Niedermayer2012-02-291-0/+4
* dca: Check scale_sum.Michael Niedermayer2012-02-291-2/+14
* dca: Check LFEScaleIndex.Michael Niedermayer2012-02-291-1/+7
* encode_video2: shrink packet after encoding.Nicolas George2012-02-291-0/+7
* fate: disable deshake test as it isnt binary identical across archs.Michael Niedermayer2012-02-292-2/+0
* vmnc: Fail if bpp is not recognized instead of crashing.Michael Niedermayer2012-02-291-0/+1
* get_buffers: Check that pix_fmt is not NONE.Michael Niedermayer2012-02-293-3/+3
* alsdec: Check that quantized parcor coeffs are within range.Michael Niedermayer2012-02-291-0/+4
* libpostproc: fix out of array accesses detected by AddressSanitizer.Michael Niedermayer2012-02-291-2/+2
* vf_deshake: try to fix memleakMichael Niedermayer2012-02-291-0/+2
* fate: switch lavfi-pp targets which need bitexact flags to use them.Michael Niedermayer2012-02-296-10/+10
* libpostproc: add bitexact mode, which is needed for regression testing.Michael Niedermayer2012-02-292-2/+6
* fate: More libpostproc tests to improve coverage.Michael Niedermayer2012-02-296-0/+10
* cook: avoid out of global array read.Michael Niedermayer2012-02-291-12/+29
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-2914-77/+76
|\
| * adpcm: Clip step_index values read from the bitstream at the beginning of eac...Alex Converse2012-02-281-7/+7
| * oma: don't read beyond end of leaf_table.Ronald S. Bultje2012-02-281-1/+1
| * doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-288-18/+3
| * Indeo3: fix crashes on corrupt bitstreams.Ronald S. Bultje2012-02-281-1/+8
| * msmpeg4: Replace forward declaration by proper #include.Diego Biurrun2012-02-281-3/+1
| * segment: implement wrap aroundLuca Barbato2012-02-282-2/+8
| * avf: reorder AVStream and AVFormatContextLuca Barbato2012-02-281-34/+38
| * aacdec: Remove erroneous reference to global gain from the out of bounds scal...Alex Converse2012-02-271-2/+1
* | adpcm_xa: Check filter validity.Michael Niedermayer2012-02-281-0/+8
* | mxfdec: set pixel format for cdci picture formatsPhilip de Nier2012-02-283-1/+36
* | mxfdec: detect uncomp pictures using essence container ulPhilip de Nier2012-02-281-0/+1
* | mxf: add uncompressed 422 8-bit rawvideo labelPhilip de Nier2012-02-281-0/+1
* | mxfdec: set track edit rate num/den in expected orderPhilip de Nier2012-02-281-2/+2
* | mxf: fix v210 label matching lenPhilip de Nier2012-02-281-1/+1
* | cook: add const to quant_index_table of categorize()Michael Niedermayer2012-02-281-1/+1
* | omadec: Fix wrong number of array elements.Michael Niedermayer2012-02-281-2/+2
* | ffmpeg: Fix division by 0 due to invalid timebaseMichael Niedermayer2012-02-281-1/+1
* | add v210 to intra only list to allow "-vcodec copy"Philip de Nier2012-02-281-0/+1
* | tests: add libpostproc testMichael Niedermayer2012-02-282-0/+2
* | pmpdec: Check for zero audio packets.Michael Niedermayer2012-02-281-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-289-935/+1053
|\ \ | |/
| * avcodec_default_reget_buffer(): fix compilation in DEBUG modeDiego Biurrun2012-02-271-1/+1
| * fate: Overhaul WavPack coverageDerek Buitenhuis2012-02-2730-4/+114
| * h264: fix mmxext chroma deblock to use correct TC values.Ronald S. Bultje2012-02-271-1/+1
| * flvdec: Remove the now redundant check for known broken metadata creatorMichael Niedermayer2012-02-271-12/+0
| * flvdec: Validate index entries added from metadata while readingMartin Storsjö2012-02-271-3/+52
| * rtsp: Handle requests from server to clientTommy Winther2012-02-271-5/+53
| * movenc: use timestamps instead of frame_size for samples-per-packetJustin Ruggles2012-02-271-5/+20
| * movenc: use the first cluster duration as the tfhd default durationJustin Ruggles2012-02-271-1/+1
| * movenc: factorize calculation of cluster duration into a separate functionJustin Ruggles2012-02-271-11/+18
| * doc/APIchanges: fill in missing dates and hashes.Anton Khirnov2012-02-271-5/+5
| * lavc: reorder AVCodecContext fields.Anton Khirnov2012-02-272-800/+801
| * lavc: reorder AVFrame fields.Anton Khirnov2012-02-271-90/+91
* | libpostproc: add pp=help support to print the help text via av_log()Michael Niedermayer2012-02-271-0/+9
OpenPOWER on IntegriCloud