Alexander Strange
0e956ba277
Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs.
...
Originally committed as revision 12842 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
Robert Marston
74118c07c7
documentation update for new Maxis EA XA decoder/demuxer
...
patch by Robert Marston, rmarston gmail com
Originally committed as revision 12840 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
Jeff Downs
e6cfd8fffb
Move decode_significance_x86() and decode_significance_8x8_x86() to
...
i386-specific file from cabac.h.
New file is h264-oriented and only included from h264.c
Resolves compilation when configured with --disable-optimizations due to
decode_significance_8x8_x86 using last_coeff_flag_offset_8x8, which is
only defined in h264.c
Originally committed as revision 12838 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
Kostya Shishkov
f4bcc857cb
DCA frame size is constant
...
Originally committed as revision 12835 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
Diego Biurrun
1f56021a3d
We require GNU Make 3.81.
...
Originally committed as revision 12829 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
6dffc88d99
spelling/wording/grammar and better phrasing
...
Originally committed as revision 12828 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
296df4e75f
Use av_exit() instead of exit() for a minimal cleanup
...
before leaving ffmpeg.
Needed by some grab devices and possibly network streams.
Originally committed as revision 12827 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
e5295c0dd9
Move av_exit() so it can be used by more functions
...
without needing forward declaration.
Originally committed as revision 12826 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
16507ddd6b
Add DIRS variable to the list of variables to be cleared instead of
...
unsetting it manually.
Originally committed as revision 12825 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Barbato
3fbe711832
Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange astrangeAtithinkswDoTcom
...
Originally committed as revision 12824 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
4b1131a075
typo
...
Originally committed as revision 12823 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
cada03275e
Add #if 0 code to test for yet unsupported compressions
...
from user-supplied verbose information.
Originally committed as revision 12822 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
23ef6da836
Support biCompression I420
...
Originally committed as revision 12821 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
e4d286f1c7
Cosmetics: remove {}s over one-lined ifs.
...
Originally committed as revision 12820 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
e110f48608
Simplify more errors by using goto
...
Originally committed as revision 12819 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
76c2662b48
Simplify returning errors by using goto
...
Originally committed as revision 12818 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
Benoit Fouet
6f7b915a0d
Indentation
...
Originally committed as revision 12816 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benoit Fouet
b65213c021
Support for BMP os2v1.
...
Originally committed as revision 12815 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
Sisir Koppaka
b64c096be9
BFI demuxer
...
Patch by Sisir Koppaka (sisir.koppaka at G.M!A.I!L.com)
Originally committed as revision 12808 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
8c2a4ddca3
ILP64 fixes (untested)
...
Originally committed as revision 12807 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
7ce76ee433
Print warning if scale/rate is invalid.
...
Originally committed as revision 12806 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
0dbb651564
indent
...
Originally committed as revision 12805 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
4a030a1fc7
Restructure if/else a little.
...
Originally committed as revision 12804 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
e825656f1d
Clear DIRS variable in common.mak, so it does not have to be cleared in
...
each subdirectory Makefile.
Originally committed as revision 12803 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
95d2afec0f
Remove all dependency files on distclean.
...
Originally committed as revision 12802 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
7b1b3dc128
Unset DIRS after including subdir.mak so that the variable is not used
...
in the other subdirectory Makefiles.
Originally committed as revision 12801 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
adc393503f
Generate the list of files to clean in subdirectories in common.mak.
...
This way, it can be used from all directories.
Originally committed as revision 12800 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
d4210e2a4b
Split CLEANFILES variable into CLEANSUFFIXES and LIBSUFFIXES.
...
Originally committed as revision 12799 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
77405bb879
Simplify CLEANFILES generation.
...
Originally committed as revision 12798 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
ee794d1e49
Do not call update_initial_durations if pkt->duration is 0.
...
Fixes and assertion crash when playing amv files, e.g.
http://samples.mplayerhq.hu/amv/Shakira - Hips Don't Lie.amv
Originally committed as revision 12797 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
ba0dabbf1f
Add explanatory comments to enum CodecID.
...
Originally committed as revision 12796 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
54e3ae2ea6
Relicense test/example files as LGPL with Michael's permission.
...
Originally committed as revision 26429 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Michael Niedermayer
05adf49c7c
Remove redundant &.
...
Originally committed as revision 12795 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Alexander Strange
54a0b6e590
Add a header file to declare Xvid IDCT functions.
...
patch by Alexander Strange, astrange ithinksw com
Originally committed as revision 12794 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago