index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ffplay.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
cosmetics: be sure all lines fit into 79 characters
Alex Beregszaszi
2007-08-03
1
-4
/
+5
*
cosmetics: indent correctly
Alex Beregszaszi
2007-08-03
1
-5
/
+5
*
Use getCachedContext instead getContext to support resolution change. Patch b...
Glenn A. Serre
2007-08-03
1
-3
/
+1
*
add vst option to select video stream
Michael Niedermayer
2007-07-25
1
-1
/
+3
*
Remove OS/2 support
Ramiro Polla
2007-07-10
1
-25
/
+0
*
to be able to compile without HAVE_AV_CONFIG_H
Ronald S. Bultje
2007-07-02
1
-0
/
+2
*
Update copyright year
Benoit Fouet
2007-06-26
1
-1
/
+1
*
replace the uses of old string functions that Reimar missed
Måns Rullgård
2007-06-24
1
-1
/
+2
*
replace calls to deprecated parsing functions to calls to new ones
Stefano Sabatini
2007-06-18
1
-1
/
+1
*
misc spelling fixes
Diego Biurrun
2007-06-12
1
-1
/
+1
*
Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.
Diego Biurrun
2007-06-10
1
-1
/
+1
*
remove CONFIG_NETWORK, av_read_play/pause are exported anyway
Alex Beregszaszi
2007-04-26
1
-2
/
+0
*
properly check for CONFIG_RTSP_DEMUXER
Alex Beregszaszi
2007-04-26
1
-0
/
+2
*
Use correct RTSP_DEMUXER checks instead of NETWORK.
Alex Beregszaszi
2007-04-26
1
-3
/
+3
*
Make some functions which aren't used outside their declaring source file
Stefan Huehner
2007-04-08
1
-5
/
+5
*
prevent exit missuse
Michael Niedermayer
2007-03-27
1
-0
/
+2
*
fix indention
Michael Niedermayer
2007-03-15
1
-17
/
+17
*
support reordering pts in the decoder (this might be equivalent to mplayers -...
Michael Niedermayer
2007-03-15
1
-4
/
+31
*
Remove superfluous HAVE_THREADS #ifdef.
Ramiro Polla
2007-03-12
1
-2
/
+0
*
As avcodec_decode_audio() is deprecated, replace it with avcodec_decode_audio...
Limin Wang
2007-03-08
1
-3
/
+4
*
Fix A/V sync error in ffplay with wmv3/wmav2 medias
Ryan Martell
2007-03-02
1
-1
/
+1
*
fix typo
Baptiste Coudurier
2007-03-02
1
-1
/
+1
*
fix frame size option, patch by Limin Wang, lance lmwang gmail com
Limin Wang
2007-03-01
1
-1
/
+1
*
add support for more pixel format (yuv422p, yuv444p, etc instead of yuv420 on...
Limin Wang
2007-02-22
1
-2
/
+25
*
fix rawvideo
Michael Niedermayer
2007-02-09
1
-0
/
+4
*
Directly access av_log_level instead of calling av_log_{set, get}_level()
Luca Abeni
2007-02-08
1
-1
/
+1
*
Replace deprecated PIX_FMT names by the newer variants.
Diego Biurrun
2007-02-07
1
-1
/
+1
*
Fix to loss of sync in ffplay when paused patch by (Michael McConnell /// sor...
Michael McConnell
2007-02-07
1
-1
/
+2
*
trigger for the audio scope vissualization
Michael Niedermayer
2007-01-29
1
-1
/
+17
*
seek based on currently active stream fixes seeking in ffwma2_broken.wma whic...
Michael Niedermayer
2007-01-23
1
-1
/
+12
*
command line option to select the audio stream
Michael Niedermayer
2007-01-23
1
-1
/
+3
*
remember the size after switching back from fullscreen
Michael Niedermayer
2006-12-31
1
-2
/
+2
*
dont use SDL_WM_ToggleFullScreen() as that doesnt seem to work reliably if a ...
Michael Niedermayer
2006-12-31
1
-16
/
+13
*
check x/y validity
Michael Niedermayer
2006-12-31
1
-0
/
+8
*
cosmetic (move video_open() up to avoid prototype)
Michael Niedermayer
2006-12-31
1
-40
/
+38
*
10l (fix segfault with audio only files)
Michael Niedermayer
2006-12-31
1
-3
/
+4
*
remove code duplication
Michael Niedermayer
2006-12-30
1
-14
/
+1
*
1st attempt to fix width/height
Michael Niedermayer
2006-12-30
1
-28
/
+45
*
remove broken decoder locking code
Michael Niedermayer
2006-11-16
1
-27
/
+24
*
call AVCodec.flush() for audio too
Michael Niedermayer
2006-11-14
1
-0
/
+1
*
add "seek by bytes" support to ffplay
Steve L'Homme
2006-11-07
1
-3
/
+17
*
kill AVImageFormat
Baptiste Coudurier
2006-11-02
1
-18
/
+0
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Update copyright year and mention other copyright holders.
Diego Biurrun
2006-10-01
1
-1
/
+1
*
Better tag support:
Panagiotis Issaris
2006-09-07
1
-0
/
+4
*
Align the input buffer in ffplay, introduce a public macro for aligned declar...
Luca Barbato
2006-08-31
1
-1
/
+1
*
Move output_example.c and ffplay.c to the swscale interface
Luca Abeni
2006-08-03
1
-3
/
+16
*
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
Diego Biurrun
2006-07-11
1
-2
/
+2
*
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-09
1
-2
/
+2
*
100l to whoever write this
Michael Niedermayer
2006-07-06
1
-1
/
+1
[prev]
[next]