summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* vc2enc: carry over quantization index across frames as a starting pointRostislav Pehlivanov2016-02-28
* vc2enc: use 32 bits for quantized coefficients LUTRostislav Pehlivanov2016-02-28
* vc2enc: cache bits per quantizer, calculate wasted bitsRostislav Pehlivanov2016-02-28
* avfilter/vf_vectorscope: add color5 mode, mode like color but with higher sat...Paul B Mahol2016-02-28
* avcodec/mjpegdec: Fix decoding slightly odd progressive jpegMichael Niedermayer2016-02-28
* LICENSE: Thorough editingTimothy Gu2016-02-28
* x86/vf_blend: Add SSE2 optimization for divideTimothy Gu2016-02-28
* lavf/mp3: Properly check return values of seeks and reads while reading the h...Derek Buitenhuis2016-02-28
* avformat/Makefile: Fixed missing rawutils.o reference (required by movenc.c)Roman Ryltsov2016-02-28
* Document and validate AVFrame plane pointers.Reimar Döffinger2016-02-28
* mjpegdec: Do not assume unused plane pointer are NULL.Reimar Döffinger2016-02-28
* mss2: Fix buffer overflow.Reimar Döffinger2016-02-28
* tests/lavf-regression: Add mp4 timecode testMichael Niedermayer2016-02-28
* movenc: Timecode in MP4 Although MP4 does not have a concrete specification t...Syed Andaleeb Roomy2016-02-28
* configure: add direct detection of libopencvAndreas Cadhalpun2016-02-28
* avutil/imgutils: Assert that the 2nd av_image_fill_linesizes() call in av_ima...Michael Niedermayer2016-02-28
* lavc/aac_ac3_parser: reindentRodger Combs2016-02-27
* lavc/aac_ac3_parser: avoid zeroing codec parameters if we haven't read a frameRodger Combs2016-02-27
* probe TrueHD in MPEGTSRodger Combs2016-02-27
* lavc/Makefile: dnxhd demuxer depends on dnxhddata.oRodger Combs2016-02-27
* vf_copy: exclude hwaccel formatswm42016-02-27
* avfilter/avf_showwolume: add orientation and step optionPaul B Mahol2016-02-27
* lavfi/ass: fix version check for sub_text_format optionClément Bœsch2016-02-27
* avcodec/cfhd: Add support for 12-bit RGBA.Kieran Kunhya2016-02-27
* cfhd: reallocate internal buffers on format change.Kieran Kunhya2016-02-27
* avcodec/utils: Check that the video data[] arrays are NULL on the input to ge...Michael Niedermayer2016-02-27
* avcodec/utils: Check all data[] pointers in video_get_buffer() not just the f...Michael Niedermayer2016-02-27
* sws/yuv2rgb: clarify precision of coeff and offset for mmx codeClément Bœsch2016-02-27
* sws/yuv2rgb: avoid a few ub on signed left shiftsClément Bœsch2016-02-27
* mips: do not disable any feature for generic coresVicente Olivert Riera2016-02-27
* mips: improve detection of ISAs, FPU and ASEs (DSP, MSA)Vicente Olivert Riera2016-02-27
* lavf/matroskadec: Process QuickTime palette per trackMats Peterson2016-02-27
* lavf/movenc: Add palette to video sample descriptionMats Peterson2016-02-27
* avfilter: add datascope filterPaul B Mahol2016-02-26
* lavc: reindent a few decoders after previous commitsClément Bœsch2016-02-26
* lavc: deprecate decoded ass subtitles with timingsClément Bœsch2016-02-26
* lavfi/ass: use ass_process_chunk() instead of ass_process_data()Clément Bœsch2016-02-26
* ffmpeg: set sub_text_format to ass (without timing) by defaultClément Bœsch2016-02-26
* lavc/options: add ass_ro_flush_noop to flags2Clément Bœsch2016-02-26
* lavc: allow subtitle text format to be ASS without timingClément Bœsch2016-02-26
* Kill timed SSAClément Bœsch2016-02-26
* fate: Add test for packed mp3 in mp4 demuxingMichael Niedermayer2016-02-26
* avcodec/utils: Merge identical if conditionsMichael Niedermayer2016-02-26
* vc2enc: calculate the minimum slice size only onceRostislav Pehlivanov2016-02-26
* vc2enc: halve allocated table size, refactor and optimize quantizationRostislav Pehlivanov2016-02-26
* vc2enc: use FFABS() instead of abs()Rostislav Pehlivanov2016-02-26
* vc2enc: correctly zero out coefficient array paddingRostislav Pehlivanov2016-02-26
* vc2enc: mark as FF_CODEC_CAP_INIT_THREADSAFE and align AVCodec entriesRostislav Pehlivanov2016-02-26
* avfilter/af_astats: do not clear previous sample valuePaul B Mahol2016-02-26
* lavf/mux: do not fail in case of non strictly monotonically increasing DTS va...Stefano Sabatini2016-02-26