23220 Commits (6e6d4c75fcb8bfd8e658fa121860a9dc07360f1a)

Author SHA1 Message Date
Steven Liu a424671e4f avformat/hlsenc: process hls_time value too small sence 4 years ago
James Almer bddf53841a avformat/options: use the iterate API in format_child_class_next() 4 years ago
Michael Niedermayer 7ac87a2c34 avformat/kvag: Fix integer overflow in bitrate computation 4 years ago
Michael Niedermayer 3162482a14 avformat/ape: Remove seektable and bittable 4 years ago
Michael Niedermayer aee8477c6b avformat/rmdec: sanity check coded_framesize 4 years ago
Michael Niedermayer 33624f4f2e avformat/flvdec: Check for EOF in amf_parse_object() 4 years ago
Michael Niedermayer 3300f5c133 avformat/icodec: Change order of operations to avoid NULL dereference 4 years ago
Brad Hards fcec7a6848 avformat/mpegts: replace magic descriptor_tag values with defines 4 years ago
Zhao Zhili 15a74d21f3 avformat/udp: remove redundant setting of h->max_packet_size 4 years ago
Marton Balint f076a5fef6 Revert "aviobuf: Discard old buffered, previously read data in ffio_read_partial" 4 years ago
Marton Balint fb0304fcc9 avformat/libsrt: fix cleanups on failed libsrt_open() and libsrt_setup() 4 years ago
Michael Niedermayer b7f51428b1 avformat/subviewerdec: fail on AV_NOPTS_VALUE 4 years ago
Chris Miceli 0c90377a40 libavformat/avidec: check memory allocation 4 years ago
Paul B Mahol af5ad79fe1 avformat/isom: add support for RAW ASC Bayer BGGR in mov 4 years ago
Carl Eugen Hoyos 86f0bba776 lavc, lavf: Remove newlines from calls to avpriv_request_sample(). 4 years ago
Justin Ruggles 2be3eb7f77 Allow using only the mfra info for seeking using the fragment index 4 years ago
James Almer f0cec744a9 avformat/avformat.h: add missing FF_API_NEXT wrappers 4 years ago
Marton Balint a11cc04786 avformat/aviobuf: increase default read buffer size to 2*max_buffer_size for streamed data 4 years ago
Marton Balint 25ced19aa3 avformat/aviobuf: fix indentation 4 years ago
Marton Balint 84d8815499 avformat/aviobuf: do not allocate a new buffer in ffio_ensure_seekback if not needed 4 years ago
Marton Balint da74a74061 avformat/aviobuf: discard part of the IO buffer in ffio_ensure_seekback if needed 4 years ago
Marton Balint 1490a682dc avformat/mpjpegdec: make sure we seek back to the ensured buffer 4 years ago
Marton Balint 2933ee8ff0 avformat/mpegts: make sure mpegts_resync do not run out of the initially requested probe buffer 4 years ago
Marton Balint a3943c4847 avformat/aviobuf: fix checks in ffio_ensure_seekback 4 years ago
Marton Balint 6d972beb23 avformat/aviobuf: check if requested seekback buffer is already read 4 years ago
Marton Balint 74c70efd12 avformat/aviobuf: write data into the IO buffer till the very end of the buffer 4 years ago
Andriy Gelman 0d156eb58a avformat/rtsp: allocate correct max number of pollfds 4 years ago
Andriy Gelman b4103e0eb6 avformat/rtspdec: add newline in log message 4 years ago
Andreas Rheinhardt 39ab256125 avformat/libopenmpt: Don't discard const 4 years ago
Andreas Rheinhardt 616eb93a40 avformat/dashdec: Reset pointer to NULL after freeing it 4 years ago
Christopher Degawa 0117d5aa03 libavformat/dashdec: Fix issue with dash on Windows 4 years ago
Carl Eugen Hoyos bc43588a71 lavf/img2dec: Auto-detect Cintel scanner images. 4 years ago
Paul B Mahol 283f950a65 avcodec: add Cintel RAW decoder 4 years ago
hwren 1e97fbb3b6 lavf/avs2dec.c: optimize code style 4 years ago
hwren b15e875c8c lavf/davs2.c: rename as avs2dec.c for better understanding 4 years ago
hwren 026be690e6 lavc/avs2_parser.c,lavf/davs2.c: add AVS2_* prefix 4 years ago
hwren ff74ad2a4b lavf/avs3dec: add raw avs3 demuxer 4 years ago
Andreas Rheinhardt 290de64759 avformat/movenc: Avoid allocation for timecode track 4 years ago
Andreas Rheinhardt e3b5316bed avformat/movenc: Don't forget to free fragment buffers 4 years ago
Andreas Rheinhardt 432f291dff avformat/movenc: Free old vos_data before overwriting it 4 years ago
Andreas Rheinhardt 0336bbf68a avformat/movenc: Don't free AVCodecParameters manually 4 years ago
Andreas Rheinhardt e6cdd23bc7 avformat/movenc: Make some AVCodecTag tables static 4 years ago
Andreas Rheinhardt 22c3cd1760 avformat/movenc: Fix segfault when remuxing rtp hint stream 4 years ago
Michael Niedermayer acd735efaf avformat/moflex: Check m->size before seeking 4 years ago
Paul B Mahol 069d2b4a50 avformat: add tri-ACE demuxer 4 years ago
Paul B Mahol e0d0565425 avformat/adxdec: demux multiple blocks at once 4 years ago
Jan Ekström d9e812797c avformat/movenc: handle tracks w/o AVStreams in calculate_mpeg4_bit_rates 4 years ago
Michael Niedermayer 686f015190 avformat/asfdec_f: Change order or operations slightly 4 years ago
Michael Niedermayer c313089fbe avformat/dxa: Use av_rescale() for duration computation 4 years ago
Zhao Zhili a191d4166f avformat/rtsp: fix parse_rtsp_message 4 years ago