18740 Commits (45fa03b1f9b0475df666f7592f250c37763b7d64)

Author SHA1 Message Date
Rodger Combs 7a161b74ad lavf/tee: use lavf API for applying bitstream filters 9 years ago
Rodger Combs 4caa3e1c6c lavf: add API to apply a list of bsfs to a packet 9 years ago
Michael Niedermayer ca9e3cb3ce avformat/qtpalette: Move ff_get_qtpalette() doxy to header 9 years ago
Mats Peterson 7973603843 avformat/matroskadec: palettized QuickTime video in Matroska 9 years ago
Mats Peterson 57631f1851 avformat: factor ff_get_qtpalette() out of mov.c 9 years ago
Joel Holdsworth c48122d731 avformat/hls: Added http_proxy support 9 years ago
Joel Holdsworth 9cdccd404b avformat/hls: Remember to free HLSContext::headers 9 years ago
Joel Holdsworth b4eb1f29eb avformat/http: Added http_proxy option 9 years ago
Reynaldo H. Verdejo Pinochet baf4c489e5 avio: add detail to avio_printf() size warning 9 years ago
Michael Niedermayer e70d56b8ad avformat/img2dec: Reuse main IO context instead of reopening a single file 9 years ago
Michael Niedermayer e9e8782202 avformat/img2dec: Skip checking the input files existence if it has already been opened 9 years ago
Diego Biurrun 69a68593ce Remove stray line breaks from avpriv_{report_missing_feature|request_samples} 9 years ago
Diego Biurrun 5049f6b772 rtpdec_jpeg: Coalesce redundant error checks 9 years ago
Michael Niedermayer 4bec36f98c avformat/mpegts: consider stream_type 4 just a hint toward mp3 and not definite 9 years ago
Stefan Pöschel 470749703e avformat/mpegtsenc: add flag to embed an AC-3/E-AC-3 ES the DVB way 9 years ago
wm4 a0ec4aebab avformat/subtitles: treat negative duration like unknown duration 9 years ago
Andreas Cadhalpun 7172175da6 mlvdec: validate bits_per_coded_sample 9 years ago
Michael Niedermayer 5dbd114b83 avformat/movenc-test: Make format static 9 years ago
Michael Niedermayer d3b6a9abac avformat/mov: Update handbrake_version threshold for full mp3 parsing 9 years ago
Carl Eugen Hoyos b18230ee8c lavf/rmdec: Use correct format specifier for int64_t. 9 years ago
Ganesh Ajjanagadde fc5e39544b lavf/avformat: add av_warn_unused_result to avformat_write_header 9 years ago
Clément Bœsch b4431c80ef lavf/img2enc: add atomic_writing option 9 years ago
Andreas Cadhalpun f6830cf5ba nuv: sanitize negative fps rate 9 years ago
Andreas Cadhalpun 9fcfe4a3cd mlvdec: check that index_entries exist 9 years ago
Ganesh Ajjanagadde 18bc3dc768 lavf/hlsenc: replace round by lrint 9 years ago
Andreas Cadhalpun ce10f572c1 nutdec: reject negative value_len in read_sm_data 9 years ago
Andreas Cadhalpun 9f82506c79 nutdec: only copy the header if it exists 9 years ago
Rostislav Pehlivanov 591b240ed4 oggparsedaala: sync with current bitstream syntax 9 years ago
Michael Niedermayer e839db2288 avformat/oggparsedirac: Export sample aspect ratio 9 years ago
rsn8887 02e9ba42eb avformat/xmv: Add *.xmv to the recognized extensions for the XMV format. 9 years ago
Michael Niedermayer 6ea7dd25c7 avformat/swfenc: Check frama rate before writing it 9 years ago
Andreas Cadhalpun ecf63b7cc2 ffm: reject invalid codec_id and codec_type 9 years ago
erankor 4469e8ebb2 movenc: support cenc (common encryption) 9 years ago
Stefan Pöschel dbce017913 mpegtsenc: add flag to embed an AC-3 ES the DVB way 9 years ago
Anton Khirnov 5bc223b15d r3d: fix an invalid read introduced in 6bf4c1d 9 years ago
Martin Storsjö 64f8c439fd rtmpproto: Include the full path as app when "slist=" is found 9 years ago
Michael Niedermayer b51e7554e7 avformat/mxfenc: Do not crash if there is no packet in the first stream 9 years ago
Nicolas George 1acc90eaa5 lavf/tee: fix side data double free. 9 years ago
Michael Niedermayer c62d1780ff avformat/hlsenc: Check the return code of avformat_write_header() 9 years ago
Michael Niedermayer 861f47ddf4 avformat/mov: Enable parser for mp3s by old HandBrake 9 years ago
Michael Niedermayer 537e901fe6 avformat/mxfenc: Fix integer overflow in length computation 9 years ago
Lvqier 93d336fb07 avformat/segment: Fix memory leak of cur_entry.filename 9 years ago
Anton Khirnov 9f0b6e6827 vocdec: do not create the stream in read_header() 9 years ago
Anton Khirnov 2d0432d918 vocdec: put the code not shared with other demuxers under appropriate ifdef 9 years ago
Anton Khirnov 09ae7b81ea flvdec: do not create any streams in read_header() 9 years ago
Anton Khirnov 72d658766e mp3dec: replace avpriv_mpa_decode_header with avpriv_mpegaudio_decode_header 9 years ago
Anton Khirnov 955aec3c7c mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_header 9 years ago
Anton Khirnov 6bf4c1d711 r3d: do not create the audio stream until we know the sample rate 9 years ago
Anton Khirnov 9f1eccb97b ff_parse_specific_params: do not use AVCodecContext.frame_size 9 years ago
Anton Khirnov 1f008f34d5 rmenc: do not use AVCodecContext.frame_size 9 years ago