summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* avcodec/faxcompr: Check if bits are available before reading in cmode == 9 ||...Michael Niedermayer2021-06-12
* avformat/utils: Avoid overflow in codec_info_duration computation for subtitlesMichael Niedermayer2021-06-12
* avformat/utils: check dts/duration to be representable before using themMichael Niedermayer2021-06-12
* avcodec/utils: do "calc from frame_bytes, channels, and block_align" in 64bitMichael Niedermayer2021-06-12
* avcodec/ttadata: Add sentinel at the end of ff_tta_shift_1Michael Niedermayer2021-06-12
* avformat/mov: Check for duplicate mdcvMichael Niedermayer2021-06-12
* avformat/flvdec: Check data before castingMichael Niedermayer2021-06-12
* lavfi/dnn: Fill Task using Common FunctionShubhanshu Saxena2021-06-12
* lavfi/dnn: Use uint8_t for async and do_ioproc in TaskItemsShubhanshu Saxena2021-06-12
* lavfi/dnn: Add nb_output to TaskItemShubhanshu Saxena2021-06-12
* lavfi/dnn: Convert output_name to char** in TaskItemShubhanshu Saxena2021-06-12
* lavfi/dnn: Extract TaskItem and InferenceItem from OpenVino BackendShubhanshu Saxena2021-06-12
* lavu/mem: un-inline av_size_mult()Anton Khirnov2021-06-11
* lavf: clarify probesize/format_probesize doxyAnton Khirnov2021-06-11
* doc: fix generating doxy with out-of-tree buildsAnton Khirnov2021-06-11
* avcodec/cuviddec: correctly set key_frame with interlaced contentstuhlo2021-06-11
* ffmpeg: silence a thread_safe_callbacks deprecation warningJames Almer2021-06-10
* examples/muxing: add missing headerJames Almer2021-06-10
* examples/extract_mvs: add missing headerJames Almer2021-06-10
* examples/demuxing_decoding: add missing headerJames Almer2021-06-10
* avformat: make AVStream.pts_wrap_bits publicJames Almer2021-06-10
* avfilter/overlay_cuda: support expression of x y positionSteven Liu2021-06-10
* avformat/mpegtsenc: enable muxing of ARIB captionszheng qian2021-06-10
* lavu/video_enc_params: make sure blocks are properly alignedAnton Khirnov2021-06-10
* lavf/mp3dec: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavf/mov_chan: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavf/matroska: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavf/latmenc: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavf/id3v1: drop unnecessary avcodec.h includeAnton Khirnov2021-06-10
* lavf/hevc: drop unnecessary avcodec.h includeAnton Khirnov2021-06-10
* lavf/framecrcenc: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavf/adtsenc: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavf/a64: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavf/avformat.h: drop the avcodec.h includeAnton Khirnov2021-06-10
* tools/uncoded_frame: include required headers explicitlyAnton Khirnov2021-06-10
* lavf/icoenc: include required headers explicitlyAnton Khirnov2021-06-10
* lavf/internal: include avcodec.h explicitlyAnton Khirnov2021-06-10
* lavfi/lavfutils: include required headers explicitlyAnton Khirnov2021-06-10
* lavc/get_bits: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavc/hevc_sei: include buffer.h explicitlyAnton Khirnov2021-06-10
* lavc/mlp_parse: add required includes explicitlyAnton Khirnov2021-06-10
* lavc/dolby_e_parser: #include avcodec.h explicitlyAnton Khirnov2021-06-10
* lavc/cbs_internal: clean up headersAnton Khirnov2021-06-10
* lavc/cbs: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavc/cbs_bsf.h: explicitly #include all required headersAnton Khirnov2021-06-10
* lavc: move av_get_profile_name() from avcodec.h to codec.hAnton Khirnov2021-06-10
* lavc: move av_get_audio_frame_duration2() from avcodec.h to codec_par.hAnton Khirnov2021-06-10
* lavc: move av_get_pcm_codec() from avcodec.h to codec_id.hAnton Khirnov2021-06-10
* lavc: move avcodec_profile_name() from avcodec.h to codec_id.hAnton Khirnov2021-06-10
* lavc: move av_get_[exact_]bits_per_sample() to codec_id.hAnton Khirnov2021-06-10