| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/hap: pass texture-compression destination as argument, not in context | Tom Butterworth | 2016-11-08 | 1 | -3/+9 |
* | opus: move the entropy decoding functions to opus_rc.c | Rostislav Pehlivanov | 2016-11-08 | 7 | -320/+380 |
* | opus: move all tables to a separate file | Rostislav Pehlivanov | 2016-11-08 | 5 | -1240/+1421 |
* | aacenc: quit when the audio queue reaches 0 rather than keeping track of empt... | Rostislav Pehlivanov | 2016-11-08 | 2 | -7/+3 |
* | mpegaudio_parser: don't return AVERROR_PATCHWELCOME | Andreas Cadhalpun | 2016-11-07 | 1 | -1/+1 |
* | mpeg4audio: validate sample_rate | Andreas Cadhalpun | 2016-11-07 | 1 | -0/+5 |
* | lzf: update pointer p after realloc | Andreas Cadhalpun | 2016-11-05 | 1 | -0/+2 |
* | avcodec/nvenc.c: Use new safe dlopen code. | Matt Oliver | 2016-11-05 | 1 | -5/+1 |
* | avcodec/rawdec: check for side data before checking its size | James Almer | 2016-11-04 | 1 | -1/+1 |
* | diracdec: check return code of get_buffer_with_edge | Andreas Cadhalpun | 2016-11-04 | 1 | -1/+3 |
* | diracdec: clear slice_params_num_buf on allocation failure | Andreas Cadhalpun | 2016-11-04 | 1 | -0/+1 |
* | diracdec: use correct buffer for slice_params_buf realloc | Andreas Cadhalpun | 2016-11-04 | 1 | -1/+1 |
* | avcodec/hap: consistent name for codec | Tom Butterworth | 2016-11-04 | 3 | -3/+3 |
* | qsvenc: do not re-execute encoding on all positive status codes | Anton Khirnov | 2016-11-04 | 1 | -1/+1 |
* | libx265: Add option to force IDR frames | Derek Buitenhuis | 2016-11-04 | 2 | -2/+5 |
* | avcodec/ac3dec: Check expacc | Michael Niedermayer | 2016-11-03 | 1 | -0/+4 |
* | hevc: Move hevc_decode_extradata before frame decoding | Vittorio Giovara | 2016-11-03 | 1 | -74/+74 |
* | ppc: pixblockdsp: do unaligned block accesses correctly again | Andreas Cadhalpun | 2016-11-03 | 1 | -7/+10 |
* | crystalhd: Update high level description | Philip Langdale | 2016-11-02 | 1 | -33/+5 |
* | crystalhd: Simplify output frame handling | Philip Langdale | 2016-11-02 | 1 | -27/+15 |
* | crystalhd: Loop for a frame internally where possible. | Philip Langdale | 2016-11-02 | 1 | -14/+26 |
* | crystalhd: Keep NOPTS_VALUE so we know it's not there. | Philip Langdale | 2016-11-02 | 1 | -2/+1 |
* | crystalhd: Remove h.264 parser | Philip Langdale | 2016-11-02 | 1 | -51/+4 |
* | crystalhd: We don't need the track the last picture number anymore | Philip Langdale | 2016-11-02 | 1 | -40/+0 |
* | crystalhd: Remove trust_interlaced heuristic | Philip Langdale | 2016-11-02 | 1 | -33/+4 |
* | crystalhd: Revert back to letting hardware handle packed b-frames | Philip Langdale | 2016-11-02 | 1 | -8/+29 |
* | crystalhd: Switch to new decode API and remove the insanity | Philip Langdale | 2016-11-02 | 2 | -356/+126 |
* | crystalhd: Fix up the missing first sample | Philip Langdale | 2016-11-02 | 1 | -0/+9 |
* | lavc: Add hevc main10 profile to ffmpeg cli | Vittorio Giovara | 2016-11-02 | 1 | -0/+1 |
* | avcodec/sunrast: Fix input buffer pointer check | Michael Niedermayer | 2016-11-02 | 1 | -1/+1 |
* | lavc/hapenc: Use the correct printf length modifier for size_t arguments. | Carl Eugen Hoyos | 2016-11-02 | 1 | -1/+1 |
* | avcodec/dnxhdenc: Fix alignment of edge_buf* | Michael Niedermayer | 2016-11-01 | 1 | -2/+2 |
* | apngdec: use side data to pass extradata to the decoder | Andreas Cadhalpun | 2016-11-01 | 1 | -2/+21 |
* | Fix build warnings due to misleading indentation | Adriano Pallavicino | 2016-11-01 | 1 | -27/+27 |
* | interplayacm: increase bitstream buffer size by AV_INPUT_BUFFER_PADDING_SIZE | Andreas Cadhalpun | 2016-11-01 | 1 | -1/+1 |
* | avcodec/smc: Check side data size before use | Michael Niedermayer | 2016-10-31 | 1 | -2/+5 |
* | avcodec/tscc: Check side data size before use | Michael Niedermayer | 2016-10-31 | 1 | -2/+5 |
* | avcodec/rscc: Fix constant | Michael Niedermayer | 2016-10-31 | 1 | -1/+1 |
* | avcodec/qsv: remove MFX_EXTBUFF_CODING_OPTION3 | Kyle Schwarz | 2016-10-31 | 1 | -18/+0 |
* | qsvdec: Avoid probing with qsv decoders | Mark Thompson | 2016-10-31 | 3 | -4/+4 |
* | qsv: Merge libav implementation | Mark Thompson | 2016-10-31 | 10 | -597/+746 |
* | mpegvideo: Return correct coded frame sizes from parser | Mark Thompson | 2016-10-31 | 1 | -2/+4 |
* | hevc: Return stream format information from parser | Mark Thompson | 2016-10-31 | 1 | -0/+8 |
* | vc1: Return stream format information from parser | Mark Thompson | 2016-10-31 | 1 | -0/+8 |
* | avcodec/rawdec: Check side data size before use | Michael Niedermayer | 2016-10-31 | 1 | -1/+8 |
* | avcodec/rscc: Check side data size before use | Michael Niedermayer | 2016-10-31 | 1 | -2/+5 |
* | avcodec/msvideo1: Check side data size before use | Michael Niedermayer | 2016-10-31 | 1 | -2/+5 |
* | avcodec/qpeg: Check side data size before use | Michael Niedermayer | 2016-10-31 | 1 | -2/+5 |
* | avcodec/qtrle: Check side data size before use | Michael Niedermayer | 2016-10-31 | 1 | -2/+5 |
* | avcodec/msrle: Check side data size before use | Michael Niedermayer | 2016-10-31 | 1 | -2/+5 |