summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | lavf/utils: fix overestimation of the rational number density.Michael Niedermayer2011-10-03
* | mpegtsenc: Lift limit on PMT PIDLoren Osborn2011-10-03
* | libcdio: Fix missing avclass in contextchinshou2011-10-03
* | VP8: armv6 optimizations.Ronald S. Bultje2011-10-03
* | avutil: bump for av_get_default_channel_layout()Michael Niedermayer2011-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
* | MAINTAINERS: new ffplay maintainerMichael Niedermayer2011-10-03
* | Merge remote-tracking branch 'cus/stable'Michael Niedermayer2011-10-02
|\ \
| * | ffplay: use libswresample instead of av_audio_convertMarton Balint2011-10-02
| * | audioconvert: add av_get_default_channel_layout public functionMarton Balint2011-10-02
| * | ffplay: use avctx->channels and avctx->freq before avcodec_open2 consistentlyMarton Balint2011-10-02
| * | ffplay: remove now unnecessary request_channels, we set it now with optionsMarton Balint2011-10-02
| * | ffplay: set request_channels to 2Michael Niedermayer2011-10-02
* | | riff: map 0x0038 to amrnb, works on http://video.mopoto.com/4/40/407/40709.aviCompn2011-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
* | vf_lut.c: fix wrong syntax in exampleStefano Sabatini2011-10-02
* | lavfi: remove usage of deprecated av_opt_set_defaults2() functionStefano Sabatini2011-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
* | Fix use of uninitialized memory in 4X Technologies demuxer.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