Stefan Gehrer
d136d2fcea
make mpeg4video_split public as ff_mpeg4video_split
...
Originally committed as revision 6991 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
36cd306907
rename inverse -> ff_inverse
...
Originally committed as revision 6990 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
7e2447028c
Allows playback of truncated matroska files.
...
Originally committed as revision 6989 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
0032cac2c9
fix make dep with some gcc versions
...
Originally committed as revision 6988 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
38ca53dae9
cosmetic: fix indentation after previous commit
...
Originally committed as revision 6987 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
a2a6332b56
Fix avidec.c compilation when dv demuxer is disabled.
...
Originally committed as revision 6986 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Oded Shimon
b43afb5343
change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libnut de/muxer..
...
Originally committed as revision 6985 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
354ca798b2
slight simplification
...
Originally committed as revision 6984 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
a8d04fba5e
#define ENABLE_*_CODEC etc as 0 or 1 in config.h
...
Originally committed as revision 6983 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
e3c97c3be4
more verbose r_frame_rate definition
...
Originally committed as revision 6982 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
1bd29b078c
make some tables static
...
Originally committed as revision 6981 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
5d97d9d53e
fix checksum check (was my bug not libnut)
...
Originally committed as revision 6980 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
e827202955
fix timestamp rounding in syncpoints
...
index reading (unfinished and disabled)
Originally committed as revision 6979 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Oded Shimon
6dd2cdf4b0
register nut muxer if libnut is used
...
Originally committed as revision 6978 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Oded Shimon
f956e12954
Add libnut support until ffmpeg gets an independant and complete de/muxer for NUT
...
Originally committed as revision 6977 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
bb54f6ab62
adding more static keywords
...
Originally committed as revision 6976 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
6b781ce746
make vp6_pcr_tree static
...
Originally committed as revision 6975 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
3894bc74db
fix make dep for out of tree builds
...
Originally committed as revision 6974 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
1ed1a122a7
make some symbols static
...
Originally committed as revision 6973 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
8e981daf2b
make some symbols static
...
Originally committed as revision 6972 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
7b0d75fc40
simplify
...
Originally committed as revision 6971 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
c328f313d8
make two functions static
...
Originally committed as revision 6970 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
9a626982f9
dont do startcode search from last syncpoint if there are no errors
...
Originally committed as revision 6969 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
faf7cbf110
nut simple seeking first try
...
Originally committed as revision 6968 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
568ad81b1a
disable nut regression test until we have a working muxer
...
Originally committed as revision 6967 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
619d8e2e58
updating nut demuxer to latest spec
...
no muxing yet
no index yet
no seeking yet
libnuts crcs dont match mine (didnt investigate yet)
samplerate is stored wrong by libnut (demuxer has a workaround)
code is not clean or beautifull yet, but i thought its better to commit early before someone unneccesarily wastes his time duplicating the work
demuxer split from muxer
Originally committed as revision 6966 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Steve L'Homme
82bfffaf65
Fix wrong comment.
...
Patch by Steve Lhomme % slhomme A divxcorp P com %
Original thread:
Date: Fri, 10 Nov 2006 15:29:50 +0100
Subject: [Ffmpeg-devel] [PATCH] fix a comment
Originally committed as revision 6965 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Steve L'Homme
5d352ca98a
Add A_AAC codec identifier support in matroska.
...
Patch by Steve Lhomme % slhomme A divxcorp P com %
Original thread:
Date: Fri, 10 Nov 2006 15:22:33 +0100
Subject: [Ffmpeg-devel] [PATCH] Handle "A_AAC" in matroska codec IDs
Originally committed as revision 6964 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
7b24f9b425
libnut uses "MP3 " for mp3
...
Originally committed as revision 6963 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
5e8b05f8df
report error when local tag has 0 size
...
Originally committed as revision 6962 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
f1a06ca80b
zero private bits
...
Originally committed as revision 6961 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
eea784dab0
store a identifer and the first header in extradata
...
with this mp3 should be binary identical to what you had before header compression
support mp3 with crc (by droping the crc and putting it back during header decompress, currently its just random tough, does any deocoder even check it?)
Originally committed as revision 6960 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
f889d3f9e4
also set strict_std_compliance for stream copy, its needed for the bitstream filters
...
Originally committed as revision 6959 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
eacb41b2e9
mp3 header (de)compression bitstream filter
...
this will make mp3 frames 4 bytes smaller, it will not give you binary identical mp3 files, but it will give you mp3 files which decode to binary identical output
this will only work in containers providing at least packet size, sample_rate and number of channels
bugreports about mp3 files for which this fails are welcome
and this is experimental (dont expect compatibility and dont even expect to be able to decompress what you compressed, hell dont even expect this to work without editing the source a little)
Originally committed as revision 6958 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
78fcba8fc7
disable -Winline spam, --enable-extra-warnings to enable
...
Originally committed as revision 6957 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
92a3541876
16bit in avi is RGB555
...
Originally committed as revision 6956 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
c2212338e8
Remove the H264Context parameter from decode_init_vlc() as it is not being used.
...
Originally committed as revision 6955 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
7964ed71e9
Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."
...
Originally committed as revision 20816 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Baptiste Coudurier
cbee7a6944
get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used
...
Originally committed as revision 6954 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
6c4d16556b
10000l to myself, fixing regression test failure
...
Originally committed as revision 6953 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
47d23bbfe4
check for byteswap.h
...
Originally committed as revision 6952 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
95a07973cb
support m1a hdlr mpeg elementary audio handler, fix Po-Slow_Death_64K.mov
...
Originally committed as revision 6951 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
c63b9a1123
rename CONFIG_SDL -> HAVE_SDL
...
Originally committed as revision 6950 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
d226c75084
rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOK
...
Originally committed as revision 6949 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
1f51da1b4a
fix missdetection of mpeg-ps (ps2_interdite.mpg)
...
Originally committed as revision 6948 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
09c2b9421d
add support for AAC in matroska
...
Originally committed as revision 6947 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
4647c0ec66
add audio output sampling freqency reading in matroska
...
Originally committed as revision 6946 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Brian Brice
0008afc59c
* fixing a memory leak in DV format.
...
Patch by Brian Brice bbrice at newtek dot com
Originally committed as revision 6945 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
9df5ea29f3
Add myself as matroska.c maintainer.
...
Originally committed as revision 6944 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
95cc43b28b
Better way to detect cluster (fix files encoded with Haali's muxer).
...
Originally committed as revision 6943 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago