3edb9aaea6 
								
							
								 
							
						 
						
							
							
								
								avformat/hlsenc: Added parameter -hls_allow_cache  
							
							The -hls_allow_cache parameter enables explicitly setting the
EXT-X-ALLOW-CACHE tag in the manifest file. That tag indicates
whether the client MAY or MUST NOT cache downloaded media
segments for later replay.
Valid values are 1 (=YES) or 0 (=NO) and the EXT-X-ALLOW-CACHE
will not show in the manifest for other values (or if
-hls_allow_cache is not used.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7dd2005e1a 
								
							
								 
							
						 
						
							
							
								
								avformat: add SUP/PGS subtitle demuxer  
							
							Signed-off-by: Clément Bœsch <u@pkh.me> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3cd252d29a 
								
							
								 
							
						 
						
							
							
								
								doc/APIchanges: fix typo  
							
							Found-by: ubitux
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ac682955e9 
								
							
								 
							
						 
						
							
							
								
								postproc: add basic deblock filter visualization support  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bdb7f08666 
								
							
								 
							
						 
						
							
							
								
								doc/decoders: adding documentation for lavc/dvdsubdec.c option "forced_subs_only"  
							
							Signed-off-by: Nicholas Robbins <nickrobbins@yahoo.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bac6cfcb3a 
								
							
								 
							
						 
						
							
							
								
								avdevice: add decklink input support  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6edd6a4f00 
								
							
								 
							
						 
						
							
							
								
								avcodec/dv_profile: deprecate internal function that shouldn't be public  
							
							Reviewed-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: James Almer <jamrial@gmail.com> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f1a8943ddd 
								
							
								 
							
						 
						
							
							
								
								doc/filters: remove aconvert  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9c9aec33c0 
								
							
								 
							
						 
						
							
							
								
								doc/filters: add geq gradient examples  
							
							Radial gradient by Víctor Paesa. Linear gradient by Paul Gentemann.
Also-by: Víctor Paesa <victorpaesa@googlemail.com>
Also-by: Paul Gentemann <beriukay@gmail.com>
Signed-off-by: Lou Logan <lou@lrcd.com> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4b58349bc8 
								
							
								 
							
						 
						
							
							
								
								avfilter/ass: add shaping option  
							
							The documentation is mostly based on ass.h public header. 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2c21e8b1a4 
								
							
								 
							
						 
						
							
							
								
								lavf/hls: add hls_ts_option  
							
							Same as COMMITID 4f5493fe23 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3a0c70f1e3 
								
							
								 
							
						 
						
							
							
								
								doc/examples/transcoding: use av_packet_rescale_ts()  
							
							Simplify. 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f685f7d7a8 
								
							
								 
							
						 
						
							
							
								
								hlsenc: single_file, support HLS ver 4 byteranges  
							
							This adds a new option -hls_flags single_file that creates one .ts file
for HLS and adds byteranges to the .m3u8 file, instead of creating one
.ts file for each segment.
This is helpful at least for storing large number of videos, as the
number of files per video is drastically reduced and copying and storing
those files takes less requests and inodes.
This is based on work by Nicolas Martyanoff, discussed on ffmpeg-devel
in July 2014. That patch seems abandoned by the author, and contained
unrelated changes. This patch tries to add the minimum amount of code to
support the byterange playlists.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								68bca03951 
								
							
								 
							
						 
						
							
							
								
								doc/examples: remove unneeded NULL checks  
							
							dst_file cannot be NULL
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fa1b563196 
								
							
								 
							
						 
						
							
							
								
								doc/APIchanges: Update hashes and dates  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b97e27082b 
								
							
								 
							
						 
						
							
							
								
								doc/APIchanges: attempt to split releases  
							
							Based on several git show origin/release/X.Y:doc/APIchanges.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8f537420ae 
								
							
								 
							
						 
						
							
							
								
								doc: mention in APIChanges that AVProbeData must be initialized due to the new mime_type field  
							
							Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d5e802609a 
								
							
								 
							
						 
						
							
							
								
								doc: document the addition of the AVProbeData.mime_type field and it's implications  
							
							Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e3fb2b0eb7 
								
							
								 
							
						 
						
							
							
								
								docs: add example around the suggested commit message format  
							
							It gets rendered inline in HTML and becomes not very clear.
Reviewed-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								775a0b04f0 
								
							
								 
							
						 
						
							
							
								
								doc: Fix syntax and logical errors in avconv stream combination example  
							
							Bug-Id: 661
CC: libav-stable@libav.org  
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								42b4da75b7 
								
							
								 
							
						 
						
							
							
								
								Print bits_per_raw_sample for ffprobe -show_streams.  
							
							Fixes ticket #3919 . 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a5b20bf4b2 
								
							
								 
							
						 
						
							
							
								
								doc/filters.texi: improve the wording of the expr_int_format documentation  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								de1f0c94cd 
								
							
								 
							
						 
						
							
							
								
								doc/muxers/segment: reword text for examples, improve consistency  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4f5493fe23 
								
							
								 
							
						 
						
							
							
								
								lavf/segment: add segment_format_options option  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								041caf1a63 
								
							
								 
							
						 
						
							
							
								
								avplay: Exit by default at the end of playback  
							
							This is the expected behavior shared by all other cli multimedia players.
Bug-Id: 732 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c701178900 
								
							
								 
							
						 
						
							
							
								
								doc: Copyright in CSS, CSS split in 2 files  
							
							Reviewed-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								422619646e 
								
							
								 
							
						 
						
							
							
								
								add silenceremove filter  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ef16d12606 
								
							
								 
							
						 
						
							
							
								
								doc/filters.texi: fix time duration references  
							
							Make time duration references consistent, using @ref  links, and
eliminate incorrect syntax [-]HH[:MM[:SS[.m...]]].
Signed-off-by: Stefano Sabatini <stefasab@gmail.com> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								12f0388f9c 
								
							
								 
							
						 
						
							
							
								
								Add release notes for 11.  
							
							Signed-off-by: Diego Biurrun <diego@biurrun.de> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								17ad5fbb8a 
								
							
								 
							
						 
						
							
							
								
								Use makeinfo to generate html doc for the new website  
							
							texi2html is deprecated by upstream in favor of makeinfo/texi2any. See:
- https://www.gnu.org/software/texinfo/manual/texinfo/html_node/texi2html.html 
- https://wiki.debian.org/Texi2htmlTransition 
- https://lists.debian.org/debian-devel/2013/05/msg01516.html 
This is actually two separate changes.
Based on a patch by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>.
Fixes Trac ticket #3232 .
Signed-off-by: Timothy Gu <timothygu99@gmail.com> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								efaa4a8dbf 
								
							
								 
							
						 
						
							
							
								
								doc/demuxers: document gif demuxer  
							
							Signed-off-by: Lou Logan <lou@lrcd.com> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								94f084324e 
								
							
								 
							
						 
						
							
							
								
								texi2pod: Make it output a single encoding string  
							
							Intermixing =encoding utf-8 in the file can confuse some pod2man
implementations. 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6abeaf2781 
								
							
								 
							
						 
						
							
							
								
								build sys: enable the decoding_encoding example under the ffmpeg/doc/examples  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1b3a98f137 
								
							
								 
							
						 
						
							
							
								
								doc/filters.texi: fix filter name in examples  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8d6ec61186 
								
							
								 
							
						 
						
							
							
								
								general: Fix usage of  @float  
							
							makeinfo chokes on that.
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9301486408 
								
							
								 
							
						 
						
							
							
								
								avcodec: add stream-level stereo3d side data  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fa39f8c0e2 
								
							
								 
							
						 
						
							
							
								
								doc/ffprobe: fix -show_entries example  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b6a0b8bcf4 
								
							
								 
							
						 
						
							
							
								
								Adds support for setting aq_mode in libvpx encoder  
							
							Reviewed-by: James Zern <jzern@google.com>
Signed-off-by: James Almer <jamrial@gmail.com> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8c1b942ad7 
								
							
								 
							
						 
						
							
							
								
								Replace incorrect use of "multiply" with "multiple"  
							
							Also replace the plural form "multiplies" with "multiples". 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								56a721f020 
								
							
								 
							
						 
						
							
							
								
								doc: fix a typo  
							
							Signed-off-by: Diego Biurrun <diego@biurrun.de> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1f7e6c0713 
								
							
								 
							
						 
						
							
							
								
								doc/snow: remove possibly wrong todo item  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								beaf86bd02 
								
							
								 
							
						 
						
							
							
								
								doc/APIchanges: fill in dates and hashes  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b263f8ffe7 
								
							
								 
							
						 
						
							
							
								
								lavf: add AVFormatContext.max_ts_probe  
							
							It allows to configure how long will avformat_find_stream_info() wait
to get the first timestamp. 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6ca11f7157 
								
							
								 
							
						 
						
							
							
								
								doc/APIchanges: fill in missing hashes and dates  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f888331769 
								
							
								 
							
						 
						
							
							
								
								avfilter: add codecview filter  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6f78c70324 
								
							
								 
							
						 
						
							
							
								
								doc/ffmpeg: Try to clarify that the input option -r is not the same as -framerate.  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f4dec0dba0 
								
							
								 
							
						 
						
							
							
								
								doc/filters: fix Shwo/Show typo  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8fc9bd0d32 
								
							
								 
							
						 
						
							
							
								
								dict.c: Free non-strduped av_dict_set arguments on error.  
							
							Unfortunately this was not explicitly documented and thus
might be risky.
But all uses I could find in FFmpeg and one in VLC had a memleak
in these cases, and I could not find any that relied on the previous
behaviour.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c82a288f87 
								
							
								 
							
						 
						
							
							
								
								avfilter/showcqt: add fontcolor option  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7e4a4bda0e 
								
							
								 
							
						 
						
							
							
								
								doc/filters/apad: extend documentation  
							
							
								
							
							
						 
						11 years ago