1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00
FFmpeg/libavformat
Michael Niedermayer 72153419b5 Merge remote branch 'qatar/master'
* qatar/master: (33 commits)
  rtpdec_qdm2: Don't try to parse data packet if no configuration is received
  ac3enc: put the counting of stereo rematrixing bits in the same place to make the code easier to understand.
  ac3enc: clean up count_frame_bits() and count_frame_bits_fixed()
  mpegvideo: make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead of just via AVFrame.
  srtdec: make sure we don't write past the end of buffer
  wmaenc: improve channel count and bitrate error handling in encode_init()
  matroskaenc: make sure we don't produce invalid file with no codec ID
  matroskadec: check that pointers were initialized before accessing them
  lavf: fix function name in compute_pkt_fields2 av_dlog message
  lavf: fix av_find_best_stream when providing a wanted stream.
  lavf: fix av_find_best_stream when decoder_ret is given and using a related stream.
  ffmpeg: factorize quality calculation
  tiff: add support for SamplesPerPixel tag in tiff_decode_tag()
  tiff: Prefer enum TiffCompr over int for TiffContext.compr.
  mov: Support edit list atom version 1.
  configure: Enable libpostproc automatically if GPL code is enabled.
  Cosmetics: fix prototypes in oggdec
  oggdec: fix memleak with continuous streams.
  matroskaenc: add missing new line in av_log() call
  dnxhdenc: add AVClass in private context.
  ...

swscale changes largely rewritten by me or replaced by baptsites due to lots of bugs in ronalds code.
Above code is also just in case its not obvios to a large extended duplicates that where cherry picked
from ffmpeg.

