History | View | Annotate | Download (79 KB)
Remove duplicated RGB_TO_[YUV]_CCIR macros, directly use those definedin libavcodec/colorspace.h.
Originally committed as revision 18922 to svn://svn.ffmpeg.org/ffmpeg/trunk
fix mouse seeking when start time is not set, fix #1083
Originally committed as revision 18902 to svn://svn.ffmpeg.org/ffmpeg/trunk
Move img_convert_ctx to VideoState and free it in stream_close().
Patch by Martin Storsjö, martin martin st
Originally committed as revision 18854 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add missing frees to stream_close() and do_exit().
Originally committed as revision 18853 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reset eof state on seeking.Fixes issue1005.
Originally committed as revision 18710 to svn://svn.ffmpeg.org/ffmpeg/trunk
indent
Originally committed as revision 18630 to svn://svn.ffmpeg.org/ffmpeg/trunk
Only insert null packets into the video que if there is a video stream.Fixes memleak and should fix issue791.
Originally committed as revision 18629 to svn://svn.ffmpeg.org/ffmpeg/trunk
Avoid 100% CPU useage at EOF.
Originally committed as revision 18625 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make sure that video frames are flushed at EOF.This should fix a regression.
Originally committed as revision 18624 to svn://svn.ffmpeg.org/ffmpeg/trunk
Use the new avcodec_decode_* API.
Patch by Thilo Borgmann thilo.borgmann * googlemail ! com.
Originally committed as revision 18414 to svn://svn.ffmpeg.org/ffmpeg/trunk
Move declaration of 'pict' closer to where it is used and initialize it.Patch by avcoder: gmail(ffmpeg)
Originally committed as revision 18171 to svn://svn.ffmpeg.org/ffmpeg/trunk
Switch ffplay to new seeking API.
Originally committed as revision 17958 to svn://svn.ffmpeg.org/ffmpeg/trunk
Rename avctx_opts to avcodec_opts.
The new name is more meaningful and consistent with avformat_optsand sws_opts.
Originally committed as revision 17789 to svn://svn.ffmpeg.org/ffmpeg/trunk
Document ffplay -ast, -vst, and -sst options.
Originally committed as revision 17694 to svn://svn.ffmpeg.org/ffmpeg/trunk
Apply the same logic used for subtitle stream selection to audio and videostream selection.
Make the counting starts from 0, and disable the corresponding playbckwhen the selected stream number is negative.
See the thread:" [FFmpeg-devel] [PATCH] Add documentation for -ast, -vst, -sst"....
Simplify the logic for the subtitle stream selection.
Originally committed as revision 17692 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix subtitle selection logic, make ffplay select the subtitle stream Nrather than the subtitle stream N-1 when N is not zero.
Originally committed as revision 17691 to svn://svn.ffmpeg.org/ffmpeg/trunk
convert ffplay to new metadata API
Originally committed as revision 17684 to svn://svn.ffmpeg.org/ffmpeg/trunk
Take account of struct size in total packet queue size tracking.fix issue806
Originally committed as revision 17476 to svn://svn.ffmpeg.org/ffmpeg/trunk
FFplay: Stop processing input file when AVERROR_EOF is returned from av_read_frame()
Originally committed as revision 17458 to svn://svn.ffmpeg.org/ffmpeg/trunk
Move debug trace to the new compute_frame_delay() function.Patch by Tomer Barletz: barletz gmail
Originally committed as revision 17434 to svn://svn.ffmpeg.org/ffmpeg/trunk
Cosmetics: reindent after previous commit.
Originally committed as revision 17433 to svn://svn.ffmpeg.org/ffmpeg/trunk
Do not force last delay value to its own value.Adapted from a patch by Tomer Barletz: surname chez gmail
Originally committed as revision 17432 to svn://svn.ffmpeg.org/ffmpeg/trunk
Extract into its own function the code to compute frame delay.Patch by Tomer Barletz gmail_address(last_name)
Originally committed as revision 17431 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add ffplay subtitle stream selection command-line parameter
Patch by Björn Axelsson ( gecko A acc D umu D se )
Originally committed as revision 17089 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix blend_subrect for even-width subrects positioned on odd columns
Originally committed as revision 17088 to svn://svn.ffmpeg.org/ffmpeg/trunk
Replace the calls to the deprecated av_alloc_format_context() withcorresponding calls to avformat_alloc_context().
Originally committed as revision 17048 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix blend_subrect for some subrects positioned on odd rows.
Patch by Björn Axelsson gecko A acc D umu D se
Originally committed as revision 17014 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix blend_subrect for subrects positioned on odd rows.
Originally committed as revision 17013 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix vertical resolution of subtitles.
Originally committed as revision 16963 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove detection of mmsh protocol in ffplay.This is useless as long as mmsh is not implemented in libavformat.This is a revert of r10936.
Originally committed as revision 16687 to svn://svn.ffmpeg.org/ffmpeg/trunk
Change semantic of CONFIG_*, HAVE_* and ARCH_*.They are now always defined to either 0 or 1.
Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
fix warning: assignment makes pointer from integer without a cast
Originally committed as revision 16523 to svn://svn.ffmpeg.org/ffmpeg/trunk
fix segv, always set audio_buf to audio_buf1 if decoding fail
Originally committed as revision 16512 to svn://svn.ffmpeg.org/ffmpeg/trunk
Inject NULL packets into the video packet que at EOF to force all delayedframes to be output.
Originally committed as revision 16484 to svn://svn.ffmpeg.org/ffmpeg/trunk
Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.
Originally committed as revision 16416 to svn://svn.ffmpeg.org/ffmpeg/trunk
Change AVSubtitle.rects to an array of pointers so ABI does not breakwhen the size of AVSubtitleRect changes.
Originally committed as revision 16412 to svn://svn.ffmpeg.org/ffmpeg/trunk
Display subtitles within the display area.Fixes dvd-subtitle-problem.vob. (problem likely is that the videoresolution is smaller than what the subtitles expect)
Originally committed as revision 16411 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix files with fps between 0.5 and 0.1.Fixes issue749
Originally committed as revision 16123 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove unnecessary calls to show_help(), make ffmpeg/ffplay print aspecific error message instead.
Originally committed as revision 15868 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mark ffplay internal variables static. Patch by Diego Pettenò
Originally committed as revision 15546 to svn://svn.ffmpeg.org/ffmpeg/trunk
AVOptions support for ffplay.
Originally committed as revision 15451 to svn://svn.ffmpeg.org/ffmpeg/trunk
Rename error_resilience to error_recognition.
Originally committed as revision 15270 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix round to even for aspect ratio correction.
Originally committed as revision 15173 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ensure that SDL_AddTimer() is never called with a delay of 0 becausethis leads to a runaway creation of timers. We never pass 0 currentlybut it is safer to check for it explicitly as changes to the code caneasily lead to 0 being used.
Originally committed as revision 14934 to svn://svn.ffmpeg.org/ffmpeg/trunk
export sample_aspect_ratio read by the demuxer in a separate fieldthat the one read by the decoder.
Originally committed as revision 14932 to svn://svn.ffmpeg.org/ffmpeg/trunk
Simplify timestamp reordering by using the new API.
Originally committed as revision 14872 to svn://svn.ffmpeg.org/ffmpeg/trunk
Set AVStream.discard, so that demuxers can choose which stream to select if that is a serverside option (as is the case for RTSP). See "Realmedia patch" thread on mailinglist.
Originally committed as revision 14825 to svn://svn.ffmpeg.org/ffmpeg/trunk
Simplify by using FFMAX.
Originally committed as revision 14776 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add sample format converter to FFplay.
Originally committed as revision 14508 to svn://svn.ffmpeg.org/ffmpeg/trunk
Simplify AVCodecContext usage within FFplay audio_decode_frame()
Originally committed as revision 14503 to svn://svn.ffmpeg.org/ffmpeg/trunk
Change opt_sync function behavior to print an error message.Patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 13757 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove unnecessary header #includes.Extracted from a patch by Erik Hovland, erik hovland org.
Originally committed as revision 13531 to svn://svn.ffmpeg.org/ffmpeg/trunk
Simplify show_banner() so that it does not require arguments, similarto what was previously done with show_version().patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13526 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add -formats option to ffplay.Patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 13246 to svn://svn.ffmpeg.org/ffmpeg/trunk
Implement ffplay -L.Patch by: Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13235 to svn://svn.ffmpeg.org/ffmpeg/trunk
Get rid of more senseless wrapper functions and use OPT_EXIT instead.
Originally committed as revision 13233 to svn://svn.ffmpeg.org/ffmpeg/trunk
Do not pass program_name as argument to show_version(), this allows somefuture simplifications.
Originally committed as revision 13232 to svn://svn.ffmpeg.org/ffmpeg/trunk
Let ffplay support "-version".Patch by: Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13208 to svn://svn.ffmpeg.org/ffmpeg/trunk
Use full path for #includes from another directory.
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com
Originally committed as revision 13025 to svn://svn.ffmpeg.org/ffmpeg/trunk
Send context to ffplay.c:opt_seek
Patch by Stefano Sabatini (stefano sabatini-lala poste it)
Originally committed as revision 12663 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make ffplay.c:opt_seek use parse_time_or_die
Originally committed as revision 12653 to svn://svn.ffmpeg.org/ffmpeg/trunk
Send context to the opt_* functions in ffplay.c
Patch by Stefano Sabatini ( stefano sabatini-lala poste it )
Originally committed as revision 12559 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make ffplay use parse_number_or_die instead of atoi.Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 12366 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix ;;
Originally committed as revision 12153 to svn://svn.ffmpeg.org/ffmpeg/trunk
fix playing of multichannel audio for codecs without downmixing
Originally committed as revision 11431 to svn://svn.ffmpeg.org/ffmpeg/trunk
Drop RTSP default protocol.patch by Ronald S. Bultje, rsbultje gmail com
Originally committed as revision 11377 to svn://svn.ffmpeg.org/ffmpeg/trunk
SDL does not seem to support more than two channels.So, if this is the case, ask for downmixing by the codec.
Originally committed as revision 11223 to svn://svn.ffmpeg.org/ffmpeg/trunk
use av_log_get/set_level()
Originally committed as revision 11209 to svn://svn.ffmpeg.org/ffmpeg/trunk
Introduce libavdevice
Originally committed as revision 11077 to svn://svn.ffmpeg.org/ffmpeg/trunk
Use dynamically allocated ByteIOContext in AVFormatContext
patch by: Björn Axelsson, bjorn d axelsson a intinor d sethread: [PATCH] Remove static ByteIOContexts, 06 nov 2007
Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffplay currently needs special handling for pausing in some protocols.Patch by Björn Axelsson: bjorn ; axelsson § intinor : seOriginal thread: [FFmpeg-devel] [PATCH] MMSH pause support for ffplayDate: 11/02/2007 11:47 AM
Originally committed as revision 10936 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove the inclusion of rtsp.h and rtp.h from avformat.h, andexplicitly include such headers where needed
Originally committed as revision 10871 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove unnecessary copyright notice from ffplay.c:show_help.patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 10604 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make ffplay show a banner at startup.patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 10603 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make parse_date return INT64_MIN in case of unparsable input.Patch by Stefano Sabatini: [stefano sabatini-lala poste it]Original thread:[FFmpeg-devel] [PATCH] Enhace documentation forlibavformat/utils.c:parse_dateDate: 08/17/2007 09:40 PM
Originally committed as revision 10533 to svn://svn.ffmpeg.org/ffmpeg/trunk
rtp and rtsp demuxer declarations are not part of public API
Originally committed as revision 10474 to svn://svn.ffmpeg.org/ffmpeg/trunk
fix 1fps videos
Originally committed as revision 10276 to svn://svn.ffmpeg.org/ffmpeg/trunk
Change SYS_DARWIN preprocessor checks to APPLE, they are specificto Mac OS X rather than to Darwin.
Originally committed as revision 10247 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 pauseddate: 08/02/2007 12:39 PM
Originally committed as revision 10244 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reindent the code after the last commit
Originally committed as revision 10203 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove RTSP special casing in ffplay startup
Originally committed as revision 10202 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stray commit reverted
Originally committed as revision 10198 to svn://svn.ffmpeg.org/ffmpeg/trunk
PowerPC/CELL/Altivec pointers
Originally committed as revision 10197 to svn://svn.ffmpeg.org/ffmpeg/trunk
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
Originally committed as revision 10190 to svn://svn.ffmpeg.org/ffmpeg/trunk
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
cosmetics: indentation fix
Originally committed as revision 10115 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make cmdutils.c:parse_options accept as argument a function to parsebare command line parameters.patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10112 to svn://svn.ffmpeg.org/ffmpeg/trunk
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
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
Scale subtitle position
Originally committed as revision 10021 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix blend_subrect to respect the boundaries of the destination image
Originally committed as revision 10019 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make ffmpeg and ffplay exit 0 after displaying helppatch by Stefano Sabatini [stefano sabatini minus lala at poste it]
Originally committed as revision 10012 to svn://svn.ffmpeg.org/ffmpeg/trunk
cosmetics: be sure all lines fit into 79 characters
Originally committed as revision 9875 to svn://svn.ffmpeg.org/ffmpeg/trunk
cosmetics: indent correctly
Originally committed as revision 9874 to svn://svn.ffmpeg.org/ffmpeg/trunk
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
add vst option to select video stream
Originally committed as revision 9800 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove OS/2 support
Originally committed as revision 9586 to svn://svn.ffmpeg.org/ffmpeg/trunk
to be able to compile without HAVE_AV_CONFIG_Hpatch by Ronald S. Bultje: [rsbultje gmail com]original thread: [FFmpeg-devel] ffmpeg.c/cmdutils.c compilationdate: 06/23/2007 03:15 AM
Originally committed as revision 9453 to svn://svn.ffmpeg.org/ffmpeg/trunk