..
4xm.c
Use full internal pathname in doxygen @file directives.
2009-02-01 02:00:19 +00:00
adtsenc.c
Add the .adts file extension to the ADTS muxer.
2009-06-03 23:34:35 +00:00
aiff.c
Remove useless init from aiff_read_header() found by CSA.
2009-04-17 18:18:29 +00:00
allformats.c
Implement SoX native format muxer and demuxer.
2009-05-30 18:51:15 +00:00
amr.c
apc.c
ape.c
apedec: display a warning when truncating a metadata tag
2009-02-17 15:44:11 +00:00
asf.c
Per-stream language-tags extraction in asfdec.
2009-05-12 12:35:46 +00:00
asf.h
Fix bandwith vs. bandwiDth typo.
2009-05-12 23:40:22 +00:00
asfcrypt.c
Add and use a public API for RC4 and DES, analogous to the AES API.
2009-02-03 14:20:55 +00:00
asfcrypt.h
asfdec.c
fix get_str16_nolen with odd len, fix #1065
2009-05-24 10:26:41 +00:00
asfenc.c
Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure
2009-03-18 14:03:40 +00:00
assdec.c
Silence "assdec.c:146: warning: passing argument 4 of ‘qsort’ from incompatible pointer type"
2009-02-14 15:44:46 +00:00
assenc.c
au.c
cosmetics: Remove pointless period after copyright statement non-sentences.
2009-01-19 15:46:40 +00:00
audiointerleave.c
Reorder arguments for av_fifo_generic_read to be more logical and
2009-03-09 17:47:47 +00:00
audiointerleave.h
Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.
2009-03-08 14:16:55 +00:00
avc.c
Use intptr_t when casting pointers to int.
2009-03-26 01:34:02 +00:00
avc.h
10l, fix prototype
2009-01-16 01:20:31 +00:00
avformat.h
fix codec probing, stop after MAX_PROBE_PACKETS and return all packets
2009-05-31 00:24:06 +00:00
avi.h
avidec.c
Workaround broken AVI files from DC-XZ6.
2009-05-25 18:28:26 +00:00
avienc.c
use av_freep() instead of av_free() + =NULL.
2009-04-07 12:31:28 +00:00
avio.c
Move function for reading whole specified amount of data from RTSP
2009-06-04 06:25:53 +00:00
avio.h
Move function for reading whole specified amount of data from RTSP
2009-06-04 06:25:53 +00:00
aviobuf.c
seek inside buffer when offset is exactly at the end, fix seeking with memory ByteIOContext
2009-04-13 04:02:51 +00:00
avisynth.c
Restore mistakenly removed period after "DivX, Inc".
2009-01-19 17:01:22 +00:00
avlanguage.c
Convert names to the FFmpeg style.
2009-04-28 19:51:50 +00:00
avlanguage.h
Convert names to the FFmpeg style.
2009-04-28 19:51:50 +00:00
avs.c
bethsoftvid.c
Use full internal pathname in doxygen @file directives.
2009-02-01 02:00:19 +00:00
bfi.c
Use full internal pathname in doxygen @file directives.
2009-02-01 02:00:19 +00:00
c93.c
crcenc.c
cosmetics: Remove pointless period after copyright statement non-sentences.
2009-01-19 15:46:40 +00:00
cutils.c
Do not misuse unsigned long to store pointers.
2009-02-04 05:56:39 +00:00
daud.c
dsicin.c
Use full internal pathname in doxygen @file directives.
2009-02-01 02:00:19 +00:00
dv.c
dv probe
2009-02-26 08:45:59 +00:00
dv.h
cosmetics: Remove pointless period after copyright statement non-sentences.
2009-01-19 15:46:40 +00:00
dvenc.c
Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.
2009-03-08 14:16:55 +00:00
dxa.c
cosmetics: Remove pointless period after copyright statement non-sentences.
2009-01-19 15:46:40 +00:00
eacdata.c
Use full internal pathname in doxygen @file directives.
2009-02-01 02:00:19 +00:00
electronicarts.c
Remove unused audio_pts field from ea demuxer struct
2009-04-16 12:46:06 +00:00
ffm.h
cosmetics: Remove pointless period after copyright statement non-sentences.
2009-01-19 15:46:40 +00:00
ffmdec.c
remove useless duplication of what av_new_stream() already does
2009-04-10 12:49:53 +00:00
ffmenc.c
do not write ffm write index by default, detect if file is being written and return EOF
2009-03-20 01:23:33 +00:00
file.c
Use intptr_t when casting pointers to int.
2009-03-26 01:34:02 +00:00
flacdec.c
seek backwards 4 bytes if 'fLaC' marker is not found
2009-03-21 00:49:14 +00:00
flacenc.c
Share the function to write a raw FLAC header and use it in the Matroska
2009-02-26 02:41:53 +00:00
flacenc.h
Share the function to write a raw FLAC header and use it in the Matroska
2009-02-26 02:41:53 +00:00
flic.c
Use full internal pathname in doxygen @file directives.
2009-02-01 02:00:19 +00:00
flv.h
Use full internal pathname in doxygen @file directives.
2009-02-01 02:00:19 +00:00
flvdec.c
Remove unused variable from flv_read_metabody() found by CSA.
2009-04-17 17:42:41 +00:00
flvenc.c
Splits the totalbitrate in a videodatarate and audiodatarate part.
2009-02-02 16:10:46 +00:00
framecrcenc.c
cosmetics: Remove pointless period after copyright statement non-sentences.
2009-01-19 15:46:40 +00:00
gif.c
Rename pbBufPtr() to put_bits_ptr().
2009-04-13 16:59:38 +00:00
gopher.c
Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com
2009-02-11 16:28:46 +00:00
gxf.c
cosmetics: Remove pointless period after copyright statement non-sentences.
2009-01-19 15:46:40 +00:00
gxf.h
gxfenc.c
remove useless include
2009-05-23 03:05:56 +00:00
http.c
Add url_get_file_handle(), which is used to get the file descriptor
2009-03-03 17:04:51 +00:00
id3v2.c
Fix probing of files with ID3v2 tags. Discussed at
2009-01-19 21:54:06 +00:00
id3v2.h
Fix probing of files with ID3v2 tags. Discussed at
2009-01-19 21:54:06 +00:00
idcin.c
Use more descriptive format long_names.
2009-02-12 17:26:06 +00:00
idroq.c
Simplify RoQ demuxer pts calculation by using a appropriate time bases.
2009-03-13 13:37:35 +00:00
iff.c
Use full internal pathname in doxygen @file directives.
2009-02-01 02:00:19 +00:00
img2.c
PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
2009-03-20 17:23:45 +00:00
internal.h
remove now useless av_set_program_name() function
2009-02-10 00:27:42 +00:00
ipmovie.c
Simplify ipmovie.c pts calculation by using an appropriate time_base.
2009-02-27 10:07:12 +00:00
isom.c
v210 mov fourcc
2009-05-12 20:00:11 +00:00
isom.h
parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gop
2009-05-13 08:31:22 +00:00
iss.c
Use full internal pathname in doxygen @file directives.
2009-02-01 02:00:19 +00:00
libnut.c
Use full internal pathname in doxygen @file directives.
2009-02-01 02:00:19 +00:00
lmlm4.c
Makefile
Implement SoX native format muxer and demuxer.
2009-05-30 18:51:15 +00:00
matroska.c
matroska: add support for MLP and TRUEHD codec tags
2009-03-30 21:37:04 +00:00
matroska.h
Add some basic metadata conversion tables for matroska and asf.
2009-03-01 00:12:08 +00:00
matroskadec.c
Remove unused code found by CSA
2009-05-10 14:33:40 +00:00
matroskaenc.c
Share the function to write a raw FLAC header and use it in the Matroska
2009-02-26 02:41:53 +00:00
metadata_compat.c
don't trigger metadata compatibility code when user app already set metadata
2009-02-26 13:00:13 +00:00
metadata.c
simplify metadata conversion and fixes gcc-2.95 at the same time
2009-03-01 14:29:30 +00:00
metadata.h
add a metadata conversion API
2009-02-28 23:34:16 +00:00
mm.c
Add a context to av_log() call and update the trace not to be redundant.
2009-02-16 16:27:08 +00:00
mmf.c
Use more descriptive format long_names.
2009-02-12 17:26:06 +00:00
mov.c
broken stsd length might be < 16, fix elst-assert.mp4
2009-06-03 23:13:53 +00:00
movenc.c
fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com
2009-05-31 05:24:16 +00:00
mp3.c
Require 4 instead of 3 frames for detecting mp3,
2009-04-22 02:58:20 +00:00
mpc8.c
Rename bitstream.h to get_bits.h.
2009-04-13 16:20:26 +00:00
mpc.c
Rename bitstream.h to get_bits.h.
2009-04-13 16:20:26 +00:00
mpeg.c
Remove 2 ++ from check_pes() that are useless, found by CSA.
2009-04-17 18:08:39 +00:00
mpeg.h
cosmetics: Remove pointless period after copyright statement non-sentences.
2009-01-19 15:46:40 +00:00
mpegenc.c
fail if stream fifo could not be allocated
2009-05-22 19:11:56 +00:00
mpegts.c
do not parse full header for private streams
2009-06-02 07:53:44 +00:00
mpegts.h
remove defines
2009-05-31 03:02:12 +00:00
mpegtsenc.c
simplify pes timestamps fetching, based on a patch by corp186, chasedouglas at gmail dot com
2009-05-23 06:25:44 +00:00
mpjpeg.c
cosmetics: format long_name spelling fixes
2009-02-12 17:24:17 +00:00
msnwc_tcp.c
mtv.c
Remove dead assignments found by CSA
2009-05-03 09:32:40 +00:00
mvi.c
mxf.c
reuse MXFCodecUL for data def and simplify
2009-02-08 05:12:30 +00:00
mxf.h
reuse MXFCodecUL for data def and simplify
2009-02-08 05:12:30 +00:00
mxfdec.c
return AVERROR_EOF
2009-05-30 06:16:44 +00:00
mxfenc.c
remove useless include
2009-05-23 03:05:56 +00:00
ncdec.c
10l: fix compiler warning:
2009-02-08 21:42:06 +00:00
network.h
Fix undefined preprocessor directives warnings during 'make checkheaders'.
2009-01-24 14:52:46 +00:00
nsvdec.c
NSV : Add TOC2 parsing and seeking support.
2009-04-22 19:37:57 +00:00
nut.c
nut.h
nutdec.c
use new metadata API in nut demuxer
2009-02-27 23:10:34 +00:00
nutenc.c
use new metadata API in nut muxer
2009-02-27 23:12:14 +00:00
nuv.c
Fix memleak in nuv demuxer: free packet already allocated packet when
2009-04-09 14:16:22 +00:00
oggdec.c
Ensure that there's pages to read for duration calculation in the ogg demuxer
2009-04-15 06:41:08 +00:00
oggdec.h
Warning fix: Make ogg_stream.codec const
2009-05-06 23:02:26 +00:00
oggenc.c
Use a shared function to validate FLAC extradata.
2009-02-26 02:29:24 +00:00
oggparseflac.c
Rename bitstream.h to get_bits.h.
2009-04-13 16:20:26 +00:00
oggparseogm.c
Rename bitstream.h to get_bits.h.
2009-04-13 16:20:26 +00:00
oggparsespeex.c
Ensure that the extradata buffer is padded appripriately in the ogg demuxer.
2009-06-05 23:39:11 +00:00
oggparsetheora.c
Ensure that the extradata buffer is padded appripriately in the ogg demuxer.
2009-06-05 23:39:11 +00:00
oggparsevorbis.c
Rename bitstream.h to get_bits.h.
2009-04-13 16:20:26 +00:00
oma.c
oma: fix build if memcmp() is a macro
2009-05-16 15:09:30 +00:00
options.c
deprecate old metadata API
2009-03-01 16:35:25 +00:00
os_support.c
os_support.h
Use full internal pathname in doxygen @file directives.
2009-02-01 02:00:19 +00:00
output-example.c
Move output_example.c --> libavformat/output-example.c.
2009-03-27 00:01:06 +00:00
psxstr.c
Use full internal pathname in doxygen @file directives.
2009-02-01 02:00:19 +00:00
pva.c
technically mp2 in pva needs AVSTREAM_PARSE_FULL
2009-05-27 06:58:22 +00:00
qcp.c
Add QCP demuxer.
2009-05-20 17:19:39 +00:00
qtpalette.h
Remove alpha channel from default colorspace tables, since it is unused. See
2009-03-22 13:05:13 +00:00
r3d.c
use new metadata API in r3d demuxer
2009-03-01 15:28:56 +00:00
raw.c
It should be #if, not #ifdef
2009-04-22 08:39:46 +00:00
raw.h
Separate the raw FLAC demuxer from raw.c and put in a new file,
2009-02-28 17:24:46 +00:00
rdt.c
Rename bitstream.h to get_bits.h.
2009-04-13 16:20:26 +00:00
rdt.h
Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h
2009-02-06 10:35:52 +00:00
riff.c
Support YVU9 AVI 4cc.
2009-05-26 03:51:00 +00:00
riff.h
Use full internal pathname in doxygen @file directives.
2009-02-01 02:00:19 +00:00
rl2.c
cosmetics: format long_name spelling fixes
2009-02-12 17:24:17 +00:00
rm.c
use new metadata API in rm (de)muxer
2009-02-17 21:40:38 +00:00
rm.h
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should
2009-06-06 09:35:15 +00:00
rmdec.c
Move declarations in sync() closer to where they are used.
2009-04-17 14:38:52 +00:00
rmenc.c
Remove index writing in RM muxer, since it is broken (multiple streams per
2009-03-21 20:34:24 +00:00
rpl.c
cosmetics: vertical alignment
2009-02-26 22:39:53 +00:00
rtp_aac.c
Correctly set the "AU size" field in the payload header for
2009-05-29 13:46:46 +00:00
rtp_amr.c
Add support for AMR audio in the RTP muxer
2009-04-08 07:16:14 +00:00
rtp_asf.c
Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a
2009-03-20 01:11:08 +00:00
rtp_asf.h
Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a
2009-03-20 01:11:08 +00:00
rtp_h263.c
Fix the copyright year
2009-04-07 12:28:41 +00:00
rtp_h264.c
Rename bitstream.h to get_bits.h.
2009-04-13 16:20:26 +00:00
rtp_h264.h
Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h
2009-02-06 10:35:52 +00:00
rtp_mpv.c
Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h
2009-02-06 10:35:52 +00:00
rtp_vorbis.c
Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC
2009-04-14 15:01:46 +00:00
rtp_vorbis.h
Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC
2009-04-14 15:01:46 +00:00
rtp.c
Rename bitstream.h to get_bits.h.
2009-04-13 16:20:26 +00:00
rtp.h
Document ff_rtp_codec_id()
2009-02-28 19:34:50 +00:00
rtpdec.c
Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC
2009-04-14 15:01:46 +00:00
rtpdec.h
Add url_get_file_handle(), which is used to get the file descriptor
2009-03-03 17:04:51 +00:00
rtpenc_h264.c
Fix the M bit for multi-packet NALs.
2009-05-16 17:11:47 +00:00
rtpenc.c
Rename bitstream.h to get_bits.h.
2009-04-13 16:20:26 +00:00
rtpenc.h
Add support for AMR audio in the RTP muxer
2009-04-08 07:16:14 +00:00
rtpproto.c
Add url_get_file_handle(), which is used to get the file descriptor
2009-03-03 17:04:51 +00:00
rtsp.c
Move function for reading whole specified amount of data from RTSP
2009-06-04 06:25:53 +00:00
rtsp.h
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should
2009-06-06 09:35:15 +00:00
rtspcodes.h
sdp.c
Add support for AMR audio in the RTP muxer
2009-04-08 07:16:14 +00:00
segafilm.c
Use full internal pathname in doxygen @file directives.
2009-02-01 02:00:19 +00:00
sierravmd.c
Add a context to av_log() call.
2009-02-16 14:45:05 +00:00
siff.c
cosmetics: Remove pointless period after copyright statement non-sentences.
2009-01-19 15:46:40 +00:00
smacker.c
Make Smacker audio decoder output audio in original bit depth
2009-03-21 15:52:14 +00:00
sol.c
cosmetics: Remove pointless period after copyright statement non-sentences.
2009-01-19 15:46:40 +00:00
sox.h
Implement SoX native format muxer and demuxer.
2009-05-30 18:51:15 +00:00
soxdec.c
Implement SoX native format muxer and demuxer.
2009-05-30 18:51:15 +00:00
soxenc.c
Implement SoX native format muxer and demuxer.
2009-05-30 18:51:15 +00:00
swf.h
remove unused fields in swf context
2009-03-14 22:49:01 +00:00
swfdec.c
swf timestamps are 16 bits
2009-03-14 22:51:38 +00:00
swfenc.c
check av_fifo_alloc return
2009-05-21 23:12:41 +00:00
tcp.c
Add url_get_file_handle(), which is used to get the file descriptor
2009-03-03 17:04:51 +00:00
thp.c
cosmetics: Remove pointless period after copyright statement non-sentences.
2009-01-19 15:46:40 +00:00
tiertexseq.c
Use full internal pathname in doxygen @file directives.
2009-02-01 02:00:19 +00:00
timefilter.c
Replace rand() usage by av_lfg_get().
2009-04-10 17:12:36 +00:00
timefilter.h
Add my name to copyright & author as requested by the original author.
2009-03-06 20:51:50 +00:00
tmv.c
Add 8088flex TMV file demuxer.
2009-05-06 22:01:54 +00:00
tta.c
Rename bitstream.h to get_bits.h.
2009-04-13 16:20:26 +00:00
txd.c
Add a context to av_log() calls.
2009-03-03 16:19:37 +00:00
udp.c
Add url_get_file_handle(), which is used to get the file descriptor
2009-03-03 17:04:51 +00:00
utils.c
use dts codec probing
2009-05-31 04:13:25 +00:00
vc1test.c
Use full internal pathname in doxygen @file directives.
2009-02-01 02:00:19 +00:00
vc1testenc.c
voc.c
voc.h
vocdec.c
vocenc.c
vqf.c
VQF demuxer
2009-03-07 22:42:09 +00:00
wav.c
Change find_tag return type to int64_t, fix a bug
2009-06-03 22:36:59 +00:00
wc3movie.c
Slightly improve/correct description of wc3_pal_lookup
2009-04-12 08:49:20 +00:00
westwood.c
Remove unused code from Westwood VQA/AUD demuxer.
2009-04-16 12:39:14 +00:00
wv.c
Add floating point audio decoding to WavPack decoder.
2009-05-06 05:40:43 +00:00
xa.c
Use full internal pathname in doxygen @file directives.
2009-02-01 02:00:19 +00:00
yuv4mpeg.c
Use chroma_sample_location in reading/writing yuv4mpeg
2009-05-11 04:35:15 +00:00