Andy Parkins
22e50022f2
ffplay seeking because url_feof() not working patch by (Andy Parkins: andyparkins, gmail com)
...
Originally committed as revision 4404 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
3f46995ca5
support extracting sps/pps from bitstream and putting it in extradata
...
Originally committed as revision 4403 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
e679cd1ab0
fixing first_mb_in_slice if frame_mbs_only_flag==0 && mb_aff==0
...
Originally committed as revision 4402 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
6b53b87e20
check mb_y
...
Originally committed as revision 4401 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
43c0040a65
dont open and close codec at every call of try_decode_frame() as this is not only slow but also fails if the previous frame is needed for setting some parameters correctly
...
Originally committed as revision 4400 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
3d15acf27b
keep decoding nal units after an error
...
Originally committed as revision 4399 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
d926e8c5c3
width % 16 != 0 workaround by (Nicolas Plourde: nicolas plourde, gmail com>)
...
cleanup by me
indention fixed
second one must be yv12touyvy instead of yv12toyuy2
replace slow modulo by bitwise and
move %16!=0 code before the comment saying the code cant handle %16!=0
Originally committed as revision 15825 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
20 years ago
Michael Niedermayer
edfaf6de29
better dont read the width/height at all, its random anyway
...
Originally committed as revision 4398 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
80581e9887
x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com)
...
Originally committed as revision 4397 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
16423e179b
nut prefers extradata style global headers
...
Originally committed as revision 4396 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
90ad92b39d
support changing in bitstream global headers into extradata style and back
...
Originally committed as revision 4395 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
718b27a7d0
tiny docs improvement which i apparebtly forgot to commit
...
Originally committed as revision 4394 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Roberto Togni
3a1d8db354
Theora fourcc
...
Originally committed as revision 4393 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
6beefa4085
*BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com)
...
Originally committed as revision 4392 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Guillaume Poirier
69cf0be2c3
Fixes GCC4 fix by using "g" instead of "mp" as some compilers misscompile
...
that code othewisei (leading to segfaults).
Originally committed as revision 15814 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
20 years ago
Michael Niedermayer
961e0ccdca
another chapter in the neverending mov demuxer cleanup
...
a timebase isnt an average frame rate neither can highlevel (considering edit lists) duration be mixed with lowlevel ones
Originally committed as revision 4391 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
b4b87d4841
AVStream.nb_frames and docs for r_frame_rate
...
Originally committed as revision 4390 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Ivan Wong
687fae2b42
ffplay crashes patch by (Ivan Wong: email, ivanwong info)
...
Originally committed as revision 4389 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Guillaume Poirier
ee8f719308
GCC4 fix
...
Originally committed as revision 4388 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
724dc20cf9
typo
...
Originally committed as revision 4387 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Erik Slagter
0c1e0bab66
This trivial patch adds "avc1" as fourcc for h264 in mp4, which makes it
...
a little bit more standard, although it still seems to lack some
metadata. Anyway, recent mplayer plays these streams without problems.
It also has two globally scoped global structs changed to "static".
patch by (Erik Slagter <erik slagter name)
Originally committed as revision 4386 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
806bb93fe2
make decoder a little bit more tolerant to missing NAL units
...
Originally committed as revision 4385 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Falk Hüffner
2fdf9cb2fb
Communicate proper aliasing to gcc (needed for 4.1).
...
Originally committed as revision 4384 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Guillaume Poirier
1a2f549126
10l. Previous GCC4 commit broke compilation with gcc-3.4 and maybe others ia-32
...
tested with gcc-2.95, 3.3, 3.4, 4.0 on ia-32 and 3.4, 4.0, 3.3 on amd64
Originally committed as revision 15763 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
20 years ago
Guillaume Poirier
bf0c1b62f8
GCC-4 fix for AMD-64
...
Warning: high cola-affinity here)
Originally committed as revision 15750 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
20 years ago
Todd Kirby
8108551a5c
Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com)
...
Originally committed as revision 4383 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
bb628dae44
spelling fixes
...
patch by Peter Robinson pbrobinson @ at @ gmail . dot . com and myself
Originally committed as revision 4382 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
36940eca76
H.264 lossless mode
...
Originally committed as revision 4381 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Aurelien Jacobs
9ba73f1f40
add support for muxing subtitles in mpeg-ps
...
Originally committed as revision 4380 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
0a46c9330a
Rephrase a paragraph for ease of understanding, suggested by Mans.
...
Originally committed as revision 4379 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
c5a44f5715
spelling/phrasing fixes, mostly by Mans
...
Originally committed as revision 4378 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
79cc8267f4
typo
...
Originally committed as revision 4377 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
8ea9ce413b
spelling/grammar/wording/phrasing
...
Originally committed as revision 4376 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
38aca76027
Cosmetics: Removed trailing whitespace, converted tabs to spaces.
...
Originally committed as revision 4375 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
758b4bcd62
Clarify the sentence about WMP object IDs.
...
Originally committed as revision 4374 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
f5f30f1bce
Talk of MPEG-4 instead of DivX.
...
Originally committed as revision 4373 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
a2632fd268
consistent spelling
...
Originally committed as revision 4372 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
3e4a1028b0
Further spelling/grammar/wording fixes as suggested by the Wanderer and Mans
...
Originally committed as revision 4371 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
b1e4528b1e
spelling/grammar/wording
...
Originally committed as revision 4370 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
2adf848227
spelling fixes suggested by the Wanderer
...
Originally committed as revision 4369 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Ronald S. Bultje
7dc1bea30f
non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net)
...
Originally committed as revision 4368 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
41061adf49
spelling/wording/grammar
...
Originally committed as revision 4367 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
9ba429587c
Further spelling/wording/grammar fixes suggested by the Wanderer.
...
Originally committed as revision 4366 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
2b55256934
Cosmetics: Break overly long lines.
...
Originally committed as revision 4365 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
ed815ddb85
spelling/grammar/wording
...
Originally committed as revision 4364 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
6527639b48
spelling/grammar/wording
...
Originally committed as revision 4363 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
c9a08db9f7
The default MPEG-4 fourcc is now FMP4.
...
Originally committed as revision 4362 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
87759af95e
spelling/grammar/wording
...
Originally committed as revision 4361 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
1b7576e785
typo in cabac tables
...
Originally committed as revision 4360 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
1ab1f099eb
set log level to AV_LOG_DEBUG if -debug ... is used
...
Originally committed as revision 4359 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago