index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ffplay.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark ffplay internal variables static. Patch by Diego Pettenò
Diego Pettenò
2008-10-04
1
-2
/
+2
*
AVOptions support for ffplay.
Michael Niedermayer
2008-09-28
1
-1
/
+13
*
Rename error_resilience to error_recognition.
Michael Niedermayer
2008-09-08
1
-3
/
+3
*
Fix round to even for aspect ratio correction.
Michael Niedermayer
2008-09-03
1
-2
/
+2
*
Ensure that SDL_AddTimer() is never called with a delay of 0 because
Michael Niedermayer
2008-08-24
1
-0
/
+1
*
export sample_aspect_ratio read by the demuxer in a separate field
Aurelien Jacobs
2008-08-23
1
-6
/
+7
*
Simplify timestamp reordering by using the new API.
Michael Niedermayer
2008-08-20
1
-21
/
+3
*
Set AVStream.discard, so that demuxers can choose which stream to select if t...
Ronald S. Bultje
2008-08-18
1
-0
/
+3
*
Simplify by using FFMAX.
Michael Niedermayer
2008-08-15
1
-3
/
+1
*
Add sample format converter to FFplay.
Peter Ross
2008-08-02
1
-5
/
+46
*
Simplify AVCodecContext usage within FFplay audio_decode_frame()
Peter Ross
2008-08-02
1
-4
/
+5
*
Change opt_sync function behavior to print an error message.
Stefano Sabatini
2008-06-12
1
-3
/
+4
*
Remove unnecessary header #includes.
Erik Hovland
2008-05-29
1
-1
/
+0
*
Simplify show_banner() so that it does not require arguments, similar
Stefano Sabatini
2008-05-29
1
-2
/
+2
*
Add -formats option to ffplay.
Stefano Sabatini
2008-05-23
1
-0
/
+1
*
Implement ffplay -L.
Stefano Sabatini
2008-05-22
1
-0
/
+1
*
Get rid of more senseless wrapper functions and use OPT_EXIT instead.
Michael Niedermayer
2008-05-21
1
-14
/
+2
*
Do not pass program_name as argument to show_version(), this allows some
Michael Niedermayer
2008-05-21
1
-2
/
+2
*
Let ffplay support "-version".
Stefano Sabatini
2008-05-21
1
-0
/
+7
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-5
/
+5
*
Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com
Diego Pettenò
2008-05-01
1
-5
/
+5
*
Send context to ffplay.c:opt_seek
Stefano Sabatini
2008-04-01
1
-3
/
+4
*
Make ffplay.c:opt_seek use parse_time_or_die
Stefano Sabatini
2008-03-31
1
-5
/
+1
*
Send context to the opt_* functions in ffplay.c
Stefano Sabatini
2008-03-22
1
-15
/
+20
*
Make ffplay use parse_number_or_die instead of atoi.
Diego Biurrun
2008-03-08
1
-13
/
+5
*
Fix ;;
Michael Niedermayer
2008-02-19
1
-1
/
+1
*
fix playing of multichannel audio for codecs without downmixing
Justin Ruggles
2008-01-06
1
-15
/
+20
*
Drop RTSP default protocol.
Ronald S. Bultje
2008-01-02
1
-11
/
+0
*
SDL does not seem to support more than two channels.
Andreas Öman
2007-12-15
1
-4
/
+6
*
use av_log_get/set_level()
Måns Rullgård
2007-12-12
1
-1
/
+1
*
Introduce libavdevice
Luca Abeni
2007-11-22
1
-0
/
+3
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-5
/
+6
*
ffplay currently needs special handling for pausing in some protocols.
Björn Axelsson
2007-11-06
1
-2
/
+4
*
Remove the inclusion of rtsp.h and rtp.h from avformat.h, and
Luca Abeni
2007-10-29
1
-0
/
+1
*
Remove unnecessary copyright notice from ffplay.c:show_help.
Stefano Sabatini
2007-09-27
1
-2
/
+1
*
Make ffplay show a banner at startup.
Stefano Sabatini
2007-09-27
1
-0
/
+5
*
Make parse_date return INT64_MIN in case of unparsable input.
Stefano Sabatini
2007-09-19
1
-0
/
+4
*
rtp and rtsp demuxer declarations are not part of public API
Aurelien Jacobs
2007-09-10
1
-1
/
+1
*
fix 1fps videos
Michael Niedermayer
2007-08-31
1
-1
/
+1
*
Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific
Diego Biurrun
2007-08-27
1
-3
/
+3
*
Corrected pause handling when using the 's' step by frame key.
Craig Nicol
2007-08-27
1
-2
/
+2
*
Reindent the code after the last commit
Luca Abeni
2007-08-24
1
-7
/
+7
*
Remove RTSP special casing in ffplay startup
Luca Abeni
2007-08-24
1
-22
/
+1
*
Stray commit reverted
Luca Barbato
2007-08-23
1
-1
/
+22
*
PowerPC/CELL/Altivec pointers
Luca Barbato
2007-08-23
1
-22
/
+1
*
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
Diego Biurrun
2007-08-22
1
-2
/
+2
*
Rename parse_arg_file function to opt_input_file for consistency.
Stefano Sabatini
2007-08-14
1
-2
/
+2
*
cosmetics: indentation fix
Diego Biurrun
2007-08-14
1
-1
/
+1
*
Make cmdutils.c:parse_options accept as argument a function to parse
Stefano Sabatini
2007-08-13
1
-1
/
+1
*
100l in YUVA_IN macro: missing () caused horrible artefacts in blend_subrect
Reimar Döffinger
2007-08-09
1
-1
/
+1
[next]