summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* avcodec/mobiclip: Don't use too big max_depth, inline constantsAndreas Rheinhardt2020-10-26
* avcodec/mobiclip: Don't check for errors for complete VLCsAndreas Rheinhardt2020-10-26
* avcodec/mobiclip: Reduce size of VLCs, inline constantsAndreas Rheinhardt2020-10-26
* avcodec/rv34: Simplify getting right VLCAndreas Rheinhardt2020-10-26
* avcodec/rv34: Don't needlessly copy VLC length and symbol arraysAndreas Rheinhardt2020-10-26
* avcodec/vp3: Make parsing Theora Huffman tables more spec-compliantAndreas Rheinhardt2020-10-26
* tests/audiomatch: removes a warning when compiling tests/audiomatchSteven Liu2020-10-26
* avcodec/adpcm_ima_cunning: document origin of tablesZane van Iperen2020-10-26
* lavfi/Makefile: Remove opencl object files when calling make clean.Carl Eugen Hoyos2020-10-25
* fate: add adpcm_ima_alp encoding testZane van Iperen2020-10-25
* avformat: add alp muxerZane van Iperen2020-10-25
* avcodec: add adpcm_ima_alp encoderZane van Iperen2020-10-25
* avformat/alp: fix handling of TUN filesZane van Iperen2020-10-25