40706 Commits (8732dfa99549b8e233b50956cb27031e18806685)

Author SHA1 Message Date
James Almer 9305bdc68f avcodec/get_bits: actually make cached reader correctly disabled 7 years ago
Paul B Mahol 562f00ed07 avcodec/utvideodec: use cached bitstream reader everywhere except on x86_32 7 years ago
Paul B Mahol ca079b0954 avcodec/get_bits: add cached bitstream reader 7 years ago
Paul B Mahol d71dfc087b avcodec/scpr: error out if run length is <= 0 7 years ago
Rostislav Pehlivanov 964819fefd atrac9dec: clean up code slightly 7 years ago
Rostislav Pehlivanov ea82ff81e4 atrac9dec: implement LFE channel decoding 7 years ago
Rostislav Pehlivanov 6213cf7394 atrac9dec: relax gradient value requirements 7 years ago
Paul B Mahol ad2ac1e7dd avcodec: add WinCAM Motion Video decoder 7 years ago
Paul B Mahol f7d749e95b avcodec: add MatchWare Screen Capture Codec 7 years ago
Mark Thompson 38ec5b4aa4 vaapi_encode: Factorise out adding global parameters 7 years ago
Mark Thompson c5b4ad247b vaapi_encode: Remove common priv_data and options fields 7 years ago
Mark Thompson 1616106f11 vaapi_encode_vp9: Move options and common structures into context 7 years ago
Mark Thompson 58d3ac31c8 vaapi_encode_vp8: Move options and common structures into context 7 years ago
Mark Thompson 537d6aa30e vaapi_encode_mpeg2: Move common structure into context 7 years ago
Mark Thompson 2c3ad16d3e vaapi_encode_mjpeg: Move common structure into context 7 years ago
Mark Thompson 46d1313fcd vaapi_encode_h265: Move options and common structures into context 7 years ago
Mark Thompson 2fd962efba vaapi_encode_h264: Move options and common structures into context 7 years ago
Zhong Li d91370e0f1 lavc/encode: fix frame_number double-counted 7 years ago
Paul B Mahol 3aacb0d196 avcodec/proresdec2: add frame threading support 7 years ago
Paul B Mahol c84a57d1a2 avcodec/mscc: fix several bugs 7 years ago
Kieran Kunhya 844ff49469 mpeg4video: Add Studio DPCM support 7 years ago
Michael Niedermayer c9222b972d avcodec/hq_hqa: Check remaining input bits in hqa_decode_mb() 7 years ago
Michael Niedermayer 1cbac9ce20 avcodec/vb: Check for end of bytestream before reading blocktype 7 years ago
Michael Niedermayer acba153a14 avcodec/snowdec: Fix integer overflow with motion vector residual 7 years ago
Rostislav Pehlivanov 2e23cfbb42 allcodecs: reorder ff_bitpacked_decoder 7 years ago
Michael Niedermayer 168d8d56bf avcodec/mpeg4videodec: Fix slice end detection in mpeg4_decode_studio_mb() 7 years ago
Timo Rothenpieler 0c71c6d66f avcodec/utils: document allocation requirement of extradata 7 years ago
Paul B Mahol 4d87cd2882 avcodec/prosumer: fix some minor issues 7 years ago
Paul B Mahol aba720dce2 avcodec: add Brooktree ProSumer Video decoder 7 years ago
James Almer 3d2cf50ebb avcodec/libopusenc: support encoding packets of sizes bigger than 60ms 7 years ago
James Almer 35c84ae834 Revert "avcodec/opus_parser: Handle complete frames flag." 7 years ago
hwren b8da7ba5ac lavc/extract_extradata_bsf.c: add AVS2 7 years ago
Jun Zhao c9ed7f0024 lavc/encode: remove redundant av_init_packet after av_packet_unref. 7 years ago
Zhao Zhili 70d2bab80b lavc/hevc_ps: fix crop info for monochrome 7 years ago
Jun Zhao e2921578c0 lavc/libkvazaar: fix incompatible pointer type. 7 years ago
Martin Vignali 9e64ee3936 avcodec/psd : add support for gray float 7 years ago
Zhong Li 900487043b lavc/qsvenc: add quality status to side_data 7 years ago
Jacob Trimble 7e0df5910e avcodec/opus_parser: Handle complete frames flag. 7 years ago
Paul B Mahol 24b24e14d6 avcodec/codec_desc: mark Duck TrueMotion 2.0 Real Time as intra only 7 years ago
Timo Rothenpieler dc2d56a66b avcodec/nvenc: add option to turn off a53 closed caption embedding 7 years ago
Paul B Mahol 42a99b76de avcodec: add IMM4 decoder 7 years ago
Michael Niedermayer 77429b4217 avcodec/cfhd: Use the actual count instead of the expected in peak_table() 7 years ago
Michael Niedermayer 2c1613ac94 avcodec/cfhd: Move peak_table() and difference_coding() calls after the existing coefficient count check 7 years ago
Michael Niedermayer dbac849c4d avcodec/lagarith: Optimize FRAME_SOLID_RGBA 7 years ago
James Almer 728760de35 Revert "avcodec/libaomdec: auto insert dump_extra bitstream filter" 7 years ago
James Almer 96a7099f3e avcodec/av1_parse: take trailing bits into account when initializing the GetBitContext 7 years ago
Kieran Kunhya c85852d3de h264: Support multi-field closed captions by using AVBufferRef and not resetting per field 7 years ago
James Almer f631c328e6 avcodec/decode: copy the output parameters from the last bsf in the chain back to the AVCodecContext 7 years ago
James Almer 94fe138de0 avcodec/decode: flush the internal bsfs instead of constantly reinitalizing them 7 years ago
James Almer 2954e51393 avcodec/h264_redundant_pps_bsf: implement a AVBSFContext.flush() callback 7 years ago