| .. | 
			
		
		
			
			
			
				
					| 
						
							
								
								4xm.c
							
						
					 | 
				
				
					
						Use full internal pathname in doxygen @file directives.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								Makefile
							
						
					 | 
				
				
					
						Add raw MLP muxer.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								adtsenc.c
							
						
					 | 
				
				
					
						Rename bitstream.h to get_bits.h.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								aiff.c
							
						
					 | 
				
				
					
						Remove useless init from aiff_read_header() found by CSA.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								allformats.c
							
						
					 | 
				
				
					
						Add raw MLP muxer.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								amr.c
							
						
					 | 
				
				
					
						Change semantic of CONFIG_*, HAVE_* and ARCH_*.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								apc.c
							
						
					 | 
				
				
					
						Bump Major version, this commit is almost just renaming bits_per_sample to
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								ape.c
							
						
					 | 
				
				
					
						apedec: display a warning when truncating a metadata tag
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								asf.c
							
						
					 | 
				
				
					
						Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								asf.h
							
						
					 | 
				
				
					
						Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								asfcrypt.c
							
						
					 | 
				
				
					
						Add and use a public API for RC4 and DES, analogous to the AES API.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								asfcrypt.h
							
						
					 | 
				
				
					
						Globally rename the header inclusion guard names.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								asfdec.c
							
						
					 | 
				
				
					
						Mark gsize variable as av_unused, fixes the warning:
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								asfenc.c
							
						
					 | 
				
				
					
						Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								assdec.c
							
						
					 | 
				
				
					
						Silence "assdec.c:146: warning: passing argument 4 of ‘qsort’ from incompatible pointer type"
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								assenc.c
							
						
					 | 
				
				
					
						ASS/SSA muxer.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								au.c
							
						
					 | 
				
				
					
						cosmetics: Remove pointless period after copyright statement non-sentences.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								audiointerleave.c
							
						
					 | 
				
				
					
						Reorder arguments for av_fifo_generic_read to be more logical and
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								audiointerleave.h
							
						
					 | 
				
				
					
						Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								avc.c
							
						
					 | 
				
				
					
						Use intptr_t when casting pointers to int.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								avc.h
							
						
					 | 
				
				
					
						10l, fix prototype
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								avformat.h
							
						
					 | 
				
				
					
						Clarify which exact variant of ISO 639 is used. (The ISO spec explicitly
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								avi.h
							
						
					 | 
				
				
					
						Globally rename the header inclusion guard names.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								avidec.c
							
						
					 | 
				
				
					
						set avi fsize to INT64_MAX if riff tag end is not set and file size is not available
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								avienc.c
							
						
					 | 
				
				
					
						use av_freep() instead of av_free() + =NULL.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								avio.c
							
						
					 | 
				
				
					
						Add url_get_file_handle(), which is used to get the file descriptor
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								avio.h
							
						
					 | 
				
				
					
						Add url_get_file_handle(), which is used to get the file descriptor
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								aviobuf.c
							
						
					 | 
				
				
					
						seek inside buffer when offset is exactly at the end, fix seeking with memory ByteIOContext
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								avisynth.c
							
						
					 | 
				
				
					
						Restore mistakenly removed period after "DivX, Inc".
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								avs.c
							
						
					 | 
				
				
					
						avoid POSIX reserved _t suffix
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								bethsoftvid.c
							
						
					 | 
				
				
					
						Use full internal pathname in doxygen @file directives.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								bfi.c
							
						
					 | 
				
				
					
						Use full internal pathname in doxygen @file directives.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								c93.c
							
						
					 | 
				
				
					
						avoid POSIX reserved _t suffix
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								crcenc.c
							
						
					 | 
				
				
					
						cosmetics: Remove pointless period after copyright statement non-sentences.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								cutils.c
							
						
					 | 
				
				
					
						Do not misuse unsigned long to store pointers.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								daud.c
							
						
					 | 
				
				
					
						Change semantic of CONFIG_*, HAVE_* and ARCH_*.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								dsicin.c
							
						
					 | 
				
				
					
						Use full internal pathname in doxygen @file directives.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								dv.c
							
						
					 | 
				
				
					
						dv probe
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								dv.h
							
						
					 | 
				
				
					
						cosmetics: Remove pointless period after copyright statement non-sentences.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								dvenc.c
							
						
					 | 
				
				
					
						Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								dxa.c
							
						
					 | 
				
				
					
						cosmetics: Remove pointless period after copyright statement non-sentences.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								eacdata.c
							
						
					 | 
				
				
					
						Use full internal pathname in doxygen @file directives.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								electronicarts.c
							
						
					 | 
				
				
					
						Remove unused audio_pts field from ea demuxer struct
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								ffm.h
							
						
					 | 
				
				
					
						cosmetics: Remove pointless period after copyright statement non-sentences.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								ffmdec.c
							
						
					 | 
				
				
					
						remove useless duplication of what av_new_stream() already does
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								ffmenc.c
							
						
					 | 
				
				
					
						do not write ffm write index by default, detect if file is being written and return EOF
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								file.c
							
						
					 | 
				
				
					
						Use intptr_t when casting pointers to int.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								flacdec.c
							
						
					 | 
				
				
					
						seek backwards 4 bytes if 'fLaC' marker is not found
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								flacenc.c
							
						
					 | 
				
				
					
						Share the function to write a raw FLAC header and use it in the Matroska
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								flacenc.h
							
						
					 | 
				
				
					
						Share the function to write a raw FLAC header and use it in the Matroska
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								flic.c
							
						
					 | 
				
				
					
						Use full internal pathname in doxygen @file directives.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								flv.h
							
						
					 | 
				
				
					
						Use full internal pathname in doxygen @file directives.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								flvdec.c
							
						
					 | 
				
				
					
						Remove unused variable from flv_read_metabody() found by CSA.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								flvenc.c
							
						
					 | 
				
				
					
						Splits the totalbitrate in a videodatarate and audiodatarate part.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								framecrcenc.c
							
						
					 | 
				
				
					
						cosmetics: Remove pointless period after copyright statement non-sentences.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								gif.c
							
						
					 | 
				
				
					
						Rename pbBufPtr() to put_bits_ptr().
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								gopher.c
							
						
					 | 
				
				
					
						Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								gxf.c
							
						
					 | 
				
				
					
						cosmetics: Remove pointless period after copyright statement non-sentences.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								gxf.h
							
						
					 | 
				
				
					
						Avoid _t in gxf enum type names
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								gxfenc.c
							
						
					 | 
				
				
					
						reindent
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								http.c
							
						
					 | 
				
				
					
						Add url_get_file_handle(), which is used to get the file descriptor
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								id3v2.c
							
						
					 | 
				
				
					
						Fix probing of files with ID3v2 tags. Discussed at
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								id3v2.h
							
						
					 | 
				
				
					
						Fix probing of files with ID3v2 tags. Discussed at
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								idcin.c
							
						
					 | 
				
				
					
						Use more descriptive format long_names.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								idroq.c
							
						
					 | 
				
				
					
						Simplify RoQ demuxer pts calculation by using a appropriate time bases.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								iff.c
							
						
					 | 
				
				
					
						Use full internal pathname in doxygen @file directives.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								img2.c
							
						
					 | 
				
				
					
						PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								internal.h
							
						
					 | 
				
				
					
						remove now useless av_set_program_name() function
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								ipmovie.c
							
						
					 | 
				
				
					
						Simplify ipmovie.c pts calculation by using an appropriate time_base.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								isom.c
							
						
					 | 
				
				
					
						Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								isom.h
							
						
					 | 
				
				
					
						allocate palette in codec directly
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								iss.c
							
						
					 | 
				
				
					
						Use full internal pathname in doxygen @file directives.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								libnut.c
							
						
					 | 
				
				
					
						Use full internal pathname in doxygen @file directives.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								lmlm4.c
							
						
					 | 
				
				
					
						Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								matroska.c
							
						
					 | 
				
				
					
						matroska: add support for MLP and TRUEHD codec tags
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								matroska.h
							
						
					 | 
				
				
					
						Add some basic metadata conversion tables for matroska and asf.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								matroskadec.c
							
						
					 | 
				
				
					
						Add some basic metadata conversion tables for matroska and asf.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								matroskaenc.c
							
						
					 | 
				
				
					
						Share the function to write a raw FLAC header and use it in the Matroska
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								metadata.c
							
						
					 | 
				
				
					
						simplify metadata conversion and fixes gcc-2.95 at the same time
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								metadata.h
							
						
					 | 
				
				
					
						add a metadata conversion API
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								metadata_compat.c
							
						
					 | 
				
				
					
						don't trigger metadata compatibility code when user app already set metadata
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								mm.c
							
						
					 | 
				
				
					
						Add a context to av_log() call and update the trace not to be redundant.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								mmf.c
							
						
					 | 
				
				
					
						Use more descriptive format long_names.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								mov.c
							
						
					 | 
				
				
					
						Introduce codec id for MPEG-4 ALS and associate it with corresponding
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								movenc.c
							
						
					 | 
				
				
					
						Rename bitstream.h to get_bits.h.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								mp3.c
							
						
					 | 
				
				
					
						Require 4 instead of 3 frames for detecting mp3,
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								mpc.c
							
						
					 | 
				
				
					
						Rename bitstream.h to get_bits.h.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								mpc8.c
							
						
					 | 
				
				
					
						Rename bitstream.h to get_bits.h.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								mpeg.c
							
						
					 | 
				
				
					
						Remove 2 ++ from check_pes() that are useless, found by CSA.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								mpeg.h
							
						
					 | 
				
				
					
						cosmetics: Remove pointless period after copyright statement non-sentences.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								mpegenc.c
							
						
					 | 
				
				
					
						Rename pbBufPtr() to put_bits_ptr().
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								mpegts.c
							
						
					 | 
				
				
					
						remove useless wrapper
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								mpegts.h
							
						
					 | 
				
				
					
						cosmetics: Remove pointless period after copyright statement non-sentences.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								mpegtsenc.c
							
						
					 | 
				
				
					
						use new metadata API in mpegts muxer
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								mpjpeg.c
							
						
					 | 
				
				
					
						cosmetics: format long_name spelling fixes
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								msnwc_tcp.c
							
						
					 | 
				
				
					
						Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								mtv.c
							
						
					 | 
				
				
					
						Use full internal pathname in doxygen @file directives.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								mvi.c
							
						
					 | 
				
				
					
						Bump Major version, this commit is almost just renaming bits_per_sample to
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								mxf.c
							
						
					 | 
				
				
					
						reuse MXFCodecUL for data def and simplify
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								mxf.h
							
						
					 | 
				
				
					
						reuse MXFCodecUL for data def and simplify
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								mxfdec.c
							
						
					 | 
				
				
					
						protect realloc overflow
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								mxfenc.c
							
						
					 | 
				
				
					
						use utc time for timestamp and do not set it if not specified
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								ncdec.c
							
						
					 | 
				
				
					
						10l: fix compiler warning:
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								network.h
							
						
					 | 
				
				
					
						Fix undefined preprocessor directives warnings during 'make checkheaders'.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								nsvdec.c
							
						
					 | 
				
				
					
						NSV : Add TOC2 parsing and seeking support.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								nut.c
							
						
					 | 
				
				
					
						remove _t for POSIX compatibility.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								nut.h
							
						
					 | 
				
				
					
						Remove misleading comment, _t is POSIX-reserved namespace.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								nutdec.c
							
						
					 | 
				
				
					
						use new metadata API in nut demuxer
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								nutenc.c
							
						
					 | 
				
				
					
						use new metadata API in nut muxer
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								nuv.c
							
						
					 | 
				
				
					
						Fix memleak in nuv demuxer: free packet already allocated packet when
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								oggdec.c
							
						
					 | 
				
				
					
						Ensure that there's pages to read for duration calculation in the ogg demuxer
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								oggdec.h
							
						
					 | 
				
				
					
						Document ogg_codec's header function
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								oggenc.c
							
						
					 | 
				
				
					
						Use a shared function to validate FLAC extradata.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								oggparseflac.c
							
						
					 | 
				
				
					
						Rename bitstream.h to get_bits.h.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								oggparseogm.c
							
						
					 | 
				
				
					
						Rename bitstream.h to get_bits.h.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								oggparsespeex.c
							
						
					 | 
				
				
					
						Rename bitstream.h to get_bits.h.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								oggparsetheora.c
							
						
					 | 
				
				
					
						Rename bitstream.h to get_bits.h.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								oggparsevorbis.c
							
						
					 | 
				
				
					
						Rename bitstream.h to get_bits.h.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								oma.c
							
						
					 | 
				
				
					
						Use full internal pathname in doxygen @file directives.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								options.c
							
						
					 | 
				
				
					
						deprecate old metadata API
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								os_support.c
							
						
					 | 
				
				
					
						Change semantic of CONFIG_*, HAVE_* and ARCH_*.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								os_support.h
							
						
					 | 
				
				
					
						Use full internal pathname in doxygen @file directives.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								output-example.c
							
						
					 | 
				
				
					
						Move output_example.c --> libavformat/output-example.c.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								psxstr.c
							
						
					 | 
				
				
					
						Use full internal pathname in doxygen @file directives.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								pva.c
							
						
					 | 
				
				
					
						avoid possibly uninitialized return value
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								qtpalette.h
							
						
					 | 
				
				
					
						Remove alpha channel from default colorspace tables, since it is unused. See
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								r3d.c
							
						
					 | 
				
				
					
						use new metadata API in r3d demuxer
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								raw.c
							
						
					 | 
				
				
					
						It should be #if, not #ifdef
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								raw.h
							
						
					 | 
				
				
					
						Separate the raw FLAC demuxer from raw.c and put in a new file,
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rdt.c
							
						
					 | 
				
				
					
						Rename bitstream.h to get_bits.h.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rdt.h
							
						
					 | 
				
				
					
						Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								riff.c
							
						
					 | 
				
				
					
						Add zygo fourcc.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								riff.h
							
						
					 | 
				
				
					
						Use full internal pathname in doxygen @file directives.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rl2.c
							
						
					 | 
				
				
					
						cosmetics: format long_name spelling fixes
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rm.c
							
						
					 | 
				
				
					
						use new metadata API in rm (de)muxer
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rm.h
							
						
					 | 
				
				
					
						Remove packet returning in ff_rm_parse_packet() if we're using the packet
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rmdec.c
							
						
					 | 
				
				
					
						Move declarations in sync() closer to where they are used.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rmenc.c
							
						
					 | 
				
				
					
						Remove index writing in RM muxer, since it is broken (multiple streams per
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rpl.c
							
						
					 | 
				
				
					
						cosmetics: vertical alignment
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rtp.c
							
						
					 | 
				
				
					
						Rename bitstream.h to get_bits.h.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rtp.h
							
						
					 | 
				
				
					
						Document ff_rtp_codec_id()
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rtp_aac.c
							
						
					 | 
				
				
					
						AAC packetiser cleanup: use consts instead of #defines
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rtp_amr.c
							
						
					 | 
				
				
					
						Add support for AMR audio in the RTP muxer
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rtp_asf.c
							
						
					 | 
				
				
					
						Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rtp_asf.h
							
						
					 | 
				
				
					
						Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rtp_h263.c
							
						
					 | 
				
				
					
						Fix the copyright year
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rtp_h264.c
							
						
					 | 
				
				
					
						Rename bitstream.h to get_bits.h.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rtp_h264.h
							
						
					 | 
				
				
					
						Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rtp_mpv.c
							
						
					 | 
				
				
					
						Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rtp_vorbis.c
							
						
					 | 
				
				
					
						Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rtp_vorbis.h
							
						
					 | 
				
				
					
						Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rtpdec.c
							
						
					 | 
				
				
					
						Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rtpdec.h
							
						
					 | 
				
				
					
						Add url_get_file_handle(), which is used to get the file descriptor
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rtpenc.c
							
						
					 | 
				
				
					
						Rename bitstream.h to get_bits.h.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rtpenc.h
							
						
					 | 
				
				
					
						Add support for AMR audio in the RTP muxer
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rtpenc_h264.c
							
						
					 | 
				
				
					
						Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rtpproto.c
							
						
					 | 
				
				
					
						Add url_get_file_handle(), which is used to get the file descriptor
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rtsp.c
							
						
					 | 
				
				
					
						Fix crash when receiving from SDP
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rtsp.h
							
						
					 | 
				
				
					
						Send dummy requests over the TCP connection (WMS wants GET_PARAMETER,
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								rtspcodes.h
							
						
					 | 
				
				
					
						Globally rename the header inclusion guard names.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								sdp.c
							
						
					 | 
				
				
					
						Add support for AMR audio in the RTP muxer
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								segafilm.c
							
						
					 | 
				
				
					
						Use full internal pathname in doxygen @file directives.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								sierravmd.c
							
						
					 | 
				
				
					
						Add a context to av_log() call.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								siff.c
							
						
					 | 
				
				
					
						cosmetics: Remove pointless period after copyright statement non-sentences.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								smacker.c
							
						
					 | 
				
				
					
						Make Smacker audio decoder output audio in original bit depth
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								sol.c
							
						
					 | 
				
				
					
						cosmetics: Remove pointless period after copyright statement non-sentences.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								swf.h
							
						
					 | 
				
				
					
						remove unused fields in swf context
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								swfdec.c
							
						
					 | 
				
				
					
						swf timestamps are 16 bits
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								swfenc.c
							
						
					 | 
				
				
					
						Rename pbBufPtr() to put_bits_ptr().
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								tcp.c
							
						
					 | 
				
				
					
						Add url_get_file_handle(), which is used to get the file descriptor
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								thp.c
							
						
					 | 
				
				
					
						cosmetics: Remove pointless period after copyright statement non-sentences.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								tiertexseq.c
							
						
					 | 
				
				
					
						Use full internal pathname in doxygen @file directives.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								timefilter.c
							
						
					 | 
				
				
					
						Replace rand() usage by av_lfg_get().
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								timefilter.h
							
						
					 | 
				
				
					
						Add my name to copyright & author as requested by the original author.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								tta.c
							
						
					 | 
				
				
					
						Rename bitstream.h to get_bits.h.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								txd.c
							
						
					 | 
				
				
					
						Add a context to av_log() calls.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								udp.c
							
						
					 | 
				
				
					
						Add url_get_file_handle(), which is used to get the file descriptor
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								utils.c
							
						
					 | 
				
				
					
						Set frame defaults in try_decode_frame.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								vc1test.c
							
						
					 | 
				
				
					
						Use full internal pathname in doxygen @file directives.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								vc1testenc.c
							
						
					 | 
				
				
					
						Remove unused variable.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								voc.c
							
						
					 | 
				
				
					
						voc: add ff_ prefix to some global const data
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								voc.h
							
						
					 | 
				
				
					
						avoid POSIX reserved _t suffix
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								vocdec.c
							
						
					 | 
				
				
					
						Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								vocenc.c
							
						
					 | 
				
				
					
						avoid POSIX reserved _t suffix
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								vqf.c
							
						
					 | 
				
				
					
						VQF demuxer
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								wav.c
							
						
					 | 
				
				
					
						cosmetics: Remove pointless period after copyright statement non-sentences.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								wc3movie.c
							
						
					 | 
				
				
					
						Slightly improve/correct description of wc3_pal_lookup
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								westwood.c
							
						
					 | 
				
				
					
						Remove unused code from Westwood VQA/AUD demuxer.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								wv.c
							
						
					 | 
				
				
					
						cosmetics: Remove pointless period after copyright statement non-sentences.
					
				 | 
				17 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								xa.c
							
						
					 | 
				
				
					
						Use full internal pathname in doxygen @file directives.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								yuv4mpeg.c
							
						
					 | 
				
				
					
						cosmetics: Remove pointless period after copyright statement non-sentences.
					
				 | 
				17 years ago |