..
4xm.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
a64.c
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
2011-11-28 10:01:50 +01:00
aacdec.c
lavf: rename AVInputFormat.value to raw_codec_id.
2012-01-31 07:50:31 +01:00
ac3dec.c
lavf: rename AVInputFormat.value to raw_codec_id.
2012-01-31 07:50:31 +01:00
adts.h
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
adtsenc.c
latmdec: fix audio specific config parsing
2011-12-03 00:42:48 +01:00
adxdec.c
lavf: rename AVInputFormat.value to raw_codec_id.
2012-01-31 07:50:31 +01:00
aea.c
libavformat: Add an ff_ prefix to some lavf internal symbols
2012-02-15 22:06:17 +02:00
aiff.h
AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio)
2011-11-11 08:27:16 +01:00
aiffdec.c
aiff: don't skip block_align==0 check on COMM-after-SSND files.
2012-02-17 15:59:03 -08:00
aiffenc.c
lavu: replace int/float punning functions
2011-12-11 18:47:19 +00:00
allformats.c
CDXL demuxer and decoder
2012-02-14 22:32:53 +01:00
amr.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
anm.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
apc.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
ape.c
ape: skip packets with invalid size
2012-02-06 13:22:01 -05:00
apetag.c
apetag: do not leak memory if avio_read() fails
2012-02-23 16:16:37 -08:00
apetag.h
apetag: fix comment
2012-02-08 21:47:12 -05:00
asf.c
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
asf.h
make containers pass palette change in AVPacket
2011-04-15 18:02:05 +02:00
asfcrypt.c
doxygen: Consistently use '@' instead of '\' for Doxygen markup.
2011-06-24 00:37:49 +02:00
asfcrypt.h
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
asfdec.c
asfdec: Do not set AVCodecContext.frame_size
2012-02-29 15:45:50 -05:00
asfenc.c
lavf: make av_set_pts_info private.
2011-11-30 20:34:45 +01:00
assdec.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
assenc.c
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
au.c
libavformat: Add an ff_ prefix to some lavf internal symbols
2012-02-15 22:06:17 +02:00
audiointerleave.c
Do not include mathematics.h in avutil.h
2011-07-03 21:42:06 +01:00
audiointerleave.h
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
avc.c
avc: fix memory errors when encoding invalid h264 codecdata
2011-11-09 21:37:13 -08:00
avc.h
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
avformat.h
lavf: generic code for exporting attached pictures.
2012-02-29 14:16:25 +01:00
avi.h
Generalize RIFF INFO tag support; support reading INFO tag in wav
2011-11-26 17:14:13 -08:00
avidec.c
libavformat: Add an ff_ prefix to some lavf internal symbols
2012-02-15 22:06:17 +02:00
avienc.c
lavf: make av_set_pts_info private.
2011-11-30 20:34:45 +01:00
avio_internal.h
avio: add avio_open2, taking an interrupt callback and options
2011-11-13 13:17:04 +01:00
avio.c
cosmetics: Remove extra newlines at EOF
2012-01-27 17:19:09 -08:00
avio.h
lavf: remove disabled FF_API_OLD_INTERRUPT_CB cruft
2012-01-27 10:52:43 +01:00
aviobuf.c
lavf: remove disabled FF_API_OLD_AVIO cruft
2012-01-27 10:52:42 +01:00
avisynth.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
avlanguage.c
Employ FF_ARRAY_ELEMS instead of manually calculating array length.
2011-09-08 15:57:14 +02:00
avlanguage.h
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
avs.c
avs: don't set codec timebase
2012-03-02 11:11:38 +01:00
bethsoftvid.c
bethsoftvid: synchronize video timestamps with audio sample rate
2012-02-16 10:47:11 -05:00
bfi.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
bink.c
bink: Check return value of avio_seek and avoid modifying state if it fails
2012-02-10 15:27:49 -05:00
bmv.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
c93.c
libavformat: Add an ff_ prefix to some lavf internal symbols
2012-02-15 22:06:17 +02:00
caf.c
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
caf.h
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
cafdec.c
cafdec: Check return value of avio_seek and avoid modifying state if it fails
2012-02-10 15:27:50 -05:00
cavsvideodec.c
rawdec: factor video demuxer definitions into a macro.
2011-05-27 08:31:16 +02:00
cdg.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
cdxl.c
cdxl: correctly synchronize video timestamps to audio
2012-02-22 10:50:42 -05:00
concat.c
proto: Realign struct initializers
2011-12-01 13:47:28 +02:00
crcenc.c
crcenc: add flags
2011-11-23 21:43:46 +01:00
crypto.c
avio: add support for passing options to protocols.
2011-11-13 13:14:39 +01:00
cutils.c
libavformat: Add an ff_ prefix to some lavf internal symbols
2012-02-15 22:06:17 +02:00
daud.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
dfa.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
diracdec.c
rawdec: factor video demuxer definitions into a macro.
2011-05-27 08:31:16 +02:00
dnxhddec.c
rawdec: factor video demuxer definitions into a macro.
2011-05-27 08:31:16 +02:00
dsicin.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
dtsdec.c
lavf: rename AVInputFormat.value to raw_codec_id.
2012-01-31 07:50:31 +01:00
dv.c
libavformat: Add an ff_ prefix to some lavf internal symbols
2012-02-15 22:06:17 +02:00
dv.h
libavformat: Add an ff_ prefix to some lavf internal symbols
2012-02-15 22:06:17 +02:00
dvenc.c
libavformat: Add an ff_ prefix to some lavf internal symbols
2012-02-15 22:06:17 +02:00
dxa.c
dxa: set audio stream time base using the sample rate
2012-02-29 15:45:50 -05:00
eacdata.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
electronicarts.c
electronicarts: set timebase for tgv video.
2012-03-02 11:11:38 +01:00
ffm.h
Rename ffserver to avserver.
2011-08-09 19:56:25 +02:00
ffmdec.c
mpegvideo_enc: add chroma/luma_elim_threshold private options.
2012-02-29 07:23:31 +01:00
ffmenc.c
mpegvideo_enc: add chroma/luma_elim_threshold private options.
2012-02-29 07:23:31 +01:00
ffmeta.h
multiple inclusion guard cleanup
2011-05-21 13:48:10 +02:00
ffmetadec.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
ffmetaenc.c
Remove all uses of now deprecated metadata functions.
2011-06-08 07:43:45 +02:00
file.c
Remove some stray unnecessary ffmpeg references.
2011-11-02 10:42:54 +01:00
filmstripdec.c
filmstripdec: Check return value of avio_seek and avoid modifying state if it fails
2012-02-10 15:27:49 -05:00
filmstripenc.c
lavf: use designated initialisers for all (de)muxers.
2011-07-17 06:58:37 +02:00
flacdec.c
lavf: rename AVInputFormat.value to raw_codec_id.
2012-01-31 07:50:31 +01:00
flacenc_header.c
flac muxer: fix writing of file header and STREAMINFO header from extradata
2011-12-10 10:19:41 -05:00
flacenc.c
Replace vendor string in Ogg and FLAC muxers.
2011-11-02 10:43:39 +01:00
flacenc.h
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
flic.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
flv.h
doxygen: do not include license boilerplate in Doxygen documentation
2011-07-15 00:52:09 +02:00
flvdec.c
flvdec: Remove the now redundant check for known broken metadata creator
2012-02-27 12:07:24 +02:00
flvenc.c
flvenc: Support muxing 16 kHz nellymoser
2011-12-15 16:53:54 +02:00
framecrcenc.c
frame{crc/md5}: set the stream timebase from codec timebase.
2012-02-03 09:29:02 +01:00
framehash.c
frame{crc/md5}: set the stream timebase from codec timebase.
2012-02-03 09:29:02 +01:00
gif.c
gif: K&R formatting cosmetics
2012-02-21 15:47:06 +01:00
gopher.c
avio: Add an URLProtocol flag for indicating that a protocol uses network
2012-01-05 23:56:52 +02:00
gsmdec.c
lavf: rename AVInputFormat.value to raw_codec_id.
2012-01-31 07:50:31 +01:00
gxf.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
gxf.h
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
gxfenc.c
lavf: remove disabled FF_API_TIMESTAMP cruft
2012-01-27 10:52:42 +01:00
h261dec.c
rawdec: factor video demuxer definitions into a macro.
2011-05-27 08:31:16 +02:00
h263dec.c
rawdec: factor video demuxer definitions into a macro.
2011-05-27 08:31:16 +02:00
h264dec.c
rawdec: factor video demuxer definitions into a macro.
2011-05-27 08:31:16 +02:00
hls.c
hls: Reset the AVIOContext when seeking
2012-02-20 11:10:02 +02:00
hlsproto.c
hlsproto: Rename the functions and context
2012-02-14 20:05:32 +02:00
http.c
avio: Add an URLProtocol flag for indicating that a protocol uses network
2012-01-05 23:56:52 +02:00
http.h
http: Remove the now unused ff_http_set_headers custom function
2011-11-10 10:51:50 +02:00
httpauth.c
cosmetics: Remove extra newlines at EOF
2012-01-27 17:19:09 -08:00
httpauth.h
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
id3v1.c
Remove all uses of now deprecated metadata functions.
2011-06-08 07:43:45 +02:00
id3v1.h
cosmetics: Remove extra newlines at EOF
2012-01-27 17:19:09 -08:00
id3v2.c
id3v2: remove unused ff_id3v2_read().
2012-02-29 14:19:42 +01:00
id3v2.h
id3v2enc: add a function for writing attached pictures.
2012-02-29 14:31:17 +01:00
id3v2enc.c
id3v2enc: add a function for writing attached pictures.
2012-02-29 14:31:17 +01:00
idcin.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
idroqdec.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
idroqenc.c
Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.
2011-09-24 12:11:17 +02:00
iff.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
img2.c
img2: split muxer and demuxer into separate files
2012-02-22 22:04:03 +01:00
img2dec.c
img2: split muxer and demuxer into separate files
2012-02-22 22:04:03 +01:00
img2enc.c
img2: split muxer and demuxer into separate files
2012-02-22 22:04:03 +01:00
ingenientdec.c
lavf: rename AVInputFormat.value to raw_codec_id.
2012-01-31 07:50:31 +01:00
internal.h
lavf: move CodecMime from matroska.h to internal.h
2012-02-29 13:57:59 +01:00
ipmovie.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
isom.c
mov: Add more HDV and XDCAM FourCCs.
2012-02-22 11:23:43 -08:00
isom.h
movdec: Restart parsing root-level atoms at the right spot
2012-02-22 10:39:14 +02:00
iss.c
cosmetics: Remove extra newlines at EOF
2012-01-27 17:19:09 -08:00
iv8.c
lavf: remove the pointless value field from flv and iv8
2012-01-31 07:48:03 +01:00
ivfdec.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
ivfenc.c
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
jvdec.c
jvdec: Check return value of avio_seek and avoid modifying state if it fails
2012-02-10 15:27:49 -05:00
latmenc.c
latmdec: fix audio specific config parsing
2011-12-03 00:42:48 +01:00
libavformat.v
lavc/lavf: remove unnecessary symbols from the symbol version script.
2012-01-31 07:26:31 +01:00
libnut.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
librtmp.c
librtmp: Add "lib" prefix to librtmp URLProtocol declarations.
2012-02-14 11:37:01 +01:00
lmlm4.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
lxfdec.c
cosmetics: Remove extra newlines at EOF
2012-01-27 17:19:09 -08:00
m4vdec.c
rawdec: factor video demuxer definitions into a macro.
2011-05-27 08:31:16 +02:00
Makefile
rtpenc: Allow packetizing H263 according to the old RFC 2190
2012-02-23 15:27:52 +02:00
matroska.c
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
matroska.h
lavf: move CodecMime from matroska.h to internal.h
2012-02-29 13:57:59 +01:00
matroskadec.c
matroska: check buffer size for RM-style byte reordering.
2012-03-02 10:32:22 -08:00
matroskaenc.c
libavformat: Add an ff_ prefix to some lavf internal symbols
2012-02-15 22:06:17 +02:00
md5enc.c
frame{crc/md5}: set the stream timebase from codec timebase.
2012-02-03 09:29:02 +01:00
md5proto.c
md5proto: Remove the get_file_handle function
2011-12-01 13:47:24 +02:00
metadata-example.c
libavformat: Add an example how to use the metadata API
2011-07-02 13:52:29 +02:00
metadata.c
cosmetics: Remove extra newlines at EOF
2012-01-27 17:19:09 -08:00
metadata.h
lavf: remove disabled FF_API_OLD_METADATA2 cruft
2012-01-27 10:52:42 +01:00
mm.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
mmf.c
libavformat: Add an ff_ prefix to some lavf internal symbols
2012-02-15 22:06:17 +02:00
mms.c
lavf: remove FF_API_MAX_STREAMS cruft
2011-04-19 18:28:38 +02:00
mms.h
Fix a bunch of common typos.
2011-12-11 00:32:25 +01:00
mmsh.c
avio: Add an URLProtocol flag for indicating that a protocol uses network
2012-01-05 23:56:52 +02:00
mmst.c
avio: Add an URLProtocol flag for indicating that a protocol uses network
2012-01-05 23:56:52 +02:00
mov_chan.c
mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions.
2012-01-05 10:34:06 -08:00
mov_chan.h
doxygen: Remove documentation for non-existing parameters; misc small fixes.
2012-02-28 20:48:43 +01:00
mov.c
lavc: deprecate AVCodecContext.color_table_id.
2012-02-29 07:25:00 +01:00
movenc.c
movenc: use timestamps instead of frame_size for samples-per-packet
2012-02-27 04:33:37 -05:00
movenc.h
movenc: Buffer the mdat for the initial moov fragment, too
2012-02-22 12:27:39 +02:00
movenchint.c
rtp: Factorize the check for distinguishing RTCP packets from RTP
2012-02-16 17:45:33 +01:00
mp3dec.c
mp3dec: Fix reading file size and frames in VBRI headers
2012-03-01 15:32:28 -08:00
mp3enc.c
mp3enc: write attached pictures (APIC).
2012-02-29 14:37:00 +01:00
mpc8.c
mpc8: Check return value of avio_seek and avoid modifying state if it fails
2012-02-10 15:27:49 -05:00
mpc.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
mpeg.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
mpeg.h
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
mpegenc.c
lavf: remove disabled FF_API_PRELOAD cruft
2012-01-27 10:52:43 +01:00
mpegts.c
mpegts: Pad the packet buffer in handle_packet().
2012-03-02 15:44:42 -08:00
mpegts.h
doxygen: Remove documentation for non-existing parameters; misc small fixes.
2012-02-28 20:48:43 +01:00
mpegtsenc.c
mpegtsenc: Add an AVOption for forcing a new PAT/PMT/SDT to be written
2012-02-13 17:31:05 +02:00
mpegvideodec.c
rawdec: factor video demuxer definitions into a macro.
2011-05-27 08:31:16 +02:00
mpjpeg.c
Rename ffserver to avserver.
2011-08-09 19:56:25 +02:00
msnwc_tcp.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
mtv.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
mvi.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
mxf.c
mxf: Add PictureEssenceCoding UL for V210.
2011-12-21 16:28:45 +01:00
mxf.h
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
mxfdec.c
mxfdec: Ignore the last entry in Avid's index table segments
2012-02-09 13:26:02 +01:00
mxfenc.c
lavf: remove disabled FF_API_TIMESTAMP cruft
2012-01-27 10:52:42 +01:00
mxg.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
ncdec.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
network.c
cosmetics: Remove extra newlines at EOF
2012-01-27 17:19:09 -08:00
network.h
avformat: Warn about using network functions without calling avformat_network_init
2011-11-07 19:29:33 +02:00
nsvdec.c
Move some conditionally used variables into the block where they are used.
2012-02-13 19:20:54 +01:00
nullenc.c
Do not memcpy raw video frames when using null muxer
2011-12-02 18:49:50 +00:00
nut.c
nut: support 10bit YUV
2011-12-21 00:00:03 +01:00
nut.h
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
nutdec.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
nutenc.c
lavf: make av_set_pts_info private.
2011-11-30 20:34:45 +01:00
nuv.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
oggdec.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
oggdec.h
oggdec: add support for Xiph's CELT codec
2011-09-26 13:51:29 +02:00
oggenc.c
oggenc: free comment header for all codecs
2012-02-24 13:15:41 -05:00
oggparsecelt.c
lavf: make av_set_pts_info private.
2011-11-30 20:34:45 +01:00
oggparsedirac.c
lavf: make av_set_pts_info private.
2011-11-30 20:34:45 +01:00
oggparseflac.c
lavf: make av_set_pts_info private.
2011-11-30 20:34:45 +01:00
oggparseogm.c
ogg: don't set codec timebase
2012-03-02 11:11:38 +01:00
oggparseskeleton.c
lavf: make av_set_pts_info private.
2011-11-30 20:34:45 +01:00
oggparsespeex.c
lavf: make av_set_pts_info private.
2011-11-30 20:34:45 +01:00
oggparsetheora.c
ogg: don't set codec timebase
2012-03-02 11:11:38 +01:00
oggparsevorbis.c
lavf: make av_set_pts_info private.
2011-11-30 20:34:45 +01:00
oma.c
omadec: split data that will be used in the muxer to a separate file.
2011-12-18 16:17:39 +01:00
oma.h
oma: make header compile standalone
2011-12-20 22:38:53 +01:00
omadec.c
id3v2: remove unused ff_id3v2_read().
2012-02-29 14:19:42 +01:00
omaenc.c
id3v2enc: split ff_id3v2_write().
2012-02-29 14:26:14 +01:00
options.c
lavf: remove disabled FF_API_MUXRATE cruft
2012-01-27 10:52:43 +01:00
os_support.c
Remove leftover includes of strings.h
2011-11-06 11:53:05 +02:00
os_support.h
Remove some stray unnecessary ffmpeg references.
2011-11-02 10:42:54 +01:00
output-example.c
lavf/output-example: use new audio encoding API correctly.
2012-02-24 09:44:18 +01:00
pcm.c
libavformat: Add an ff_ prefix to some lavf internal symbols
2012-02-15 22:06:17 +02:00
pcm.h
libavformat: Add an ff_ prefix to some lavf internal symbols
2012-02-15 22:06:17 +02:00
pcmdec.c
libavformat: Add an ff_ prefix to some lavf internal symbols
2012-02-15 22:06:17 +02:00
pcmenc.c
Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.
2011-09-24 12:11:17 +02:00
pmpdec.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
psxstr.c
psx-str: do not allow seeking by bytes
2012-02-29 15:45:50 -05:00
pva.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
qcp.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
qtpalette.h
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
r3d.c
r3d: don't set codec timebase.
2012-03-02 17:21:45 +01:00
rawdec.c
rawdec: set timebase to 1/fps.
2012-02-26 07:30:21 +01:00
rawdec.h
lavf: rename AVInputFormat.value to raw_codec_id.
2012-01-31 07:50:31 +01:00
rawenc.c
adx: add an adx muxer
2012-01-03 18:47:42 -05:00
rawenc.h
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
rawvideodec.c
lavf: rename AVInputFormat.value to raw_codec_id.
2012-01-31 07:50:31 +01:00
rdt.c
Replace all uses of av_close_input_file() with avformat_close_input().
2011-12-12 20:34:38 +01:00
rdt.h
doxygen: Make sure parameter names match between .c and .h files.
2011-07-14 04:09:49 +02:00
riff.c
riff: fix invalid av_freep() calls on EOF in ff_read_riff_info
2012-01-22 19:32:44 +01:00
riff.h
Generalize RIFF INFO tag support; support reading INFO tag in wav
2011-11-26 17:14:13 -08:00
rl2.c
doxygen: Remove documentation for non-existing parameters; misc small fixes.
2012-02-28 20:48:43 +01:00
rm.c
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
rm.h
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
rmdec.c
rmdec: Honor .RMF tag size rather than assuming 18.
2012-03-02 09:31:32 -08:00
rmenc.c
Drop some pointless void* return value casts from av_malloc() invocations.
2012-01-02 16:41:24 +01:00
rpl.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
rso.c
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
rso.h
Replace ffmpeg references with more accurate libav* references.
2011-11-02 10:42:55 +01:00
rsodec.c
libavformat: Add an ff_ prefix to some lavf internal symbols
2012-02-15 22:06:17 +02:00
rsoenc.c
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
2011-11-28 10:01:50 +01:00
rtmp.h
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
rtmppkt.c
lavu: replace int/float punning functions
2011-12-11 18:47:19 +00:00
rtmppkt.h
doxygen: Prefer member groups over grouping into modules
2011-07-02 13:52:29 +02:00
rtmpproto.c
avio: Add an URLProtocol flag for indicating that a protocol uses network
2012-01-05 23:56:52 +02:00
rtp.c
rtpenc: Allow packetizing H263 according to the old RFC 2190
2012-02-23 15:27:52 +02:00
rtp.h
rtp: Factorize the check for distinguishing RTCP packets from RTP
2012-02-16 17:45:33 +01:00
rtpdec_amr.c
cosmetics: Remove extra newlines at EOF
2012-01-27 17:19:09 -08:00
rtpdec_asf.c
Replace all uses of av_close_input_file() with avformat_close_input().
2011-12-12 20:34:38 +01:00
rtpdec_formats.h
rtpdec: Identify incorrectly signalled H263
2012-02-18 17:31:55 +02:00
rtpdec_g726.c
rtpdec: Interpret the different G726 names as bits_per_coded_sample
2011-12-01 23:19:24 +02:00
rtpdec_h263_rfc2190.c
rtpdec: Identify incorrectly signalled H263
2012-02-18 17:31:55 +02:00
rtpdec_h263.c
rtpdec: Identify incorrectly signalled H263
2012-02-18 17:31:55 +02:00
rtpdec_h264.c
rtpdec: Use 4 byte startcodes for H.264
2012-02-13 23:05:10 +02:00
rtpdec_latm.c
doxygen: Do not include license boilerplates in Doxygen comment blocks.
2012-02-06 19:39:24 +01:00
rtpdec_mpeg4.c
doxygen: Do not include license boilerplates in Doxygen comment blocks.
2012-02-06 19:39:24 +01:00
rtpdec_qcelp.c
doxygen: Do not include license boilerplates in Doxygen comment blocks.
2012-02-06 19:39:24 +01:00
rtpdec_qdm2.c
doxygen: misc consistency, spelling and wording fixes
2011-12-12 23:06:23 +01:00
rtpdec_qt.c
lavf: make av_set_pts_info private.
2011-11-30 20:34:45 +01:00
rtpdec_svq3.c
doxygen: use Doxygen markup for authors and web links where appropriate
2011-07-15 02:01:21 +02:00
rtpdec_vp8.c
doxygen: use Doxygen markup for authors and web links where appropriate
2011-07-15 02:01:21 +02:00
rtpdec_xiph.c
rtp: Rename the open/close functions to alloc/free
2011-04-24 00:05:37 +03:00
rtpdec.c
rtp: Factorize the check for distinguishing RTCP packets from RTP
2012-02-16 17:45:33 +01:00
rtpdec.h
rtpdec: Add an init function that can do custom codec context initialization
2011-11-30 17:32:18 +02:00
rtpenc_aac.c
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
rtpenc_amr.c
cosmetics: Remove extra newlines at EOF
2012-01-27 17:19:09 -08:00
rtpenc_chain.c
cosmetics: Remove extra newlines at EOF
2012-01-27 17:19:09 -08:00
rtpenc_chain.h
avio: make URLContext internal.
2011-04-08 15:59:19 +02:00
rtpenc_h263_rfc2190.c
rtpenc: Use MB info side data for splitting H263 packets for RFC 2190
2012-03-01 16:08:32 +02:00
rtpenc_h263.c
rtpenc: Allow packetizing H263 according to the old RFC 2190
2012-02-23 15:27:52 +02:00
rtpenc_h264.c
rtpenc: Add support for mp4 format h264
2011-12-11 01:37:26 +02:00
rtpenc_latm.c
rtpenc_latm: Consistently use "Libav" in license boilerplate.
2011-06-16 17:13:34 +02:00
rtpenc_mpv.c
cosmetics: Remove extra newlines at EOF
2012-01-27 17:19:09 -08:00
rtpenc_vp8.c
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
rtpenc_xiph.c
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
rtpenc.c
rtpenc: Use MB info side data for splitting H263 packets for RFC 2190
2012-03-01 16:08:32 +02:00
rtpenc.h
rtpenc: Use MB info side data for splitting H263 packets for RFC 2190
2012-03-01 16:08:32 +02:00
rtpproto.c
rtp: Factorize the check for distinguishing RTCP packets from RTP
2012-02-16 17:45:33 +01:00
rtsp.c
rtsp: Handle requests from server to client
2012-02-27 12:04:11 +02:00
rtsp.h
rtsp: Allow specifying the UDP port range via AVOptions
2012-01-22 01:10:02 +02:00
rtspcodes.h
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
rtspdec.c
rtsp: Make rtsp_demuxer_class static
2012-02-15 22:06:07 +02:00
rtspenc.c
rtp: Factorize the check for distinguishing RTCP packets from RTP
2012-02-16 17:45:33 +01:00
sapdec.c
cosmetics: Remove extra newlines at EOF
2012-01-27 17:19:09 -08:00
sapenc.c
cosmetics: Remove extra newlines at EOF
2012-01-27 17:19:09 -08:00
sauce.c
Remove all uses of now deprecated metadata functions.
2011-06-08 07:43:45 +02:00
sauce.h
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
sdp.c
rtpenc: Allow packetizing H263 according to the old RFC 2190
2012-02-23 15:27:52 +02:00
seek-test.c
Replace all uses of av_close_input_file() with avformat_close_input().
2011-12-12 20:34:38 +01:00
seek.c
cosmetics: Remove extra newlines at EOF
2012-01-27 17:19:09 -08:00
seek.h
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
segafilm.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
segment.c
segment: implement wrap around
2012-02-28 15:01:20 +01:00
sierravmd.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
siff.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
smacker.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
smjpeg.c
avformat: split out common SMJPEG code
2012-01-16 11:29:55 +01:00
smjpeg.h
avformat: split out common SMJPEG code
2012-01-16 11:29:55 +01:00
smjpegdec.c
smjpegdec: implement seeking
2012-02-14 10:12:44 +01:00
smjpegenc.c
add SMJPEG muxer
2012-01-16 11:29:55 +01:00
sol.c
libavformat: Add an ff_ prefix to some lavf internal symbols
2012-02-15 22:06:17 +02:00
sox.h
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
soxdec.c
libavformat: Add an ff_ prefix to some lavf internal symbols
2012-02-15 22:06:17 +02:00
soxenc.c
lavu: replace int/float punning functions
2011-12-11 18:47:19 +00:00
spdif.c
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
spdif.h
multiple inclusion guard cleanup
2011-05-21 13:48:10 +02:00
spdifdec.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
spdifenc.c
spdifenc: use special alignment for DTS-HD length_code
2012-01-05 16:27:07 -08:00
srtdec.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
swf.h
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
swfdec.c
swfdec: do not set codec timebase.
2012-02-29 13:52:55 +01:00
swfenc.c
lavf: use designated initialisers for all (de)muxers.
2011-07-17 06:58:37 +02:00
tcp.c
avio: Add an URLProtocol flag for indicating that a protocol uses network
2012-01-05 23:56:52 +02:00
thp.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
tiertexseq.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
tls.c
avio: Add an URLProtocol flag for indicating that a protocol uses network
2012-01-05 23:56:52 +02:00
tmv.c
tmv: Check return value of avio_seek and avoid modifying state if it fails
2012-02-10 15:27:49 -05:00
tta.c
tta: Check return value of avio_seek and avoid modifying state if it fails
2012-02-10 15:27:49 -05:00
tty.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
txd.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
udp.c
avio: Add an URLProtocol flag for indicating that a protocol uses network
2012-01-05 23:56:52 +02:00
url.h
lavf: remove disabled FF_API_OLD_AVIO cruft
2012-01-27 10:52:42 +01:00
utils.c
id3v2: remove unused ff_id3v2_read().
2012-02-29 14:19:42 +01:00
vc1test.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
vc1testenc.c
lavf: make av_set_pts_info private.
2011-11-30 20:34:45 +01:00
version.h
Add a minor bump, changelog/APIchanges entry and some documentation for APIC support.
2012-02-29 14:44:22 +01:00
voc.c
Replace FFmpeg with Libav in licence headers
2011-03-19 13:33:20 +00:00
voc.h
libavformat: Add an ff_ prefix to some lavf internal symbols
2012-02-15 22:06:17 +02:00
vocdec.c
libavformat: Add an ff_ prefix to some lavf internal symbols
2012-02-15 22:06:17 +02:00
vocenc.c
lavf: use designated initialisers for all (de)muxers.
2011-07-17 06:58:37 +02:00
vorbiscomment.c
Remove all uses of now deprecated metadata functions.
2011-06-08 07:43:45 +02:00
vorbiscomment.h
doxygen: misc consistency, spelling and wording fixes
2011-12-12 23:06:23 +01:00
vqf.c
vqf: set packet parameters after av_new_packet()
2012-02-29 15:45:50 -05:00
wav.c
libavformat: Add an ff_ prefix to some lavf internal symbols
2012-02-15 22:06:17 +02:00
wc3movie.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
westwood_aud.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
westwood_vqa.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
wtv.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
wv.c
WavPack demuxer: set packet duration
2012-02-09 13:13:04 -05:00
xa.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
xmv.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
xwma.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
2012-01-27 10:51:57 +01:00
yop.c
yop: Check return value of avio_seek and avoid modifying state if it fails
2012-02-10 15:27:50 -05:00
yuv4mpeg.c
yuv4mpeg: allow YUV4MPEG2 demuxer to recognize 'C420' colorspace.
2012-01-30 07:30:21 +01:00