summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* doxygen: remove a few @file parameters.Clément Bœsch2011-10-04
* ass_split: fix invalid doxygen group end markers.Clément Bœsch2011-10-04
* proresdec_gpl: remove wrong @file reference.Clément Bœsch2011-10-04
* bintext: remove wrong @file reference.Clément Bœsch2011-10-04
* pngdec: set reference correctly for corepng.Michael Niedermayer2011-10-04
* ff_dv_frame_profile2: Check input buffer size.Michael Niedermayer2011-10-04
* cinepak: detect keyframesMichael Niedermayer2011-10-04
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-04
|\
| * libvpx: fix build with older libvpx versions.Anton Khirnov2011-10-03
| * ARM: check for inline asm 'y' operand modifier supportMans Rullgard2011-10-03
* | libvpxenc: support vpxencs command line options.Luca Barbato2011-10-04
* | H264: hotfix for speedloss on frame threading and h264 files with slices.Michael Niedermayer2011-10-04
* | threads: warn in case of multiple finished setup calls.Michael Niedermayer2011-10-03
* | h264_parser: print AU size on error.Michael Niedermayer2011-10-03
* | h264_parser: AVC support.Michael Niedermayer2011-10-03
* | VP8: armv6 optimizations.Ronald S. Bultje2011-10-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-03
|\|
| * mpc8: check output buffer size before decodingJustin Ruggles2011-10-02
| * mpc7: return error if packet is too small.Justin Ruggles2011-10-02
| * mpc7: check output buffer size before decodingJustin Ruggles2011-10-02
| * nellymoserdec: allocate float_buf only when decoding to int16Justin Ruggles2011-10-02
| * nellymoserdec: use NELLY_BUF_LEN instead of 128Justin Ruggles2011-10-02
| * nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate.Justin Ruggles2011-10-02
| * nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples.Justin Ruggles2011-10-02
| * nellymoser: check output buffer size before decodingJustin Ruggles2011-10-02
| * win32: improve threading algorithm warningLuca Barbato2011-10-02
* | h264: fix intra 16x16 mode check when using mbaff and constrained_intra_pred.Laurent Aimar2011-10-02
* | libvpxenc: cosmetics to make code more similar to lucas.Michael Niedermayer2011-10-02
* | h264: check for invalid bit depth value.Laurent Aimar2011-10-02
* | h264: add entries for 11 and 12 bits in ff_h264_chroma_qp[][]Laurent Aimar2011-10-02
* | h264: fix the check for invalid SPS:num_ref_frames.Laurent Aimar2011-10-02
* | h264: do not let invalid values in h->ref_count on ff_h264_decode_ref_pic_lis...Laurent Aimar2011-10-02
* | Reject video with non multiple of 16 width/height in the 4xm decoder.Laurent Aimar2011-10-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-02
|\|
| * lavc: add video/audio/encoding flags to global_quality optionAnton Khirnov2011-10-01
| * libvpxenc: use libvpx's own defaults for some parametersLuca Barbato2011-10-01
| * vpxenc: add private optionsLuca Barbato2011-10-01
* | 4xm decoder: fix data size for i2 frames.Michael Niedermayer2011-10-02
* | 4xm decoder: print some error messages in case of errors.Michael Niedermayer2011-10-02
* | Check for out of bound accesses in the 4xm decoder.Laurent Aimar2011-10-02
* | Prevent block size from inreasing in the shorten decoder.Laurent Aimar2011-10-02
* | Check for out of bound reads in PTX decoder.Laurent Aimar2011-10-02
* | Fix the check for missing references in ff_er_frame_end() for H264.Laurent Aimar2011-10-02
* | Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffers ...Laurent Aimar2011-10-02
* | Prevent NULL dereference when the huffman table is invalid in the 4xm decoder.Laurent Aimar2011-10-02
* | h264: increase ref_poc size to 32 as it can be per field.Michael Niedermayer2011-10-02
* | h264: set unused ref_counts to 0 as a precautionary meassure.Michael Niedermayer2011-10-02
* | ff_dot_product(): change return value to int64_tMichael Niedermayer2011-10-01
* | g729dec: initialize bit reader with the correct buffer sizeVitor Sessak2011-10-01
* | g723.1_data: remove unneeded LMichael Niedermayer2011-10-01