Eejya Singh 
							
						 
					 
					
						
						
							
						
						6dc99fdf0e 
					 
					
						
						
							
							Added STL demuxer and decoder  
						
						... 
						
						
						
						Signed-off-by: Clément Bœsch <u@pkh.me > 
						
						
					 
					
						2014-10-22 23:12:38 +02:00 
						 
				 
			
				
					
						
							
							
								wm4 
							
						 
					 
					
						
						
							
						
						7dd2005e1a 
					 
					
						
						
							
							avformat: add SUP/PGS subtitle demuxer  
						
						... 
						
						
						
						Signed-off-by: Clément Bœsch <u@pkh.me > 
						
						
					 
					
						2014-09-26 10:35:14 +02:00 
						 
				 
			
				
					
						
							
							
								Carl Eugen Hoyos 
							
						 
					 
					
						
						
							
						
						88c937fdc8 
					 
					
						
						
							
							Autodetect jpg images.  
						
						... 
						
						
						
						Based on 2d3842f5#2541 . 
						
						
					 
					
						2014-09-26 00:06:41 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						300d489ac9 
					 
					
						
						
							
							Merge commit '051aadeed104ecbe8ee4850ec2d7e5394f5e1ccd'  
						
						... 
						
						
						
						* commit '051aadeed104ecbe8ee4850ec2d7e5394f5e1ccd':
  ogg: Provide aliases for Speex, Opus and audio-only ogg
Conflicts:
	Changelog
	libavformat/oggenc.c
	libavformat/version.h
See: 2ccc6ff03amichaelni@gmx.at > 
						
						
					 
					
						2014-08-22 21:41:00 +02:00 
						 
				 
			
				
					
						
							
							
								Luca Barbato 
							
						 
					 
					
						
						
							
						
						051aadeed1 
					 
					
						
						
							
							ogg: Provide aliases for Speex, Opus and audio-only ogg  
						
						... 
						
						
						
						Since they are aliases for ogg enabling any of them enables ogg as well. 
						
						
					 
					
						2014-08-22 13:23:50 +02:00 
						 
				 
			
				
					
						
							
							
								Carl Eugen Hoyos 
							
						 
					 
					
						
						
							
						
						4b63bcef90 
					 
					
						
						
							
							Autodetect jpeg-ls files.  
						
						
						
						
					 
					
						2014-08-08 22:43:15 +02:00 
						 
				 
			
				
					
						
							
							
								Carl Eugen Hoyos 
							
						 
					 
					
						
						
							
						
						f73d75384f 
					 
					
						
						
							
							Autodetect webp files.  
						
						
						
						
					 
					
						2014-08-08 16:14:18 +02:00 
						 
				 
			
				
					
						
							
							
								ePirat 
							
						 
					 
					
						
						
							
						
						e3dc2c86fc 
					 
					
						
						
							
							libavformat: Add Icecast protocol  
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-08-04 13:33:44 +02:00 
						 
				 
			
				
					
						
							
							
								Marvin Scholz 
							
						 
					 
					
						
						
							
						
						eb9244f202 
					 
					
						
						
							
							Add Icecast protocol  
						
						... 
						
						
						
						Icecast is basically a convenience wrapper around the HTTP protocol.
Signed-off-by: Martin Storsjö <martin@martin.st > 
						
						
					 
					
						2014-08-04 12:56:42 +03:00 
						 
				 
			
				
					
						
							
							
								Vignesh Venkatasubramanian 
							
						 
					 
					
						
						
							
						
						3e73d14290 
					 
					
						
						
							
							lavf: Add WebM DASH Manifest Muxer  
						
						... 
						
						
						
						This patch adds the ability to generate WebM DASH manifest XML using
ffmpeg. A sample command line would be as follows:
ffmpeg \
  -f webm_dash_manifest -i video1.webm \
  -f webm_dash_manifest -i video2.webm \
  -f webm_dash_manifest -i audio1.webm \
  -f webm_dash_manifest -i audio2.webm \
  -map 0 -map 1 -map 2 -map 3 \
  -c copy \
  -f webm_dash_manifest \
  -adaptation_sets “id=0,streams=0,1 id=1,streams=2,3” \
  manifest.xml
