| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/get_bits: add cached bitstream reader | Paul B Mahol | 2018-08-30 | 2 | -2/+367 |
* | avcodec/scpr: error out if run length is <= 0 | Paul B Mahol | 2018-08-29 | 1 | -0/+6 |
* | atrac9dec: clean up code slightly | Rostislav Pehlivanov | 2018-08-28 | 1 | -7/+4 |
* | atrac9dec: implement LFE channel decoding | Rostislav Pehlivanov | 2018-08-27 | 1 | -1/+29 |
* | atrac9dec: relax gradient value requirements | Rostislav Pehlivanov | 2018-08-27 | 1 | -1/+1 |
* | avcodec: add WinCAM Motion Video decoder | Paul B Mahol | 2018-08-27 | 6 | -1/+271 |
* | avcodec: add MatchWare Screen Capture Codec | Paul B Mahol | 2018-08-27 | 6 | -1/+203 |
* | vaapi_encode: Factorise out adding global parameters | Mark Thompson | 2018-08-27 | 1 | -16/+22 |
* | vaapi_encode: Remove common priv_data and options fields | Mark Thompson | 2018-08-27 | 8 | -33/+0 |
* | vaapi_encode_vp9: Move options and common structures into context | Mark Thompson | 2018-08-27 | 1 | -16/+15 |
* | vaapi_encode_vp8: Move options and common structures into context | Mark Thompson | 2018-08-27 | 1 | -17/+14 |
* | vaapi_encode_mpeg2: Move common structure into context | Mark Thompson | 2018-08-27 | 1 | -28/+25 |
* | vaapi_encode_mjpeg: Move common structure into context | Mark Thompson | 2018-08-27 | 1 | -10/+8 |
* | vaapi_encode_h265: Move options and common structures into context | Mark Thompson | 2018-08-27 | 1 | -92/+90 |
* | vaapi_encode_h264: Move options and common structures into context | Mark Thompson | 2018-08-27 | 1 | -112/+114 |
* | lavc/encode: fix frame_number double-counted | Zhong Li | 2018-08-27 | 1 | -3/+4 |
* | avcodec/proresdec2: add frame threading support | Paul B Mahol | 2018-08-26 | 1 | -2/+16 |
* | avcodec/mscc: fix several bugs | Paul B Mahol | 2018-08-26 | 1 | -14/+41 |
* | mpeg4video: Add Studio DPCM support | Kieran Kunhya | 2018-08-25 | 3 | -20/+146 |
* | avcodec/hq_hqa: Check remaining input bits in hqa_decode_mb() | Michael Niedermayer | 2018-08-25 | 1 | -0/+3 |
* | avcodec/vb: Check for end of bytestream before reading blocktype | Michael Niedermayer | 2018-08-25 | 1 | -0/+4 |
* | avcodec/snowdec: Fix integer overflow with motion vector residual | Michael Niedermayer | 2018-08-25 | 1 | -2/+2 |
* | allcodecs: reorder ff_bitpacked_decoder | Rostislav Pehlivanov | 2018-08-25 | 1 | -1/+1 |
* | avcodec/mpeg4videodec: Fix slice end detection in mpeg4_decode_studio_mb() | Michael Niedermayer | 2018-08-25 | 1 | -0/+8 |
* | avcodec/utils: document allocation requirement of extradata | Timo Rothenpieler | 2018-08-25 | 1 | -0/+1 |
* | avcodec/prosumer: fix some minor issues | Paul B Mahol | 2018-08-24 | 1 | -9/+9 |
* | avcodec: add Brooktree ProSumer Video decoder | Paul B Mahol | 2018-08-24 | 6 | -2/+406 |
* | avcodec/libopusenc: support encoding packets of sizes bigger than 60ms | James Almer | 2018-08-24 | 1 | -5/+15 |
* | Revert "avcodec/opus_parser: Handle complete frames flag." | James Almer | 2018-08-23 | 1 | -17/+12 |
* | lavc/extract_extradata_bsf.c: add AVS2 | hwren | 2018-08-23 | 1 | -0/+2 |
* | lavc/encode: remove redundant av_init_packet after av_packet_unref. | Jun Zhao | 2018-08-23 | 1 | -4/+0 |
* | lavc/hevc_ps: fix crop info for monochrome | Zhao Zhili | 2018-08-22 | 1 | -4/+12 |
* | lavc/libkvazaar: fix incompatible pointer type. | Jun Zhao | 2018-08-22 | 1 | -1/+1 |
* | avcodec/psd : add support for gray float | Martin Vignali | 2018-08-22 | 1 | -0/+2 |
* | lavc/qsvenc: add quality status to side_data | Zhong Li | 2018-08-22 | 3 | -17/+24 |
* | avcodec/opus_parser: Handle complete frames flag. | Jacob Trimble | 2018-08-21 | 1 | -12/+17 |
* | avcodec/codec_desc: mark Duck TrueMotion 2.0 Real Time as intra only | Paul B Mahol | 2018-08-21 | 1 | -1/+1 |
* | avcodec/nvenc: add option to turn off a53 closed caption embedding | Timo Rothenpieler | 2018-08-21 | 4 | -2/+4 |
* | avcodec: add IMM4 decoder | Paul B Mahol | 2018-08-21 | 6 | -1/+512 |
* | avcodec/cfhd: Use the actual count instead of the expected in peak_table() | Michael Niedermayer | 2018-08-20 | 1 | -1/+1 |
* | avcodec/cfhd: Move peak_table() and difference_coding() calls after the exist... | Michael Niedermayer | 2018-08-20 | 1 | -10/+4 |
* | avcodec/lagarith: Optimize FRAME_SOLID_RGBA | Michael Niedermayer | 2018-08-20 | 1 | -1/+7 |
* | Revert "avcodec/libaomdec: auto insert dump_extra bitstream filter" | James Almer | 2018-08-17 | 1 | -1/+0 |
* | avcodec/av1_parse: take trailing bits into account when initializing the GetB... | James Almer | 2018-08-17 | 2 | -10/+53 |
* | h264: Support multi-field closed captions by using AVBufferRef and not resett... | Kieran Kunhya | 2018-08-17 | 4 | -19/+26 |
* | avcodec/decode: copy the output parameters from the last bsf in the chain bac... | James Almer | 2018-08-16 | 1 | -0/+4 |
* | avcodec/decode: flush the internal bsfs instead of constantly reinitalizing them | James Almer | 2018-08-16 | 3 | -10/+19 |
* | avcodec/h264_redundant_pps_bsf: implement a AVBSFContext.flush() callback | James Almer | 2018-08-16 | 1 | -0/+9 |
* | avcodec/mpeg4_unpack_bframes_bsf: implement a AVBSFContext.flush() callback | James Almer | 2018-08-16 | 1 | -0/+7 |
* | avcodec/vp9_superframe_bsf: implement a AVBSFContext.flush() callback | James Almer | 2018-08-16 | 1 | -0/+12 |