summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avformat/mpeg: Don't copy or leak string in AVBPrintAndreas Rheinhardt2019-12-05
* avformat/mpeg: Make VobSub demuxer have its own context structAndreas Rheinhardt2019-12-05
* avformat/matroskadec: Reuse AVIOContextAndreas Rheinhardt2019-12-04
* avformat/matroskadec: Improve frame size parsing error messagesAndreas Rheinhardt2019-12-04
* avformat/matroskadec: Remove unnecessary checkAndreas Rheinhardt2019-12-04
* avformat/matroskadec: Simplify control flow of parsing lacesAndreas Rheinhardt2019-12-04
* avformat/matroskadec: Avoid allocating array for lace sizesAndreas Rheinhardt2019-12-04
* avformat/matroskadec: Use bytestream API instead of AVIOContextAndreas Rheinhardt2019-12-04
* avformat/matroskadec: avcodec/tta: Set extradata_size to 22Andreas Rheinhardt2019-12-04
* avformat/matroskadec: Check before allocationsAndreas Rheinhardt2019-12-04
* fate/matroska: add a test for xiph lacingJames Almer2019-12-04
* lavc/libxavs2.c: optimize error descriptionshwren2019-12-04
* lavc/libxavs2.c: fix code style - spaceshwren2019-12-04
* lavc/libxavs2.c: avoid recomputations of pointers in xavs2_copy_frame* functionshwren2019-12-04
* lavc/libxavs2.c: use more descriptive variable names in xavs2_copy_frame* fun...hwren2019-12-04
* avfilter/vf_elbg: Fix for the seed typeLimin Wang2019-12-04
* avformat/rmdec: Use av_packet_move_ref() for packet ownership transferAndreas Rheinhardt2019-12-04
* avdevice/xcbgrab: Handle reply and error properlyKusanagi Kouichi2019-12-03
* tools/target_dec_fuzzer: Support setting AV_CODEC_FLAG2_FASTMichael Niedermayer2019-12-03
* tools/target_dec_fuzzer: Support fuzzing error detectionMichael Niedermayer2019-12-03
* avformat/mpegtsenc: add padding to m2ts streamsMarton Balint2019-12-03
* avformat/mpegtsenc: factorize writing packetMarton Balint2019-12-03
* avformat/mpegtsenc: move around setting m2ts_modeMarton Balint2019-12-03
* avformat/mpegtsenc: set priority flag for AC3 codecs if writing BluRayMarton Balint2019-12-03
* avformat/mpegtsenc: allow any sensible PID for elementary and PMT PIDsMarton Balint2019-12-03
* MAINTAINERS: add myself to libavfilter/dnnGuo, Yejun2019-12-03
* libavformat/utils: Fix code indentationLinjie Fu2019-12-03
* avfilter/vf_unsharp: Don't dereference NULLAndreas Rheinhardt2019-12-03
* fate/cbs: add svc AV1 testsJames Almer2019-12-02
* avcodec/av1_parser: skip frames with spatial_id > 0James Almer2019-12-02
* avfilter/buffersrc: remove write-only variableZhao Zhili2019-12-02
* fate/cbs: add a decode model AV1 testJames Almer2019-12-01
* fate/cbs: add a switch frame AV1 testJames Almer2019-12-01
* Revert "avcodec/cbs_av1_syntax_template: Check ref_frame_idx before use"James Almer2019-12-01
* avcodec/cbs_av1: implement missing set_frame_refs() functionJames Almer2019-12-01
* avcodec/alsdec: Discard frames for which no channel could be decodedMichael Niedermayer2019-12-01
* avcodec/alsdec: Avoid 1 layer of pointer dereferences in INTERLEAVE_OUTPUT()Michael Niedermayer2019-12-01
* avcodec/g729dec: Avoid one multiply by using init_get_bits8()Michael Niedermayer2019-12-01
* avcodec/g729dec: Avoid using buf_sizeMichael Niedermayer2019-12-01
* avcodec/g729dec: Factor block_size outMichael Niedermayer2019-12-01
* avcodec/g729dec: require buf_size to be non 0Michael Niedermayer2019-12-01
* avcodec/g729dec: Check for KELVIN && 6k4Michael Niedermayer2019-12-01
* avcodec/alac: Fix integer overflow in lpc_prediction() with signMichael Niedermayer2019-12-01
* avcodec/wmaprodec: Fix buflen computation in save_bits()Michael Niedermayer2019-12-01
* avcodec/vc1_block: Fix integer overflow in AC rescaling in vc1_decode_i_block...Michael Niedermayer2019-12-01
* avcodec/vmdaudio: Check chunk counts to avoid integer overflowMichael Niedermayer2019-12-01
* avformat/mxfdec: Clear metadata_sets_count in mxf_read_close()Michael Niedermayer2019-12-01
* avformat/flac_picture: Return directly if nothing has been allocatedAndreas Rheinhardt2019-12-01
* avformat/flac_picture: Switch to bytestream2 APIAndreas Rheinhardt2019-12-01
* avformat/flac_picture: Simplify checksAndreas Rheinhardt2019-12-01