Diego Biurrun
5c5a6dfebb
Update info for Sonic, add Dirac to supported formats list.
...
Originally committed as revision 14157 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
64c2f20a58
Sort lists ignoring case.
...
Originally committed as revision 14156 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
d698c5d3a7
cosmetics: Fix inconsistent indentation.
...
Originally committed as revision 14155 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Barbato
1619f426b9
100L, avoption splited code added, I should double check with svn status...
...
Originally committed as revision 27245 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
avcoder
6413d91d08
Remove useless casts.
...
Patch by avcoder ffmpeg at gmail d0t com
Originally committed as revision 14154 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
avcoder
24909d3983
Remove useless casts.
...
Patch by avcoder ffmpeg at gmail d0t com
Originally committed as revision 14153 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Anuradha Suraparaju
733cec1d73
Parse frames to feed the decoder with individual parse units.
...
Patch by Anuradha Suraparaju anuradha rd bbc co uk
Original thread: [PATCH] Patches to fix issue453 individuallibdiracschroedinger
Date: 05/22/2008 04:26 AM
Originally committed as revision 14152 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Anuradha Suraparaju
eb64714c3a
Add entry for Dirac codec.
...
Patch by Anuradha Suraparaju anuradha rd bbc co uk
Originally committed as revision 14151 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Anuradha Suraparaju
0cf0e25d22
Add a parameter for queue size.
...
Patch by Anuradha Suraparaju anuradha rd bbc co uk
Originally committed as revision 14150 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
80150f7ee8
Fix MPEG video packetization for RTP
...
Originally committed as revision 14149 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
bb68f8a2b6
Monkey's Audio decoder vector functions work on input with length
...
a multiple of 16. Reflect that fact in the documentation for them.
Originally committed as revision 14148 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Gregory Montoir
5b8cc860a1
Motion Pixels MVI Demuxer.
...
Patch by Gregory Montoir <cyx <at> users <dot> sourceforge <dot> net>
Originally committed as revision 14147 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Gregory Montoir
974e0eeed3
Motion Pixels Video Decoder.
...
Patch by Gregory Montoir <cyx <at> users <dot> sourceforge <dot> net>
Originally committed as revision 14146 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Barbato
e40b183d3a
Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini
...
Originally committed as revision 27244 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Stefano Sabatini
7ac884c591
Fix a warning in ffserver.c caused by the use of the function
...
av_set_string() deprecated since r14134.
Originally committed as revision 14145 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
fdbb1feb27
Remove ancient code that hasnt worked in many years.
...
Originally committed as revision 14144 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
18c640054c
regenerate dependencies when building object files
...
Originally committed as revision 14143 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
81d4ee3e16
New full search ME
...
Originally committed as revision 14142 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
304ba23a0b
Print the program_name rather than always "FFmpeg" when showing the
...
commandline tools license.
Originally committed as revision 14141 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Alexander Strange
bc31447225
Make the function prototype visible to comply with C99 inline.
...
Fixes building with gcc -std=gnu99.
Originally committed as revision 14140 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Peter Ross
5cfdfd8aae
increment minor version for commit r14110 (Electronic Arts CMV decoder)
...
Originally committed as revision 14139 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
e98750c373
float_to_int16_sse2()
...
20% faster than sse
Originally committed as revision 14138 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
4e999ebe03
indent
...
Originally committed as revision 14137 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
385b19dfd4
Allow setting codecs through preset files
...
Originally committed as revision 14136 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
7445f9cc67
fix IPCM_decode_error.h264
...
Originally committed as revision 14135 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
8dbee6538d
Fix the av_set_string() free / alloc issue.
...
Originally committed as revision 14134 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
cdb5af79e3
indent
...
Originally committed as revision 14133 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
7efeb73a5a
10000l for myself, my last change was incomplete.
...
This one also reverts the libav mpeg ts regression test score change.
Originally committed as revision 14132 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Erik Hovland
72e043dd0f
One-bit bitfields should probably be unsigned. Unfortunately, it is left
...
up to the compiler on how one bit fields are treated. gcc treats one-bit
bitfields as signed and allows for the -funsigned-field parameter. Other
compilers (like Sun C) treat one-bit bitfields as unsigned no matter what.
Patch by Erik Hovland erik hovland org
Originally committed as revision 14131 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
d921f03fcc
Add FFMPEG_CONFIGURATION to config.mak as well, it sometimes helps debugging.
...
Originally committed as revision 14130 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
716e7c0f0b
Remove wrong casts from vector declarations, this would cause errors when
...
compiling with -std=gnu99. Blessed by Luca Barbato.
Originally committed as revision 14129 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
76ec3939e6
Ignore case when sorting.
...
Originally committed as revision 14128 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
16f76f6e66
List QuickTime container as MOV/QuickTime.
...
Originally committed as revision 14127 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
326e025f2d
Remove redundant Macromedia Flash entry in supported formats list.
...
Originally committed as revision 14126 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
bac4c85caa
format name cosmetics, spelling cosmetics
...
Originally committed as revision 14125 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
16d81b2784
Sort and prettyprint audio codecs table.
...
Originally committed as revision 14124 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
d66d8b836b
Sort and prettyprint video codecs table.
...
Originally committed as revision 14123 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
c6b2dc34c5
Sort and prettyprint the file formats table.
...
Originally committed as revision 14122 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
0c18fe372d
Remove file extension from some formats, it's never mentioned consistently.
...
Originally committed as revision 14121 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
159f799dc0
liba52 is not always used for AC-3 decoding.
...
Originally committed as revision 14120 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
3d172fb5de
Sort image formats table.
...
Originally committed as revision 14119 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
6d77d9acf7
Set cur_dts to 0 only during creating new streams and not every time cur_dts happens
...
to be AV_NOPTS_VALUE.
Originally committed as revision 14118 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
69cec4e32d
WMV8 is fully supported now.
...
Originally committed as revision 14117 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
a590faeb57
spelling cosmetics and format name fixes
...
Originally committed as revision 14116 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
38b5b28e62
liba52 is no longer necessary for AC-3 decoding.
...
Originally committed as revision 14115 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
0a91f4eebe
spelling cosmetics
...
Originally committed as revision 14114 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Peter Ross
6ef82274a1
Electronic Arts CMV latent dox entry
...
Originally committed as revision 14113 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Peter Ross
e1c747825f
Electronic Arts CMV latent changelog entry
...
Originally committed as revision 14112 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Peter Ross
b2f181c270
Electronic Arts CMV demuxer
...
Originally committed as revision 14111 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Peter Ross
495900f78b
Electronic Arts CMV decoder
...
Originally committed as revision 14110 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago