106477 Commits (5379412ed0c587d82788c6fc46b7787cfe10f72d)
 

Author SHA1 Message Date
Andreas Rheinhardt 495de744fa avcodec/bitstream: Move code for initializing VLCs to file of its own 3 years ago
Andreas Rheinhardt b303f1e083 avcodec/mathops: Move bitswap_32() to its only user 3 years ago
Michael Niedermayer 7aebdb8bf1 avformat/mxfdec: Do not clear array in mxf_read_strong_ref_array() before writing 3 years ago
Michael Niedermayer 8d6f49cfc3 avformat/mxfdec: Check for avio_read() failure in mxf_read_strong_ref_array() 3 years ago
Michael Niedermayer 3015c556f3 avformat/mxfdec: Check count in mxf_read_strong_ref_array() 3 years ago
Michael Niedermayer dd1ce72e68 avcodec/allcodecs: Dont play with NULLs 3 years ago
Michael Niedermayer 4fdfe430c1 avcodec/av1dec: Check tile_cols 3 years ago
James Almer 6bab6afecc avcodec/wmaprodec: ensure channel count in the private context and decoder context are consistent 3 years ago
James Almer 37f4440682 avformat/demux: ensure ch_layout is not lost in the stream's internal avctx 3 years ago
Gyan Doshi 505a7d39cd doc/bitstream_filters: add missing options in h264_metadata 3 years ago
Michael Niedermayer a8fd3f7fab avformat/hls: Check target_duration 3 years ago
Michael Niedermayer 23e27a360e avcodec/mlpdec: Use 64bit for channel layout 3 years ago
Michael Niedermayer 0c1f20c6c8 avcodec/pixlet: Avoid signed integer overflow in scaling in filterfn() 3 years ago
Andreas Rheinhardt 5aabb2596f avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Marton Balint 5b3732227e avfilter/x86/vf_blend: use unaligned movs for output 3 years ago
Zhao Zhili 117672c814 ffplay: don't shadow global variable 3 years ago
Zhao Zhili 269ed0a413 ffplay: check AVFMT_NO_BYTE_SEEK flag for seek_by_bytes 3 years ago
Zhao Zhili 92053aa260 avformat/hls: add AVFMT_NO_BYTE_SEEK flag 3 years ago
James Almer efdde028bb avcodec/opus: always use ambisonic layout for mapping family 2 3 years ago
Anton Khirnov a24e6ca8bf lavc/bsf: improve doxy 3 years ago
Anton Khirnov 5e7643eff7 lavc/bsf: add general documentation 3 years ago
Anton Khirnov 6ccc3989d1 doc/APIchanges: update for the new channel layout API 3 years ago
Pierre-Anthony Lemieux 2a1eae2179
avformat/concat: refactor to use ff_rescale_interval() 3 years ago
Pierre-Anthony Lemieux f409c78517
avformat/imf: refactor to use ff_rescale_interval() 3 years ago
Pierre-Anthony Lemieux 8744b103da
avformat/tests: add test for ff_rescale_interval() 3 years ago
Pierre-Anthony Lemieux b172c0f8c5
avformat/seek: add ff_rescale_interval() function 3 years ago
Pierre-Anthony Lemieux 22e1175e39
avformat/imf: clean-up and reduce logging 3 years ago
Pierre-Anthony Lemieux 32b9f5ac2f
avformat/imf: add support for input seeking 3 years ago
Pierre-Anthony Lemieux 9ca4d80d6b
avformat/imf: relocate static function imf_time_to_ts() 3 years ago
Paul B Mahol f8dc89b34d avfilter/af_afftdn: remove unused or set only variables 3 years ago
Paul B Mahol 7ae2ded0d1 avfilter/avf_ahistogram: fix off by one in slide mode 3 years ago
Andreas Rheinhardt df2edfe1b0 configure: Add missing cri->mjpegdec dependency 3 years ago
Andreas Rheinhardt 30c08b42f2 avcodec/flashsv2enc: Avoid opening and closing z_stream 3 years ago
Andreas Rheinhardt c3c2b5423d avcodec/lclenc: Use ff_deflate_init/end() wrappers 3 years ago
Andreas Rheinhardt 1692a97251 avcodec/pngenc: Use ff_deflate_init/end() wrappers 3 years ago
Andreas Rheinhardt e85095b524 avcodec/zmbvenc: Use ff_deflate_init/end() wrappers 3 years ago
Andreas Rheinhardt 9cae7f9450 avcodec/zlib_wrapper: Add wrapper for deflateInit() 3 years ago
Andreas Rheinhardt e9d12766b2 avcodec/pngenc: Don't use deflateInit2() with default parameters 3 years ago
Andreas Rheinhardt 74c930e1b8 avcodec/pngdec: Don't open and close z_streams unnecessarily 3 years ago
Andreas Rheinhardt 7ca99e1f15 avcodec/lscrdec: Don't open and close z_streams unnecessarily 3 years ago
Andreas Rheinhardt 0d629c390e avcodec/zlib_wrapper: Use our allocation, freeing functions 3 years ago
Andreas Rheinhardt aaa3868b10 avcodec/flashsv: Use ff_inflate_init/end() 3 years ago
Andreas Rheinhardt 8231080fd3 avcodec/lcldec: Use ff_inflate_init/end(), cleanup generically 3 years ago
Andreas Rheinhardt 7fffa718c3 avcodec/mscc: Use ff_inflate_init/end() 3 years ago
Andreas Rheinhardt 4960c62944 avcodec/mvha: Use ff_inflate_init/end() 3 years ago
Andreas Rheinhardt c1b0b8f9be avcodec/mwsc: Use ff_inflate_init/end() 3 years ago
Andreas Rheinhardt ac692aa8e9 avcodec/rasc: Use ff_inflate_init/end() 3 years ago
Andreas Rheinhardt 79fe1c8f3a avcodec/tscc: Use ff_inflate_init/end() 3 years ago