Conflicts:
	configure
	ffmpeg.c
	libavformat/matroskaenc.c
	libavutil/pixfmt.h
	libswscale/ppc/swscale_template.c
	libswscale/swscale.c
	libswscale/swscale_template.c
	libswscale/utils.c
	libswscale/x86/swscale_template.c
	tests/fate/h264.mak
	tests/ref/lavfi/pixdesc_le
	tests/ref/lavfi/pixfmts_copy_le
	tests/ref/lavfi/pixfmts_null_le
	tests/ref/lavfi/pixfmts_scale_le
	tests/ref/lavfi/pixfmts_vflip_le

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2011-05-13 04:40:40 +02:00
..
4xm.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
a64.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
aacdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
ac3dec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
adts.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
adtsenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
aea.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
aiff.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
aiffdec.c aiffdec:Rewrite get_meta() 2011-05-06 17:39:31 +02:00
aiffenc.c Merge remote branch 'qatar/master' 2011-04-04 02:15:12 +02:00
allformats.c Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
amr.c Merge remote-tracking branch 'newdev/master' 2011-03-23 02:42:56 +01:00
anm.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
apc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
ape.c Fix printf format string, fixes a warning. 2011-05-07 20:14:47 +02:00
apetag.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
apetag.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
applehttp.c Merge remote branch 'qatar/master' 2011-05-13 04:40:40 +02:00
applehttpproto.c Merge remote branch 'qatar/master' 2011-05-13 04:40:40 +02:00
asf.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
asf.h Merge remote branch 'qatar/master' 2011-04-17 23:43:54 +02:00
asfcrypt.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
asfcrypt.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
asfdec.c asfdec: fix assert failure on invalid files 2011-05-12 16:09:39 +02:00
asfenc.c Merge remote branch 'qatar/master' 2011-04-04 02:15:12 +02:00
assdec.c Merge remote branch 'qatar/master' 2011-04-07 03:32:26 +02:00
assenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
au.c Merge remote branch 'qatar/master' 2011-04-04 02:15:12 +02:00
audiointerleave.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
audiointerleave.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
avc.c Merge remote branch 'qatar/master' 2011-04-04 02:15:12 +02:00
avc.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
avformat.h LAVFAPI: demuxer specific options. 2011-04-30 22:09:15 +02:00
avi.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
avi.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
avidec.c Remove unused variables. 2011-05-07 20:14:47 +02:00
avienc.c avienc: Update 2 debug statements to match the current code. 2011-05-09 17:49:25 +02:00
avio_internal.h Merge remote branch 'qatar/master' 2011-04-13 02:49:22 +02:00
avio.c Merge remote branch 'qatar/master' 2011-05-13 04:40:40 +02:00
avio.h Merge remote branch 'qatar/master' 2011-04-29 04:29:21 +02:00
aviobuf.c Revert "Fix url_fopen() flag values." 2011-04-29 04:31:28 +02:00
avisynth.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
avlanguage.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
avlanguage.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
avs.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
bethsoftvid.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
bfi.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
bink.c Merge remote branch 'qatar/master' 2011-04-04 02:15:12 +02:00
c93.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
caf.c Move channel chunk reading function to isom.c. 2011-04-28 10:45:32 +02:00
caf.h Move channel chunk reading function to isom.c. 2011-04-28 10:45:32 +02:00
cafdec.c Move channel chunk reading function to isom.c. 2011-04-28 10:45:32 +02:00
cavsvideodec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
cdg.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
concat.c Merge remote branch 'qatar/master' 2011-04-09 03:17:07 +02:00
crcenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
crypto.c lavf: use designated initializers for AVClasses. 2011-04-29 11:39:34 +02:00
cutils.c Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45' 2011-05-01 00:26:05 +02:00
daud.c Merge remote branch 'qatar/master' 2011-04-10 03:32:29 +02:00
dfa.c Merge remote-tracking branch 'newdev/master' 2011-03-29 02:46:11 +02:00
diracdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dnxhddec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dsicin.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dtsdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dv.c Make DV (sub) demuxer set proper pkt->pos values. 2011-05-02 18:38:01 +02:00
dv.h Make DV (sub) demuxer set proper pkt->pos values. 2011-05-02 18:38:01 +02:00
dvenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dxa.c Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864' 2011-04-15 04:50:06 +02:00
eacdata.c Set channel layout for 4 and 5.1 channel cdata audio files 2011-04-25 12:13:51 +10:00
electronicarts.c Use av_set_pts_info to set time_base. 2011-04-16 17:51:00 +02:00
ffm.h Merge remote branch 'qatar/master' 2011-04-09 03:17:07 +02:00
ffmdec.c Merge remote branch 'qatar/master' 2011-04-30 01:58:26 +02:00
ffmenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
ffmeta.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
ffmetadec.c Merge remote-tracking branch 'newdev/master' 2011-03-25 02:57:41 +01:00
ffmetaenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
file.c Merge remote branch 'qatar/master' 2011-05-05 03:30:24 +02:00
filmstripdec.c Merge remote branch 'qatar/master' 2011-04-04 02:15:12 +02:00
filmstripenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
flacdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
flacenc_header.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
flacenc.c Merge remote branch 'qatar/master' 2011-04-04 02:15:12 +02:00
flacenc.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
flic.c Replace mplayerhq.hu URLs by libav.org. 2011-04-18 18:23:16 +02:00
flv.h Move flv format #defines to common header so they can be used by the encoder too. 2011-04-01 17:38:29 +02:00
flvdec.c flv demuxer: dont error out due to index problems, but inform the user about it. 2011-04-13 02:57:49 +02:00
flvenc.c In mov and flv muxer, check aac bitstream validity. 2011-04-18 14:30:14 -07:00
framecrcenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
gif.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
gopher.c Merge remote branch 'qatar/master' 2011-04-21 03:37:05 +02:00
gxf.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
gxf.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
gxfenc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
h261dec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
h263dec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
h264dec.c h264probe: update to latest spec. 2011-05-09 16:05:29 +02:00
http.c AVOptions: make default_val a union, as proposed in AVOption2. 2011-05-10 20:22:06 +02:00
http.h Merge remote branch 'qatar/master' 2011-04-09 03:17:07 +02:00
httpauth.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
httpauth.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
id3v1.c Merge remote branch 'qatar/master' 2011-04-04 02:15:12 +02:00
id3v1.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
id3v2.c Merge remote-tracking branch 'newdev/master' 2011-03-23 02:42:56 +01:00
id3v2.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
idcin.c Merge remote branch 'qatar/master' 2011-04-17 23:43:54 +02:00
idroqdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
idroqenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
iff.c HAM6/HAM8 support for IFF demuxer/decoder 2011-04-24 12:45:19 +02:00
img2.c Add *.j2k extension to JPEG2000 decoder 2011-05-02 18:38:16 +02:00
ingenientdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
internal.h Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45' 2011-05-01 00:26:05 +02:00
ipmovie.c Merge remote branch 'qatar/master' 2011-04-17 23:43:54 +02:00
isom.c Support Digital Voodoo SD 8 Bit in mov (ticket 195). 2011-05-13 01:08:01 +02:00
isom.h Merge remote branch 'qatar/master' 2011-05-13 04:40:40 +02:00
iss.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
iv8.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
ivfdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
ivfenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
jvdec.c Merge remote branch 'qatar/master' 2011-04-07 03:32:26 +02:00
libavformat.v Hide demuxers', muxers' and protocols' objects via the ld version script. 2011-01-30 03:40:58 +01:00
libnut.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
librtmp.c Merge remote branch 'qatar/master' 2011-04-20 04:48:23 +02:00
lmlm4.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
lxfdec.c Merge remote branch 'qatar/master' 2011-04-07 03:32:26 +02:00
m4vdec.c Fix mpeg-ps misdetected as m4v. 2011-04-03 16:40:12 +02:00
Makefile Merge remote branch 'qatar/master' 2011-05-05 03:30:24 +02:00
matroska.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
matroska.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
matroskadec.c matroskadec: check that pointers were initialized before accessing them 2011-05-12 18:02:28 +02:00
matroskaenc.c Merge remote branch 'qatar/master' 2011-05-13 04:40:40 +02:00
md5enc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
md5proto.c Merge remote branch 'qatar/master' 2011-04-20 04:48:23 +02:00
metadata.c Merge remote branch 'qatar/master' 2011-04-20 04:48:23 +02:00
metadata.h Merge remote branch 'qatar/master' 2011-04-20 04:48:23 +02:00
microdvddec.c add MicroDVD muxer and demuxer 2011-04-04 01:29:40 +02:00
microdvdenc.c add MicroDVD muxer and demuxer 2011-04-04 01:29:40 +02:00
mm.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mmf.c Merge remote branch 'qatar/master' 2011-04-04 02:15:12 +02:00
mms.c Merge remote branch 'qatar/master' 2011-04-20 04:48:23 +02:00
mms.h Merge remote branch 'qatar/master' 2011-04-09 03:17:07 +02:00
mmsh.c Merge remote branch 'qatar/master' 2011-04-20 04:48:23 +02:00
mmst.c Merge remote branch 'qatar/master' 2011-04-20 04:48:23 +02:00
mov.c Merge remote branch 'qatar/master' 2011-05-13 04:40:40 +02:00
movenc.c movenc: fix yuv range in avid atoms used by dnxhd. 2011-05-12 13:07:21 +02:00
movenc.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
movenchint.c Merge remote branch 'qatar/master' 2011-04-04 02:15:12 +02:00
mp3dec.c Merge remote-tracking branch 'newdev/master' 2011-03-23 02:42:56 +01:00
mp3enc.c AVOptions: make default_val a union, as proposed in AVOption2. 2011-05-10 20:22:06 +02:00
mpc8.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mpc.c Merge remote branch 'qatar/master' 2011-04-04 02:15:12 +02:00
mpeg.c Replace some commented-out debug printf() / av_log() messages with av_dlog(). 2011-04-29 17:27:01 +02:00
mpeg.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mpegenc.c Replace some commented-out debug printf() / av_log() messages with av_dlog(). 2011-04-29 17:27:01 +02:00
mpegts.c mpegts: do not output known sized packet if an unbounded packet is already queued. 2011-05-12 13:04:58 +02:00
mpegts.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mpegtsenc.c AVOptions: make default_val a union, as proposed in AVOption2. 2011-05-10 20:22:06 +02:00
mpegvideodec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mpjpeg.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
msnwc_tcp.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mtv.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mvi.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mxf.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mxf.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mxfdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mxfenc.c 10l, commit that should have been stashed into the merge. 2011-04-17 23:59:00 +02:00
mxg.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
ncdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
network.h Merge remote branch 'qatar/master' 2011-04-29 04:29:21 +02:00
nsvdec.c If a MP3 file contains the string NSVs, the NSV probe will think it is a NSV file instead of a MP3 file. Check for 0xBEEF after a Video/Audio chunck for more accuracy. 2011-05-12 14:37:50 +02:00
nullenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
nut.c nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE 2011-04-28 07:25:28 +02:00
nut.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
nutdec.c Merge remote branch 'qatar/master' 2011-04-20 04:48:23 +02:00
nutenc.c Simplify condition. 2011-05-07 09:47:35 +02:00
nuv.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
oggdec.c Merge remote branch 'qatar/master' 2011-05-13 04:40:40 +02:00
oggdec.h Ogg: add support for Xiph's CELT (Opus) codec. 2011-04-19 15:49:32 +02:00
oggenc.c Added oggpagesize option for Ogg encoding. Allows setting a preferred page size. When set, if an Ogg stream buffer has enough data, a page is made, instead of filling maximum-size pages. 2011-05-10 19:30:56 +02:00
oggparsecelt.c oggparsecelt: cosmetic: order lines more logically. 2011-04-19 23:36:29 +02:00
oggparsedirac.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
oggparseflac.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
oggparseogm.c Always use av_set_pts_info to set the stream time base. 2011-02-06 16:08:59 -05:00
oggparseskeleton.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
oggparsespeex.c 10l, commit that should have been stashed into the merge. 2011-04-17 23:59:00 +02:00
oggparsetheora.c Always use av_set_pts_info to set the stream time base. 2011-02-06 16:08:59 -05:00
oggparsevorbis.c lavf: move internal functions from avformat.h to internal.h 2011-02-09 03:31:17 +01:00
oma.c Merge remote branch 'qatar/master' 2011-04-23 01:09:43 +02:00
options.c AVOptions: make default_val a union, as proposed in AVOption2. 2011-05-10 20:22:06 +02:00
os_support.c Merge remote branch 'qatar/master' 2011-05-13 04:40:40 +02:00
os_support.h Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
output-example.c output_example: use avformat_alloc_output_context() 2011-04-30 22:09:15 +02:00
pcm.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
pcm.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
pcmdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
pcmenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
pmpdec.c Add PlayStation Portable PMP format demuxer 2011-04-06 19:30:42 +02:00
psxstr.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
pva.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
qcp.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
qtpalette.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
r3d.c Merge remote branch 'qatar/master' 2011-04-04 02:15:12 +02:00
rawdec.c Set start_time to 0 for raw audio files. 2011-04-25 16:51:27 +02:00
rawdec.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rawenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rawenc.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rawvideodec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rdt.c Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
rdt.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
riff.c Add "DAVC" FourCC 2011-05-11 22:43:30 +02:00
riff.h Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864' 2011-04-15 04:50:06 +02:00
rl2.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00: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 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 2011-04-29 17:27:01 +02:00
rmenc.c Merge remote branch 'qatar/master' 2011-04-04 02:15:12 +02:00
rpl.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rso.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rso.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rsodec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rsoenc.c Merge remote branch 'qatar/master' 2011-04-04 02:15:12 +02:00
rtmp.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtmppkt.c Merge remote branch 'qatar/master' 2011-04-05 02:31:56 +02:00
rtmppkt.h Merge remote branch 'qatar/master' 2011-04-09 03:17:07 +02:00
rtmpproto.c Merge remote branch 'qatar/master' 2011-04-20 04:48:23 +02:00
rtp.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtp.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpdec_amr.c Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
rtpdec_asf.c Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
rtpdec_formats.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpdec_h263.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpdec_h264.c Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
rtpdec_latm.c Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
rtpdec_mpeg4.c Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
rtpdec_qcelp.c Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
rtpdec_qdm2.c Merge remote branch 'qatar/master' 2011-05-13 04:40:40 +02:00
rtpdec_qt.c Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
rtpdec_svq3.c Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
rtpdec_vp8.c Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
rtpdec_xiph.c Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
rtpdec.c Merge remote branch 'qatar/master' 2011-05-13 04:40:40 +02:00
rtpdec.h Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
rtpenc_aac.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpenc_amr.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpenc_chain.c Merge remote branch 'qatar/master' 2011-04-04 02:15:12 +02:00
rtpenc_chain.h Merge remote branch 'qatar/master' 2011-04-09 03:17:07 +02:00
rtpenc_h263.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpenc_h264.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpenc_mpv.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00: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 Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpenc.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpproto.c Merge remote branch 'qatar/master' 2011-05-10 04:03:17 +02:00
rtsp.c Merge remote branch 'qatar/master' 2011-05-12 04:51:24 +02:00
rtsp.h Merge remote branch 'qatar/master' 2011-05-12 04:51:24 +02:00
rtspcodes.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtspdec.c Merge remote branch 'qatar/master' 2011-05-12 04:51:24 +02:00
rtspenc.c Merge remote branch 'qatar/master' 2011-04-09 03:17:07 +02:00
sapdec.c Merge remote branch 'qatar/master' 2011-04-20 04:48:23 +02:00
sapenc.c Merge remote branch 'qatar/master' 2011-04-20 04:48:23 +02:00
sauce.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
sauce.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
sdp.c Merge remote branch 'qatar/master' 2011-04-09 03:17:07 +02:00
seek.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
seek.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
segafilm.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
sierravmd.c Merge remote branch 'qatar/master' 2011-04-02 01:54:27 +02:00
siff.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
smacker.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
sol.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
sox.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
soxdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
soxenc.c Merge remote branch 'qatar/master' 2011-04-04 02:15:12 +02:00
spdif.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
spdif.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
spdifdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
spdifenc.c AVOptions: make default_val a union, as proposed in AVOption2. 2011-05-10 20:22:06 +02:00
srtdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
swf.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
swfdec.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
swfenc.c Fix some passing argument from incompatible pointer type warnings. 2011-04-24 17:46:50 +02:00
tcp.c Merge remote branch 'qatar/master' 2011-04-21 03:37:05 +02:00
thp.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
tiertexseq.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
timefilter.c Merge remote branch 'qatar/master' 2011-04-12 03:48:21 +02:00
timefilter.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
tmv.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
tta.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
tty.c Merge remote branch 'qatar/master' 2011-04-04 02:15:12 +02:00
txd.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
udp.c Merge remote branch 'qatar/master' 2011-05-13 04:40:40 +02:00
url.h Merge remote branch 'qatar/master' 2011-04-14 03:21:38 +02:00
utils.c lavf: fix function name in compute_pkt_fields2 av_dlog message 2011-05-12 18:02:28 +02:00
vc1test.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
vc1testenc.c Merge remote branch 'qatar/master' 2011-04-04 02:15:12 +02:00
version.h Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
voc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
voc.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
vocdec.c Merge remote branch 'qatar/master' 2011-04-04 02:15:12 +02:00
vocenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
vorbiscomment.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
vorbiscomment.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
vqf.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
wav.c Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864' 2011-04-15 04:50:06 +02:00
wc3movie.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
westwood.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
wtv.c WTV: Add ff_ prefix to the moved fields. 2011-05-01 21:13:18 +02:00
wtv.h WTV: Add ff_ prefix to the moved fields. 2011-05-01 21:13:18 +02:00
wtvdec.c wtvdec: Avoid gmtime_r() it breaks compile on windows. 2011-05-09 04:17:24 +02:00
wv.c Merge remote branch 'qatar/master' 2011-04-04 02:15:12 +02:00
xa.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
xwma.c Merge commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8' 2011-04-16 03:55:48 +02:00
yop.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
yuv4mpeg.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00