summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avformat/hlsenc: detecting duplicated segment filenamesBela Bodecs2016-12-26
* avcodec/error_resilience: Move variable initialization down, remove unneeded ...Michael Niedermayer2016-12-25
* ffplay: add startup volume optionGanesh Ajjanagadde2016-12-25
* avfilter/af_amerge: properly handle unknown input layoutsMarton Balint2016-12-25
* avcodec/error_resilience: Merge surrounding status checksMichael Niedermayer2016-12-25
* avcodec/error_resilience: Factor block parity check outMichael Niedermayer2016-12-25
* avfilter/vf_w3fdif: add >8 but <16 bit supportPaul B Mahol2016-12-25
* avcodec/pixlet: simplify lowpass_prediction() functionPaul B Mahol2016-12-24
* avutil/random_seed: Reduce the time needed on systems with very low precissio...Michael Niedermayer2016-12-24
* tools/zmqsend: Do not truncate fgetc() returnMichael Niedermayer2016-12-24
* lavfi/buffersrc: push the frame deeper if requested.Nicolas George2016-12-24
* lavf/framesync: detect EOF immediately.Nicolas George2016-12-24
* avcodec/utvideo: fix mistake using wrong arguments for left and lefttop pixel...Paul B Mahol2016-12-24
* avcodec/pixlet: make sure scaling factors are not zeroPaul B Mahol2016-12-24
* avcodec/pixlet: avoid some overflowsPaul B Mahol2016-12-24
* avcodec/pixlet: fix undefined behaviour in postprocess_chromaPaul B Mahol2016-12-24
* avfilter/framequeue: add missing check for ASSERT_LEVELJames Almer2016-12-24
* tests/audio_fifo: fix buffer allocation for non planar formatsJames Almer2016-12-23
* swscale/swscale: Fix dereference of stride array before null checkMichael Niedermayer2016-12-23
* avformat/avidec: skip odml master index chunks in avi_syncTobias Rapp2016-12-23
* avutil/tests/random_seed: eliminate gotoMichael Niedermayer2016-12-23
* avfilter/vf_deband: do not use uninitialized valuePaul B Mahol2016-12-23
* avcodec/utvideodec: add SIMD support for median prediction for planar formatsPaul B Mahol2016-12-23
* lavfi: avfilter_graph_request_oldest: request a frame again before returning.Nicolas George2016-12-23
* avcodec/asvdec: return correct value in case of errorPaul B Mahol2016-12-23
* avcodec/pixlet: check out of bounds pfx valuePaul B Mahol2016-12-23
* avcodec/pixlet: remove unnecessary double to float conversionJames Almer2016-12-23
* avfilter/af_amerge: detect EOF immediatelyNicolas George2016-12-23
* avutil/tests: Improved code coverage for random_seedThomas Turner2016-12-23
* avcodec: add Apple Pixlet decoderPaul B Mahol2016-12-22
* avfilter/vf_deband: add planes coupling modePaul B Mahol2016-12-22
* fate: Add test for ticket 6024, truncated decoding modePavel Koshevoy2016-12-22
* ffserver_config: Check for failure to allocate FFServerIPAddressACLMichael Niedermayer2016-12-22
* tests/avstring: free the pointer after calls to av_d2str()James Almer2016-12-22
* doc/general: mention recently added PCM codecsPaul B Mahol2016-12-22
* avutil/random_seed: Improve get_generic_seed() with higher precission clock()Michael Niedermayer2016-12-22
* doc/filters: Fix vsbmc option name.Carl Eugen Hoyos2016-12-22
* lavfi: take_samples: free frames after taking all samples.Nicolas George2016-12-22
* avformat/wavdec: add support for decoding 24.0 and 16.8 floating point pcm fo...Paul B Mahol2016-12-22
* avcodec: add pcm_f16le and pcm_f24le decoderPaul B Mahol2016-12-22
* avcodec/wmaprodec: cleanup extradata dumpingPaul B Mahol2016-12-22
* avformat/mpegenc: Check for av_mallocz() failureMichael Niedermayer2016-12-21
* avformat/img2dec: Remove dead code from psd_probe()Michael Niedermayer2016-12-21
* avfilter/vf_psnr: add gray10 and gray12 supportPaul B Mahol2016-12-21
* avutil/random_seed: Use uint64 instead of uint8 for struct to avoid potential...Michael Niedermayer2016-12-21
* avutil: Added selftest for libavutil/audio_fifo.cThomas Turner2016-12-21
* swscale: save ebx register when it is not availableAndreas Cadhalpun2016-12-21
* avutil: Improved test coverage for avstring.cThomas Turner2016-12-20
* avcodec/magicyuv: add 10 bit supportPaul B Mahol2016-12-20
* lavfi/framequeue: avoid empty structs.Nicolas George2016-12-20