Baptiste Coudurier
43612ffe25
remove unneeded variable
...
Originally committed as revision 12971 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
baf9fb32c0
move vars decls where vars are used
...
Originally committed as revision 12970 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
45a97d3018
set channels and sample rate from mpeg4audio config
...
Originally committed as revision 12964 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
1dec399449
parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference files
...
Originally committed as revision 12961 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
69b1c62756
update doc
...
Originally committed as revision 12960 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
7e6273322c
error is -1
...
Originally committed as revision 12959 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
cfb5a2abcb
cosmetics
...
Originally committed as revision 12958 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
47e1d7efce
move vars decls where vars are used
...
Originally committed as revision 12957 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
8cd92bb915
parser should not be needed anymore, merge cases and set frame size for amr too
...
Originally committed as revision 12956 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
3b8c000d1e
lower frame size to split amr/qcelp/gsm frames
...
Originally committed as revision 12954 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
37ffe34bf3
align and remove useless braces
...
Originally committed as revision 12952 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
1c126b4f38
cosmetics, remove whitespaces in tags
...
Originally committed as revision 12951 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
cc326d2bf3
set gsm default frame size and bytes per frame, needed by old qt format, fix sample-gsm-8000.mov
...
Originally committed as revision 12950 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
07a47ae2a3
pts are unsigned according to specs, fix negative pts when 32bit pts are used
...
Originally committed as revision 12949 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
254629b1aa
set wrap bits to 32bit to actually use it
...
Originally committed as revision 12948 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
903a2e8628
Avoid using reserved __names.
...
Originally committed as revision 12946 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
ceedda75ea
minor memleak
...
Originally committed as revision 12945 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
81d5ae6dec
Fixing memleaks.
...
Originally committed as revision 12943 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
287d6cfad7
cosmetics: remove useless whitespaces and put braces correctly
...
Originally committed as revision 12942 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
3f78a3a955
demux qcelp, so this can work with soc decoder and stream copy
...
Originally committed as revision 12941 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
76f34857ce
qcelp fourcc
...
Originally committed as revision 12940 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
463e7afd18
support for alac in .mov
...
Originally committed as revision 12938 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
be51192502
set alac frame size from extradata
...
Originally committed as revision 12937 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
5fd63f3c3b
Ensure that the timestamp reading code used for seeking chooses a position
...
which is a multiple of the packet size from the last packet start instead
of the file start. This fixes some seek issues with randomly cut ts files
and the mysterious "4 byte PCR somehing MTS something bug".
Originally committed as revision 12932 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Rafaël Carré
b4bbcd635f
Read asf file header fields in the right order
...
Patch by Rafaël Carré ( funman videolan org )
Originally committed as revision 12926 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Bartlomiej Wolowiec
55736cfbd2
change ff_ac3_parse_header() to take a GetBitContext instead of const char*
...
Originally committed as revision 12922 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Andreas Öman
c675ef7025
Compute AC3 frame CRC for stronger raw AC3 format probing.
...
Closes issue64.
Originally committed as revision 12920 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Henrik Gulbrandsen
4fa6eac5f1
Correct ASF duration.
...
Patch by Henrik Gulbrandsen: henrik gulbra net
Originally committed as revision 12916 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benjamin Larsson
63d864434d
Raw dts muxer
...
Originally committed as revision 12912 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vladimir Voroshilov
159ef4b02a
Implement FFMAX3(a,b,c) - maximum over three arguments.
...
Originally committed as revision 12910 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vladimir Voroshilov
c6cd525aa0
Decrease returning probe score for WAV demuxer to avoid
...
probe conflict between WAV and future ACT demuxer.
This is necessary because ACT has standard WAV header
at top of it's own.
Originally committed as revision 12909 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Mike Melanson
9e2ffc450b
Tighten up the Westwood AUD detection. Probability of random detections
...
used to be on the order of 2^8. It is now on the order of 2^45.
Originally committed as revision 12892 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Barbato
3adfb3772c
doxy header for udp protocol
...
Originally committed as revision 12861 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
d965c3e7bc
Print duration with higher precision.
...
patch from Hervé Flores, herve.flores free fr
Originally committed as revision 12847 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Barbato
b4999290fd
Cleanup comments and make them doxygen parsable.
...
Originally committed as revision 12841 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Barbato
fc9b22dd2e
Expose max_packet_size from the rtp protocol
...
Originally committed as revision 12839 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
4b3cca3630
Do not detect a format if another has the same score.
...
Originally committed as revision 12837 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
056f6b8f09
Using the same probe function in 2 formats is not a good idea.
...
Originally committed as revision 12836 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
a8f0c9c5b9
Reduce probe score as it misdetects our flv file from the regression test.
...
The only reason why it does not break them is that flv has the same score
and happens to be first in the list.
Originally committed as revision 12834 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
7344dac4ad
Fix probe for mov00003.mqv.
...
Originally committed as revision 12833 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
0c73985444
Identify codec in GMCMidiaASX.mov correctly.
...
Originally committed as revision 12832 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
d2bf42bef9
Fix receiving from SDP with unicast destinations
...
Originally committed as revision 12831 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
35b74c3deb
Remove the "multicast=" tag from UDP and RTP URLs
...
Originally committed as revision 12830 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Robert Marston
861c63a216
Maxis XA demuxer and decoder.
...
Patch by Robert Marston rmarston (\at/) gmail point com
Original thread: [FFmpeg-soc] [Patch] Maxis EA XA decoder - GSoC Task
Date: 04/08/2008 01:36 AM
Originally committed as revision 12817 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
780169c363
Remove useless code.
...
Originally committed as revision 12814 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
b41497e903
Recommit r12809
...
Log:
10l
Setting AVFMTCTX_NOHEADER if streams<2 so phantom streams are found.
fixes WELCOMETOBELGRADE.flv
After seeking bug has been fixed.
Originally committed as revision 12813 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
0366654e2b
Use generic seeking code for flv. The removed code was a buggy duplicate.
...
Originally committed as revision 12812 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
26d95a1ecf
revert r12809
...
Log:
10l
Setting AVFMTCTX_NOHEADER if streams<2 so phantom streams are found.
fixes WELCOMETOBELGRADE.flv
As it unexpectly breaks seek regression tests.
Originally committed as revision 12811 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
a33cfa3071
Stop find_stream_info() searching for further streams if 2 streams have
...
been found.
Originally committed as revision 12810 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
749c9201aa
10l
...
Setting AVFMTCTX_NOHEADER if streams<2 so phantom streams are found.
fixes WELCOMETOBELGRADE.flv
Originally committed as revision 12809 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago