index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ffplay.c
Age
Commit message (
Expand
)
Author
2009-01-10
fix warning: assignment makes pointer from integer without a cast
Aurelien Jacobs
2009-01-09
fix segv, always set audio_buf to audio_buf1 if decoding fail
Baptiste Coudurier
2009-01-07
Inject NULL packets into the video packet que at EOF to force all delayed
Michael Niedermayer
2009-01-03
Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.
Michael Niedermayer
2009-01-03
Change AVSubtitle.rects to an array of pointers so ABI does not break
Michael Niedermayer
2009-01-03
Display subtitles within the display area.
Michael Niedermayer
2008-12-14
Fix files with fps between 0.5 and 0.1.
Michael Niedermayer
2008-11-17
Remove unnecessary calls to show_help(), make ffmpeg/ffplay print a
Stefano Sabatini
2008-10-04
Mark ffplay internal variables static. Patch by Diego Pettenò
Diego Pettenò
2008-09-28
AVOptions support for ffplay.
Michael Niedermayer
2008-09-08
Rename error_resilience to error_recognition.
Michael Niedermayer
2008-09-03
Fix round to even for aspect ratio correction.
Michael Niedermayer
2008-08-24
Ensure that SDL_AddTimer() is never called with a delay of 0 because
Michael Niedermayer
2008-08-23
export sample_aspect_ratio read by the demuxer in a separate field
Aurelien Jacobs
2008-08-20
Simplify timestamp reordering by using the new API.
Michael Niedermayer
2008-08-18
Set AVStream.discard, so that demuxers can choose which stream to select if t...
Ronald S. Bultje
2008-08-15
Simplify by using FFMAX.
Michael Niedermayer
2008-08-02
Add sample format converter to FFplay.
Peter Ross
2008-08-02
Simplify AVCodecContext usage within FFplay audio_decode_frame()
Peter Ross
2008-06-12
Change opt_sync function behavior to print an error message.
Stefano Sabatini
2008-05-29
Remove unnecessary header #includes.
Erik Hovland
2008-05-29
Simplify show_banner() so that it does not require arguments, similar
Stefano Sabatini
2008-05-23
Add -formats option to ffplay.
Stefano Sabatini
2008-05-22
Implement ffplay -L.
Stefano Sabatini
2008-05-21
Get rid of more senseless wrapper functions and use OPT_EXIT instead.
Michael Niedermayer
2008-05-21
Do not pass program_name as argument to show_version(), this allows some
Michael Niedermayer
2008-05-21
Let ffplay support "-version".
Stefano Sabatini
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2008-05-01
Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com
Diego Pettenò
2008-04-01
Send context to ffplay.c:opt_seek
Stefano Sabatini
2008-03-31
Make ffplay.c:opt_seek use parse_time_or_die
Stefano Sabatini
2008-03-22
Send context to the opt_* functions in ffplay.c
Stefano Sabatini
2008-03-08
Make ffplay use parse_number_or_die instead of atoi.
Diego Biurrun
2008-02-19
Fix ;;
Michael Niedermayer
2008-01-06
fix playing of multichannel audio for codecs without downmixing
Justin Ruggles
2008-01-02
Drop RTSP default protocol.
Ronald S. Bultje
2007-12-15
SDL does not seem to support more than two channels.
Andreas Öman
2007-12-12
use av_log_get/set_level()
Måns Rullgård
2007-11-22
Introduce libavdevice
Luca Abeni
2007-11-21
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-06
ffplay currently needs special handling for pausing in some protocols.
Björn Axelsson
2007-10-29
Remove the inclusion of rtsp.h and rtp.h from avformat.h, and
Luca Abeni
2007-09-27
Remove unnecessary copyright notice from ffplay.c:show_help.
Stefano Sabatini
2007-09-27
Make ffplay show a banner at startup.
Stefano Sabatini
2007-09-19
Make parse_date return INT64_MIN in case of unparsable input.
Stefano Sabatini
2007-09-10
rtp and rtsp demuxer declarations are not part of public API
Aurelien Jacobs
2007-08-31
fix 1fps videos
Michael Niedermayer
2007-08-27
Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific
Diego Biurrun
2007-08-27
Corrected pause handling when using the 's' step by frame key.
Craig Nicol
2007-08-24
Reindent the code after the last commit
Luca Abeni
[next]