summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* libavcodec/codec2utils: remove codec2_version_from_extradata()James Almer2020-10-28
* avcodec/codec2utils: remove avpriv prefix from inline functionsJames Almer2020-10-28
* avcodec/av1dec: fix loading PrevGmParams for frames with primary_ref_frame noneJames Almer2020-10-28
* avcodec/av1dec: don't derive loop filter delta parametersJames Almer2020-10-28
* avcodec/cbs_av1: infer segmentation parameters from reference framesJames Almer2020-10-28
* avcodec/cbs_av1: infer loop filter delta parameters from reference framesJames Almer2020-10-28
* lavf: move AVStream.last_in_packet_buffer to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.probe_data to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.pts_buffer to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.interleaver_chunk_* to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{request_probe,skip_to_keyframe} to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{*skip_samples.*_discard_sample} to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{nb_decoded_frames,mux_ts_offset} to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{pts_wrap_*,update_initial_durations_done} to AVStreamInt...Anton Khirnov2020-10-28
* lavf: move AVStream.pts_reorder_error[_count] to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{last_dts_for_order_check,dts_[mis]ordered} to AVStreamIn...Anton Khirnov2020-10-28
* lavf: move AVStream.{inject_global_side_data,display_aspect_ratio} to AVStrea...Anton Khirnov2020-10-28
* lavf: move AVStream.info to AVStreamInternalAnton Khirnov2020-10-28
* ffmpeg.c: stop accessing private AVStream.codec_info_nb_framesAnton Khirnov2020-10-28
* avformat: add a stream event flag for new packetsAnton Khirnov2020-10-28
* ffmpeg.c: rename 'area' to 'score'Anton Khirnov2020-10-28
* avformat: extend documentation of event_flagsAnton Khirnov2020-10-28
* avformat: fix typo in doxyAnton Khirnov2020-10-28
* lavc: un-avpriv avpriv_bprint_to_extradata()Anton Khirnov2020-10-28
* put_bits: make avpriv_copy_bits() lavc-localAnton Khirnov2020-10-28
* put_bits: make avpriv_put_string() lavc-localAnton Khirnov2020-10-28
* put_bits: make avpriv_align_put_bits() inlineAnton Khirnov2020-10-28
* lavf/latmenc: use a local simplified copy of avpriv_copy_bits()Anton Khirnov2020-10-28
* lavf/latmenc: fix units mismatchAnton Khirnov2020-10-28
* rtsp: increase the control uri sizeYigit Uyan2020-10-28
* avcodec/bitstream: Stop allocating one VLCcode more than neededAndreas Rheinhardt2020-10-28
* avcodec/bitstream: Check code length before truncating to uint8_tAndreas Rheinhardt2020-10-28
* avcodec/hevcdec: constrained intra predict, do not check top left IS_INTRA if...Xu Guangxin2020-10-28
* avfilter/vf_normalize: fix regression with white/black point calculationPaul B Mahol2020-10-27
* avcodec/webp: Replace never-true check by assertAndreas Rheinhardt2020-10-27
* avcodec/webp: Return directly when creating Huff table failsAndreas Rheinhardt2020-10-27
* avcodec/webp: Use uint8_t for code lengthsAndreas Rheinhardt2020-10-27
* avformat/mpegtsenc: make first_pcr sync with the first valid dtsLimin Wang2020-10-27
* avformat/mpegtsenc: use total_size instead of avio_tell()Limin Wang2020-10-27
* avcodec/bitstream: Consistently treat symbol as VLC_TYPEAndreas Rheinhardt2020-10-27
* avcodec/mpeg4videodec: Don't check for errors for complete VLCsAndreas Rheinhardt2020-10-27
* avcodec/atrac3plus: Perform reusing of VLCs during initAndreas Rheinhardt2020-10-27
* avcodec/atrac3: Use least max_depth for get_vlc2()Andreas Rheinhardt2020-10-27
* avcodec/atrac3: Inline constantsAndreas Rheinhardt2020-10-27
* avcodec/atrac3: Don't use too big VLC tablesAndreas Rheinhardt2020-10-27
* avcodec/av1dec: Check for unset obu instead of crashingMichael Niedermayer2020-10-26
* avcodec/dirac_parser: do not offset AV_NOPTS_OFFSETMichael Niedermayer2020-10-26
* avcodec/mobiclip: Use smaller type for codesAndreas Rheinhardt2020-10-26
* avcodec/mobiclip: Use static VLC tablesAndreas Rheinhardt2020-10-26