Limin Wang
eb3c8c0b31
fix frame size option, patch by Limin Wang, lance lmwang gmail com
...
Originally committed as revision 8165 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Limin Wang
e4b895228f
add support for more pixel format (yuv422p, yuv444p, etc instead of yuv420 only.)
...
patch by Limin Wang %lance P lmwang A gmail P com%
Original thread:
date: Feb 14, 2007 12:13 PM
subject: [Ffmpeg-devel] [PATCH] let ffplay can play more pixel format
Originally committed as revision 8063 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
7e0429129c
fix rawvideo
...
Originally committed as revision 7899 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
ab1c6dc95c
Directly access av_log_level instead of calling av_log_{set, get}_level()
...
(which will be removed at the next avutil version increment)
Originally committed as revision 7882 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
71e445fca3
Replace deprecated PIX_FMT names by the newer variants.
...
Originally committed as revision 7867 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael McConnell
917fa192c7
Fix to loss of sync in ffplay when paused patch by (Michael McConnell /// soruk put at here eridani and here a dot co.uk)
...
Originally committed as revision 7866 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
ac50bcc834
trigger for the audio scope vissualization
...
Originally committed as revision 7761 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
8e606cc88c
seek based on currently active stream fixes seeking in ffwma2_broken.wma which had some "empty" streams
...
Originally committed as revision 7666 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
a8062103dd
command line option to select the audio stream
...
Originally committed as revision 7665 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
c57d34693b
remember the size after switching back from fullscreen
...
Originally committed as revision 7391 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
fb84155b67
dont use SDL_WM_ToggleFullScreen() as that doesnt seem to work reliably if a SDL_SetVideoMode() is called quickly afterwards
...
Originally committed as revision 7390 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
cfe9cfede8
check x/y validity
...
a more generic solution is welcome of course ...
Originally committed as revision 7389 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
990c84384f
cosmetic (move video_open() up to avoid prototype)
...
Originally committed as revision 7388 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
8c982c5da7
10l (fix segfault with audio only files)
...
Originally committed as revision 7387 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
c03312ccac
remove code duplication
...
Originally committed as revision 7386 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
fccb19e3c5
1st attempt to fix width/height
...
Originally committed as revision 7385 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
39c6a118f0
remove broken decoder locking code
...
seeks now cause a special flush packet to be inserted into the queue and decoder flush happens in the decoder thread where it should
Originally committed as revision 7102 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
0bc5ccb899
call AVCodec.flush() for audio too
...
Originally committed as revision 7061 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Steve L'Homme
94b594c68a
add "seek by bytes" support to ffplay
...
Patch by Steve Lhomme % slhomme A divxcorp P com %
Orginal thread:
Date: Nov 6, 2006 5:58 PM
Subject: Re: [Ffmpeg-devel] [Bad news]: MPEG Seek has failed to work in FFmpeg SVN
Originally committed as revision 6937 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
f932cdf209
kill AVImageFormat
...
Originally committed as revision 6875 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
...
and fix GPL/LGPL version mismatches.
Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3e66a74072
Update copyright year and mention other copyright holders.
...
Originally committed as revision 6408 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
f0861f466f
Better tag support:
...
- Make ffplay show comments and copyright info besides the current track, title, author, album, year and genre.
- Makes the AVI demuxer parse the album name stores in the IPRD tag by the AVI muxer.
Patch by takis P issaris A uhasselt P be
Original thread:
[Ffmpeg-devel] [PATCH] Better tag support
Date: 09/06/06 16:58
Originally committed as revision 6186 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
9814587500
Align the input buffer in ffplay, introduce a public macro for aligned declarations
...
Update the avcodec_decode_audio and the float_to_int16 descriptions accordingly
Originally committed as revision 6147 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
03ae87a3e8
Move output_example.c and ffplay.c to the swscale interface
...
Originally committed as revision 5923 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
2f30a81d19
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
...
CONFIG_MINGW or __MINGW32__ instead.
Originally committed as revision 5718 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
d2a067d1d9
give AVInput/OutputFormat structs consistent names
...
Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
0540cad324
100l to whoever write this
...
Originally committed as revision 5638 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
521f258701
Make debug work early on ffplay
...
Originally committed as revision 5525 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
f1cc88a5d6
Use Subversion revision for FFMPEG_VERSION.
...
based on a patch by Ismail Dönmez ismail$$at$$pardus$$dot$$org$$dot$$tr
Originally committed as revision 5502 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Stefan Huehner
7b49ce2e34
Add const to (mostly) char* and make some functions static, which aren't used
...
outside their declaring source file and which have no corresponding prototype.
patch by Stefan Huehner stefan^^@^^huehner^^.^^org
Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
29f3b38a91
check for SDL_VideoInfo.current_[wh] availability in configure, and
...
fall back on SDL_WM_ToggleFullScreen() if not available
Originally committed as revision 5477 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
3ef17d626f
don't use xlib in ffplay, and bump required sdl version
...
Originally committed as revision 5463 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Earl Levine
4b0e85d4ab
Fix segfault on Mac OS X, patch by Earl Levine elevine**@**gmail**.**com.
...
Originally committed as revision 5408 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
5509bffa88
Update licensing information: The FSF changed postal address.
...
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
bb270c0896
COSMETICS: tabs --> spaces, some prettyprinting
...
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
115329f160
COSMETICS: Remove all trailing whitespace.
...
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
267e9dfa9d
doxygenize a few comments
...
very minor cleanup
Originally committed as revision 4601 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
1471c6c2e8
CAREFULL --> CAREFUL typo fix
...
Originally committed as revision 4590 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
30bc6613fe
support fixing missing pts by parsing future frames
...
Originally committed as revision 4526 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Ian Caulfield
72ce053b9c
subtitles support for ffplay patch by (Ian Caulfield, imc25 : cam ac uk)
...
Originally committed as revision 4521 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
01f4895c68
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
...
Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
1b51e051c0
make error concealment related options accessable from ffplays command line
...
Originally committed as revision 4450 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
8c3eba7c62
skip_idct
...
skip_frame
skip_loop_filter
Originally committed as revision 4440 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
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
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
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
Michael Niedermayer
c0df9d75bd
switch to native time bases
...
Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
3ca4b65479
os2.diff by (Paul Smedley // paul smedley info)
...
Originally committed as revision 4160 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
b514ed3c6d
dont kill the buffers while the decoder is using them
...
Originally committed as revision 3949 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago