12344 Commits (63c61f0be03624fbd9e352d8393122beb3ddcc1a)

Author SHA1 Message Date
Carl Eugen Hoyos 90020d7f4b lavf/segment: use correct spelling and value for EXT-X-ALLOW-CACHE tag 12 years ago
Carl Eugen Hoyos a60530e3ee Require at least three frames to autodetect loas. 12 years ago
Carl Eugen Hoyos b45a3e167f Map the interlaced flag of yuv4mpeg streams to AVCodecContext->field_order. 12 years ago
Carl Eugen Hoyos 985e93a865 Do not fail for mixed interlaced / non-interlaced YUV4MPEG streams. 12 years ago
Carl Eugen Hoyos 6a50e8a190 Do not change codec in flv streams if the user has forced a codec. 12 years ago
Diego Biurrun 6c1a7d07eb Use proper "" quotes for local header #includes 12 years ago
Anton Khirnov 9ec8971060 bink demuxer: set framerate. 12 years ago
Anton Khirnov 1730ca2eca bink demuxer: check malloc return value 12 years ago
Allan Kristensen 4789c25d83 matroska: fixed missing S_DVBSUB subtitles 12 years ago
Diego Biurrun 0f5b0b4178 avisynth: Change demuxer name to avoid conflicts with AVS 12 years ago
Michael Niedermayer fe6767f849 asfdec: fix integer overflow in packet_replic_size check 12 years ago
Paul B Mahol 0dcfccaa69 auenc: strict check for supported codec 12 years ago
Paul B Mahol 10e4905dd9 auenc: remove put_au_header() and merge its code into au_write_header 12 years ago
Michael Niedermayer 033f1644b5 fixup_vorbis_headers: add missing malloc failure check 12 years ago
Paweł Hajdan, Jr 0451ff295a oggparsevorbis: use av_realloc consistently 12 years ago
Martin Storsjö 61d36761ef movenc: Simplify code by using avio_wb24 12 years ago
Carl Eugen Hoyos 91f359292a Correctly mark non-default streams when muxing matroska. 12 years ago
Michael Niedermayer 99b1b2b1c6 r3d: check that sampling rate is non negative. 12 years ago
Michael Niedermayer df92ac1852 r3d: fix division by 0 with 0 sample rate 12 years ago
Michael Niedermayer 036b9ee1c9 oggenc: fix "oggstream may be used uninitialized in this function" warning 12 years ago
Anton Khirnov 729b37149c mvi: set framerate 12 years ago
Carl Eugen Hoyos d88d0b6db6 Write forced track flag to matroska files. 12 years ago
Clément Bœsch f2b6aabd3d lavf/srtdec: do not try to queue empty subtitle chunks. 12 years ago
Michael Niedermayer 5de286ef88 mvdec: check var_read_string() return value 12 years ago
Michael Niedermayer 362271d72f mvdec: Check the frame counter against the correct limit. 12 years ago
Paul B Mahol d1d159d31e lavf/gifdec: cosmetics: remove extra whitespace 12 years ago
Paul B Mahol 254e11cc01 lavf/gifdec: fix typo 12 years ago
Michael Niedermayer 13aca070ab gifdec: resync support 12 years ago
Stefano Sabatini 1ec3324f00 lavf/img2enc: extend current options documentation 12 years ago
Stefano Sabatini 069d156454 lavf/img2dec: fix option help fields 12 years ago
Michael Niedermayer 55d66b2790 movenc: check that fps for tmcd is within encodable range. 12 years ago
Michael Niedermayer 9362f31b55 movenc: Calculate fps for tmcd without intermediate step. 12 years ago
Michael Niedermayer c071b00643 mpeg12demux: Fallback to startcode for stream type identification. 12 years ago
Paul B Mahol eb567a7999 eacdata: do not set sample_fmt 12 years ago
Paul B Mahol 7b007a7c1f flic: do not set sample_fmt 12 years ago
Paul B Mahol dd5689a3bd matroskadec: export codec bits_per_coded_sample 12 years ago
Paul B Mahol ee8d4a4142 matroskaenc: fix -codec copy with TTA 12 years ago
Paul B Mahol 9ddf5631e3 matroskaenc: support TTA muxing 12 years ago
Martin Storsjö 4a4a7e138c rtpenc_chain: Use the original AVFormatContext for getting payload type 12 years ago
Martin Storsjö 932117171f rtp: Make sure the output format pointer is set 12 years ago
Carl Eugen Hoyos fc50175ba2 Refuse to mux tta into matroska, the output file is broken. 12 years ago
Michael Niedermayer 69fb605ad5 mpc8: check stream count before accessing stream 1. 12 years ago
Carl Eugen Hoyos df39c3ce38 matroskaenc: add codec_tag lists back. 12 years ago
Carl Eugen Hoyos f8b6d4818e Only try to auto-detect LATM in mpegts if the LOAS demuxer was configured. 12 years ago
Martin Storsjö e90820d4f8 rtp: Make sure priv_data is set before reading it 12 years ago
Michael Niedermayer 665f2d432c hls: add missing checks for accessing avoption fields 12 years ago
Micah Galizia d4e5d8d4c2 lavf/hls: broker HTTP options 12 years ago
Stefano Sabatini e319725717 lavf/segment: exit immediately in case of invalid stream specifier 12 years ago
Stefano Sabatini bb539eb13a lavf/segment: avoid failure in case -flags +live and -segment_times/frames are specified 12 years ago
Stefano Sabatini f4e4e5b841 lavf/segment: drop now pointless segment_list_close() function 12 years ago