Michael Niedermayer
d287b04b6d
revert r4802 (try with auto_guess if first detection fails)
...
this change is broken, 3/4 of the code added is unreachable, ill implement
it correctly in a moment
Originally committed as revision 9174 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
38c48be213
split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibly dirty hack
...
Originally committed as revision 9173 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
69ddbd1dad
Rename aac_decoder to libfaad_decoder for consistency and to be able to
...
more easily add a possible future native decoder.
Originally committed as revision 9172 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
c9171a830b
Rename faac_encoder to libfaac_encoder for consistency and to be able to
...
more easily add a possible future native encoder.
Originally committed as revision 9171 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
e5e587afbe
Remove get_byte wrapper
...
Originally committed as revision 9170 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
2c124cb65c
Use AV_xx throughout libavcodec
...
Originally committed as revision 9169 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
29b29011e5
fix skipped blocks
...
fixes decoding of (http://samples.mplayerhq.hu/game-formats/idroq/bf2introseg.roq )
Originally committed as revision 9168 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Víctor Paesa
1fee8b3a8c
A bit more clear FAQ 1.2
...
Patch by Víctor Paesa, wzrlpy arsystel com
Originally committed as revision 9167 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
0fa9a5ddc7
check qblur > 1 (prevent assert failure / segfault)
...
fixes sf bug #797610
Originally committed as revision 9166 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
fc1f90d4e9
move jpegls up, fixes sf bug #1629152
...
Originally committed as revision 9165 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
47b777ceed
sanity checks (should prevent hypothetical div by zero issue)
...
should fix sf bug #1547313
Originally committed as revision 9164 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
61d49d122c
fix assert() 2nd try
...
Originally committed as revision 9163 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefano Sabatini
c3b95b1d3d
Add support for listing the supported pixel formats using the option
...
-pix_fmt list
patch by Stefano Sabatini stefano sabatini minus lala chez poste it
original thread: [FFmpeg-devel] [PATCH] List supported pixel formats
date: 05/25/2007 05:46 PM
Originally committed as revision 9162 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
808d83fd33
cosmetics: indentation
...
Originally committed as revision 9161 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
8623e55867
use if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALER
...
Originally committed as revision 9160 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
b1b64c237f
typo
...
Originally committed as revision 9159 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
d6649b2a58
use FFSWAP()
...
Originally committed as revision 9158 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
43e869147a
cosmetics: indentation
...
Originally committed as revision 9157 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
7b2a2ce556
split rm muxer and demuxer in their own files
...
Originally committed as revision 9156 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Carl Eugen Hoyos
2db27aadcb
rename attribute_unused to av_unused as it is declared in common.h
...
patch by Carl Eugen Hoyos cehoyos chez ag or at
original thread: [FFmpeg-devel] [PATCH] attribute_unused -> av_unused
date: 05/29/2007 01:23 PM
Originally committed as revision 23418 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Carl Eugen Hoyos
154e30f6c2
rename attribute_unused to av_unused and moves its declaration to common.h
...
patch by Carl Eugen Hoyos cehoyos chez ag or at
original thread: [FFmpeg-devel] [PATCH] attribute_unused -> av_unused
date: 05/29/2007 01:23 PM
Originally committed as revision 9155 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
9f6c879365
seek tests only available with GPL enabled
...
Originally committed as revision 9154 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
db8f4a92c9
warn the user about the the mdhd problem
...
(this is of course not a good solution but its better than silently
generating invalid files, we should find a better solution)
Originally committed as revision 9153 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
1e6b570087
fix assertion failure
...
Originally committed as revision 9152 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
3dba31aa0d
Do proper frame swapping so VMD video decoder works again
...
Originally committed as revision 9151 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
822dc0b820
Mark phony swscale_error target as such.
...
Originally committed as revision 9150 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
55c970e349
Split RoQ decoder to accommodate future encoder patch
...
patch by Vitor vitor1001 gmail moc
original thread: [FFmpeg-devel] [PATCH] RoQ video encoder, take 2
date: 05/27/2007 12:21 PM
Originally committed as revision 9149 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Andreas Öman
7978debdc2
allocate PPS and SPS dynamically
...
patch by Andreas Öman andreas ta olebyn tod nu
reference thread:
subject: [FFmpeg-devel] [PATCH] h264: allocate PPS and SPS dynamically
date: 05/28/2007 03:00 PM
Originally committed as revision 9148 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
750cbd34c9
cosmetics and function rename
...
patch by Vitor ken1001 gmail com | sed -e s/ken/vitor/
reference thread:
subject: [FFmpeg-devel] [PATCH] RoQ video encoder, take 2
date: 05/27/2007 12:21 PM
Originally committed as revision 9147 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Glenn A. Serre
828bb5f1f6
variable initialization (because of a gcc warning)
...
patch by Glenn A. Serre gaserre spiresoftware com
Originally committed as revision 9146 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
4d7b302c0d
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
...
Originally committed as revision 23400 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
42610c4983
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
...
Originally committed as revision 9145 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
d5aa01cd30
make decoder decode the first frame properly if theres more than just one
...
frame input
Originally committed as revision 9144 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
cca2adb87d
doc/Makefile no longer exists.
...
Originally committed as revision 9143 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
2d2fe55737
10l: Revert accidental removal of unused code.
...
Originally committed as revision 9142 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
0fd5a1b935
Exit with error when running libavtest and not configured with --enable-gpl.
...
Originally committed as revision 9141 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
faed2a7f8f
Rename variable for consistency.
...
Originally committed as revision 9140 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
1b1a1608be
whitespace cosmetics
...
Originally committed as revision 9139 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
acfd623e8f
better variable names
...
Originally committed as revision 9138 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
0cda58aaaa
Remove comments that are neither very enlightening nor particularly up-to-date.
...
Originally committed as revision 9137 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
6fea73ceef
Do not hide the commands make runs.
...
Originally committed as revision 9136 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
dd4ca89143
Fix seek_test compilation for out-of-tree builds.
...
Originally committed as revision 9135 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
197b07f360
--enable-amr-* --> -- enable-libamr-*
...
Originally committed as revision 9134 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
8a59d9a385
fix "incorrect frame size" errors with small.nuv
...
Originally committed as revision 9133 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
367b16cbe4
more snow todo items
...
Originally committed as revision 9132 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Harald Karnet
f1edd8ef90
Correct the parameter order for the call to "av_clip".
...
Patch by Harald Karnet, harald karner % gmx net.
Thread [FFmpeg-devel] [PATCH] Bugfix H.263+ encoder frame header corruption
Originally committed as revision 9131 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
59a2385e73
Remove portability comment, it should be pure POSIX now.
...
Originally committed as revision 9130 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
dc75f7eeb4
whitespace cosmetics
...
Originally committed as revision 9129 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
6d593d4356
'grep -q' is a GNU extension.
...
Originally committed as revision 9128 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f1f836fd3b
Do not fail or print an error if the logfile already exists.
...
Originally committed as revision 9127 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago