Diego Biurrun
c97f54020d
Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific
...
to Mac OS X rather than to Darwin.
Originally committed as revision 10247 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Craig Nicol
19cc524ab6
Corrected pause handling when using the 's' step by frame key.
...
patch by Craig Nicol: [craig nicol /\ ed ac uk]
original thread:[FFmpeg-devel] [PATCH] FFplay speedup if stepping whilst paused
date: 08/02/2007 12:39 PM
Originally committed as revision 10244 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
24c07998b9
Reindent the code after the last commit
...
Originally committed as revision 10203 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
b2e6799bbb
Remove RTSP special casing in ffplay startup
...
Originally committed as revision 10202 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Barbato
0e6b14c2a7
Stray commit reverted
...
Originally committed as revision 10198 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Barbato
2c2b3130c2
PowerPC/CELL/Altivec pointers
...
Originally committed as revision 10197 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
9d16f87ffd
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
...
Originally committed as revision 10190 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
f5da5c935d
Rename parse_arg_file function to opt_input_file for consistency.
...
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10116 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
9fcfc0b763
cosmetics: indentation fix
...
Originally committed as revision 10115 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefano Sabatini
60a9966e4d
Make cmdutils.c:parse_options accept as argument a function to parse
...
bare command line parameters.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10112 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
57cf99f2b7
100l in YUVA_IN macro: missing () caused horrible artefacts in blend_subrect
...
when subrect y was odd.
Originally committed as revision 10027 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
0a8cd69607
Revert r10021, it was committed by accident and is a bit ugly anyway.
...
Originally committed as revision 10026 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
3af56110d4
Scale subtitle position
...
Originally committed as revision 10021 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
9cb5a11ea8
Fix blend_subrect to respect the boundaries of the destination image
...
Originally committed as revision 10019 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefano Sabatini
aab1b7e56e
Make ffmpeg and ffplay exit 0 after displaying help
...
patch by Stefano Sabatini [stefano sabatini minus lala at poste it]
Originally committed as revision 10012 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
feb7bc6771
cosmetics: be sure all lines fit into 79 characters
...
Originally committed as revision 9875 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
26ba823519
cosmetics: indent correctly
...
Originally committed as revision 9874 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Glenn A. Serre
1a3f0ca2e0
Use getCachedContext instead getContext to support resolution change. Patch by Glenn A. Serre
...
Originally committed as revision 9873 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
4d8243d362
add vst option to select video stream
...
Originally committed as revision 9800 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
7c37e504f0
Remove OS/2 support
...
Originally committed as revision 9586 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ronald S. Bultje
0f4e816582
to be able to compile without HAVE_AV_CONFIG_H
...
patch by Ronald S. Bultje: [rsbultje gmail com]
original thread: [FFmpeg-devel] ffmpeg.c/cmdutils.c compilation
date: 06/23/2007 03:15 AM
Originally committed as revision 9453 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
dab57ec5f0
Update copyright year
...
Originally committed as revision 9432 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
f7d78f3654
replace the uses of old string functions that Reimar missed
...
Originally committed as revision 9406 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefano Sabatini
b33ece1634
replace calls to deprecated parsing functions to calls to new ones
...
patch by Stefano Sabatini: [stefano sabatini-lala poste it]
Originally committed as revision 9359 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
755bfeabcc
misc spelling fixes
...
Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
364a960704
Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.
...
Originally committed as revision 9273 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
5ad751471c
remove CONFIG_NETWORK, av_read_play/pause are exported anyway
...
Originally committed as revision 8839 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
9825d074b4
properly check for CONFIG_RTSP_DEMUXER
...
Originally committed as revision 8836 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
cfc970772d
Use correct RTSP_DEMUXER checks instead of NETWORK.
...
Originally committed as revision 8835 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefan Huehner
119e48d960
Make some functions which aren't used outside their declaring source file
...
and have no prototype in a header file static.
patch by Stefan Huehner, stefan huehner org
Originally committed as revision 8686 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
c367d06702
prevent exit missuse
...
Originally committed as revision 8536 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
620e8baffa
fix indention
...
Originally committed as revision 8421 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
5039185acc
support reordering pts in the decoder (this might be equivalent to mplayers -correct-pts mode)
...
enable it with -drp (=decoder reorders pts)
Originally committed as revision 8419 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
2a89ee9a63
Remove superfluous HAVE_THREADS #ifdef.
...
patch by Ramiro Polla, angustia arrozcru.no-ip org
Originally committed as revision 8348 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Limin Wang
07cbff39a7
As avcodec_decode_audio() is deprecated, replace it with avcodec_decode_audio2().
...
Patch by Limin Wang, lance lmwang % gmail com.
Originally committed as revision 8294 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ryan Martell
b09b580b4d
Fix A/V sync error in ffplay with wmv3/wmav2 medias
...
patch by Ryan Martell %rdm4 A martellventures P com%
Original thread:
Date: Feb 28, 2007 10:28 PM
Subject: [Ffmpeg-devel] [Patch] Fix A/V sync error in ffplay....
Originally committed as revision 8195 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
2f6547fb44
fix typo
...
Originally committed as revision 8190 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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