It works by exporting necessary fields as metadata tags in matroskadec
and use those values to write the appropriate XML fields as per the WebM
DASH Specification [1]. Some ideas are adopted from webm-tools project
[2].
[1]
https://sites.google.com/a/webmproject.org/wiki/adaptive-streaming/webm-dash-specification 
[2]
https://chromium.googlesource.com/webm/webm-tools/+/master/webm_dash_manifest/ 
Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-07-15 23:58:36 +02:00 
						 
				 
			
				
					
						
							
							
								Lukasz Marek 
							
						 
					 
					
						
						
							
						
						4cc0f79a2c 
					 
					
						
						
							
							lavf: add samba protocol via libsmbclient  
						
						... 
						
						
						
						Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-07-13 20:38:55 +02:00 
						 
				 
			
				
					
						
							
							
								Star Brilliant 
							
						 
					 
					
						
						
							
						
						3f815f713b 
					 
					
						
						
							
							AVFormat: LRC demuxer and muxer  
						
						... 
						
						
						
						Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-07-13 19:18:31 +02:00 
						 
				 
			
				
					
						
							
							
								Carl Eugen Hoyos 
							
						 
					 
					
						
						
							
						
						4c145b692c 
					 
					
						
						
							
							Autodetect JPEG2000 imagess.  
						
						... 
						
						
						
						Autodetection of jp2 files does not work yet, the files are detected
as mov. 
						
						
					 
					
						2014-07-04 02:10:26 +02:00 
						 
				 
			
				
					
						
							
							
								Carl Eugen Hoyos 
							
						 
					 
					
						
						
							
						
						d538dd824e 
					 
					
						
						
							
							avformat: Add image3 demuxers with format autodetection  
						
						... 
						
						
						
						Reviewed-by: wm4 <nfxjfg@googlemail.com >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-07-03 18:14:06 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						894682a973 
					 
					
						
						
							
							Remove avserver.  
						
						... 
						
						
						
						It has not been properly maintained for years and there is little hope
of that changing in the future.
It appears simpler to write a new replacement from scratch than
unbreaking it. 
						
						
					 
					
						2014-06-18 14:55:28 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						2fbdfba0f2 
					 
					
						
						
							
							avformat/flvdec: Support live flv / NGINX RTMP streams  
						
						... 
						
						
						
						Fixes Ticket3553
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-06-16 23:43:11 +02:00 
						 
				 
			
				
					
						
							
							
								Carl Eugen Hoyos 
							
						 
					 
					
						
						
							
						
						eff913c972 
					 
					
						
						
							
							Autodetect Asterisk raw pcm with extension "sln".  
						
						
						
						
					 
					
						2014-05-22 15:15:04 +02:00 
						 
				 
			
				
					
						
							
							
								Peter Ross 
							
						 
					 
					
						
						
							
						
						55ddd700c6 
					 
					
						
						
							
							Silicon Graphics Movie demuxer  
						
						... 
						
						
						
						Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com > 
						
						
					 
					
						2014-04-19 16:24:27 +02:00 
						 
				 
			
				
					
						
							
							
								Peter Ross 
							
						 
					 
					
						
						
							
						
						ab683efb2b 
					 
					
						
						
							
							Magic Lantern Video (MLV) demuxer  
						
						... 
						
						
						
						Signed-off-by: Peter Ross <pross@xvid.org >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-04-19 05:06:00 +02:00 
						 
				 
			
				
					
						
							
							
								Peter Ross 
							
						 
					 
					
						
						
							
						
						27998451d8 
					 
					
						
						
							
							DSD Stream File (DSF) demuxer  
						
						... 
						
						
						
						Signed-off-by: Peter Ross <pross@xvid.org >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-04-18 03:25:58 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						eeadcdfd1a 
					 
					
						
						
							
							LucasArts SMUSH demuxer  
						
						... 
						
						
						
						Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com > 
						
						
					 
					
						2014-04-06 16:41:41 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						075d6c066b 
					 
					
						
						
							
							avformat: add image2 brender pix demuxer  
						
						... 
						
						
						
						Reviewed-by: wm4 <nfxjfg@googlemail.com >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-03-28 23:54:51 +01:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						13bcb4de33 
					 
					
						
						
							
							avformat: add image2 alias pix demuxer  
						
						... 
						
						
						
						Reviewed-by: wm4 <nfxjfg@googlemail.com >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-03-28 23:54:51 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						70daeacd6e 
					 
					
						
						
							
							PAF demuxer and decoder  
						
						... 
						
						
						
						Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com >
Signed-off-by: Luca Barbato <lu_zero@gentoo.org > 
						
						
					 
					
						2014-03-27 23:34:47 +01:00 
						 
				 
			
				
					
						
							
							
								Carl Eugen Hoyos 
							
						 
					 
					
						
						
							
						
						0816abae1e 
					 
					
						
						
							
							Add an .oga muxer.  
						
						
						
						
					 
					
						2014-03-25 15:47:55 +01:00 
						 
				 
			
				
					
						
							
							
								Peter Ross 
							
						 
					 
					
						
						
							
						
						40f88796c6 
					 
					
						
						
							
							Phantom Cine demuxer (iteration 2014.3)  
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-03-16 18:24:30 +01:00 
						 
				 
			
				
					
						
							
							
								Nicolas George 
							
						 
					 
					
						
						
							
						
						97e87e09c8 
					 
					
						
						
							
							lavf: add subfile protocol.  
						
						
						
						
					 
					
						2014-03-08 12:36:57 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						8bcacd9f42 
					 
					
						
						
							
							SDR2 demuxer  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2014-02-22 11:40:27 +00:00 
						 
				 
			
				
					
						
							
							
								Nicolas George 
							
						 
					 
					
						
						
							
						
						dcda5ef1ea 
					 
					
						
						
							
							lavf: add uncodedframecrc test muxer.  
						
						
						
						
					 
					
						2014-02-11 10:29:02 +01:00 
						 
				 
			
				
					
						
							
							
								Derek Buitenhuis 
							
						 
					 
					
						
						
							
						
						ef5d32b9c5 
					 
					
						
						
							
							Add raw HEVC muxer  
						
						... 
						
						
						
						Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com > 
						
						
					 
					
						2014-02-09 14:29:07 +00:00 
						 
				 
			
				
					
						
							
							
								Derek Buitenhuis 
							
						 
					 
					
						
						
							
						
						722554788b 
					 
					
						
						
							
							Add raw HEVC muxer  
						
						... 
						
						
						
						Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com > 
						
						
					 
					
						2014-02-09 14:15:44 +00:00 
						 
				 
			
				
					
						
							
							
								Carl Eugen Hoyos 
							
						 
					 
					
						
						
							
						
						2ccc6ff03a 
					 
					
						
						
							
							Add an Opus and a Speex muxer.  
						
						... 
						
						
						
						Fixes ticket #3181 . 
						
						
					 
					
						2013-12-01 12:03:34 +01:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						641358addc 
					 
					
						
						
							
							Merge remote-tracking branch 'qatar/master'  
						
						... 
						
						
						
						* qatar/master:
  Add an HDS live fragmenting muxer
Conflicts:
	Changelog
	libavformat/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2013-11-02 10:38:03 +01:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
							
						
						435214a757 
					 
					
						
						
							
							Add an HDS live fragmenting muxer  
						
						... 
						
						
						
						HDS fragments basically are FLV fragments wrapped in an ISO
media mdat atom.
Signed-off-by: Martin Storsjö <martin@martin.st > 
						
						
					 
					
						2013-11-02 10:51:00 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						a2bfee36b7 
					 
					
						
						
							
							Merge commit '9af7a8523a6bb517834ebed36093bdab11a8b38e'  
						
						... 
						
						
						
						* commit '9af7a8523a6bb517834ebed36093bdab11a8b38e':
  HNM4/HNM4A demuxer & video decoder
Conflicts:
	Changelog
	doc/general.texi
	libavcodec/Makefile
	libavcodec/allcodecs.c
	libavcodec/avcodec.h
	libavcodec/version.h
	libavformat/Makefile
	libavformat/allformats.c
	libavformat/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2013-11-01 10:46:39 +01:00 
						 
				 
			
				
					
						
							
							
								Dirk Farin 
							
						 
					 
					
						
						
							
						
						5846646296 
					 
					
						
						
							
							Add raw HEVC demuxer  
						
						... 
						
						
						
						Signed-off-by: Anton Khirnov <anton@khirnov.net > 
						
						
					 
					
						2013-10-31 20:20:24 +01:00 
						 
				 
			
				
					
						
							
							
								David Kment 
							
						 
					 
					
						
						
							
						
						9af7a8523a 
					 
					
						
						
							
							HNM4/HNM4A demuxer & video decoder  
						
						... 
						
						
						
						Signed-off-by: Diego Biurrun <diego@biurrun.de > 
						
						
					 
					
						2013-10-31 17:45:46 +01:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						7f019129e1 
					 
					
						
						
							
							Merge remote-tracking branch 'qatar/master'  
						
						... 
						
						
						
						* qatar/master:
  lavf: Remove a now useless parameter to ffurl_register_protocol
Merged-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2013-10-30 17:48:47 +01:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
							
						
						0c5f839693 
					 
					
						
						
							
							lavf: Remove a now useless parameter to ffurl_register_protocol  
						
						... 
						
						
						
						This was added in 9b07a2dc02martin@martin.st > 
						
						
					 
					
						2013-10-30 09:53:48 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						d3e13250a0 
					 
					
						
						
							
							Merge commit 'feeafb4adabd5c17de1738ed9962e40892b20edb'  
						
						... 
						
						
						
						* commit 'feeafb4adabd5c17de1738ed9962e40892b20edb':
  lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from shared objects
Merged-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2013-10-29 11:06:32 +01:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						feeafb4ada 
					 
					
						
						
							
							lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from shared objects  
						
						
						
						
					 
					
						2013-10-28 15:29:49 +01:00 
						 
				 
			
				
					
						
							
							
								Clément Bœsch 
							
						 
					 
					
						
						
							
						
						e01fba5562 
					 
					
						
						
							
							movenc: Add an F4V muxer  
						
						... 
						
						
						
						F4V is Adobe's mp4/iso media variant, with the most significant
addition/change being supporting other flash codecs than just
aac/h264.
Signed-off-by: Martin Storsjö <martin@martin.st > 
						
						
					 
					
						2013-10-23 11:17:03 +03:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						12cc3bf29a 
					 
					
						
						
							
							avformat: rename a few more h.265 to HEVC  
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2013-10-15 21:23:57 +02:00 
						 
				 
			
				
					
						
							
							
								Lukasz Marek 
							
						 
					 
					
						
						
							
						
						5b153f8164 
					 
					
						
						
							
							lavf: add SFTP protocol via libssh  
						
						... 
						
						
						
						Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2013-09-21 03:26:54 +02:00 
						 
				 
			
				
					
						
							
							
								Dirk Farin 
							
						 
					 
					
						
						
							
						
						902a5fa722 
					 
					
						
						
							
							avformat: H265 demuxer  
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2013-09-03 19:34:04 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						8d06ce7941 
					 
					
						
						
							
							Merge commit '605387582bd35920b83a26dabbe1c0601f425621'  
						
						... 
						
						
						
						* commit '605387582bd35920b83a26dabbe1c0601f425621':
  lavf: Support unix sockets
Conflicts:
	configure
Merged-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2013-08-06 15:33:12 +02:00 
						 
				 
			
				
					
						
							
							
								Luca Barbato 
							
						 
					 
					
						
						
							
						
						605387582b 
					 
					
						
						
							
							lavf: Support unix sockets  
						
						
						
						
					 
					
						2013-08-05 16:13:35 +02:00 
						 
				 
			
				
					
						
							
							
								wm4 
							
						 
					 
					
						
						
							
						
						c3316ddb83 
					 
					
						
						
							
							lavf: add support for libgme  
						
						... 
						
						
						
						Reviewed-by: Stefano Sabatini <stefasab@gmail.com >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2013-07-02 18:52:45 +02:00 
						 
				 
			
				
					
						
							
							
								Matthew Heaney 
							
						 
					 
					
						
						
							
						
						b24f15c45e 
					 
					
						
						
							
							lavf: add WebVTT muxer.  
						
						... 
						
						
						
						This revision creates a WebVTT muxer, that outputs files having the
format described in the following specification:
http://dev.w3.org/html5/webvtt/  
						
						
					 
					
						2013-06-17 22:28:19 +02:00 
						 
				 
			
				
					
						
							
							
								Clément Bœsch 
							
						 
					 
					
						
						
							
						
						716dbc7e13 
					 
					
						
						
							
							lavf/allformats: align nit for tee muxer.  
						
						
						
						
					 
					
						2013-06-01 02:36:07 +02:00