]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - ffplay.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / ffplay.c
2009-04-28 michaelReset eof state on seeking.
2009-04-19 michaelindent
2009-04-19 michaelOnly insert null packets into the video que if there...
2009-04-19 michaelAvoid 100% CPU useage at EOF.
2009-04-19 michaelMake sure that video frames are flushed at EOF.
2009-04-10 stefanoUse the new avcodec_decode_* API.
2009-03-23 benoitMove declaration of 'pict' closer to where it is used...
2009-03-14 michaelSwitch ffplay to new seeking API.
2009-03-03 stefanoRename avctx_opts to avcodec_opts.
2009-03-01 stefanoDocument ffplay -ast, -vst, and -sst options.
2009-03-01 stefanoApply the same logic used for subtitle stream selection...
2009-03-01 stefanoSimplify the logic for the subtitle stream selection.
2009-03-01 stefanoFix subtitle selection logic, make ffplay select the...
2009-03-01 aurelconvert ffplay to new metadata API
2009-02-21 aurelTake account of struct size in total packet queue size...
2009-02-19 prossFFplay: Stop processing input file when AVERROR_EOF...
2009-02-18 benoitMove debug trace to the new compute_frame_delay() function.
2009-02-18 benoitCosmetics: reindent after previous commit.
2009-02-18 benoitDo not force last delay value to its own value.
2009-02-18 benoitExtract into its own function the code to compute frame...
2009-02-09 superdumpAdd ffplay subtitle stream selection command-line parameter
2009-02-09 superdumpFix blend_subrect for even-width subrects positioned...
2009-02-08 stefanoReplace the calls to the deprecated av_alloc_format_con...
2009-02-05 cehoyosFix blend_subrect for some subrects positioned on odd...
2009-02-05 cehoyosFix blend_subrect for subrects positioned on odd rows.
2009-02-02 cehoyosFix vertical resolution of subtitles.
2009-01-19 aurelRemove detection of mmsh protocol in ffplay.
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-10 aurelfix warning: assignment makes pointer from integer...
2009-01-09 bcoudurierfix segv, always set audio_buf to audio_buf1 if decodin...
2009-01-07 michaelInject NULL packets into the video packet que at EOF...
2009-01-03 michaelReplace AVSubtitleRect.rgba_palette and bitmap by AVPic...
2009-01-03 michaelChange AVSubtitle.rects to an array of pointers so...
2009-01-03 michaelDisplay subtitles within the display area.
2008-12-14 michaelFix files with fps between 0.5 and 0.1.
2008-11-17 stefanoRemove unnecessary calls to show_help(), make ffmpeg...
2008-10-04 lu_zeroMark ffplay internal variables static. Patch by Diego...
2008-09-28 michaelAVOptions support for ffplay.
2008-09-08 michaelRename error_resilience to error_recognizion.
2008-09-03 michaelFix round to even for aspect ratio correction.
2008-08-24 michaelEnsure that SDL_AddTimer() is never called with a delay...
2008-08-23 aurelexport sample_aspect_ratio read by the demuxer in a...
2008-08-20 michaelSimplify timestamp reordering by using the new API.
2008-08-18 rbultjeSet AVStream.discard, so that demuxers can choose which...
2008-08-15 michaelSimplify by using FFMAX.
2008-08-02 prossAdd sample format converter to FFplay.
2008-08-02 prossSimplify AVCodecContext usage within FFplay audio_decod...
2008-06-12 benoitChange opt_sync function behavior to print an error...
2008-05-29 diegoRemove unnecessary header #includes.
2008-05-29 diegoSimplify show_banner() so that it does not require...
2008-05-23 benoitAdd -formats option to ffplay.
2008-05-22 takisImplement ffplay -L.
2008-05-21 michaelGet rid of more senseless wraper functions and use...
2008-05-21 michaelDo not pass program_name as argument to show_version...
2008-05-21 takisLet ffplay support "-version".
2008-05-09 diegoUse full path for #includes from another directory.
2008-05-01 diegoMark symbols as static, patch by Diego 'Flameeyes'...
2008-04-01 superdumpSend context to ffplay.c:opt_seek
2008-03-31 superdumpMake ffplay.c:opt_seek use parse_time_or_die
2008-03-22 superdumpSend context to the opt_* functions in ffplay.c
2008-03-08 diegoMake ffplay use parse_number_or_die instead of atoi.
2008-02-19 michaelFix ;;
2008-01-06 jbrfix playing of multichannel audio for codecs without...
2008-01-02 diegoDrop RTSP default protocol.
2007-12-15 andomaSDL does not seem to support more than two channels.
2007-12-12 mruuse av_log_get/set_level()
2007-11-22 lucabeIntroduce libavdevice
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-06 benoitffplay currently needs special handling for pausing...
2007-10-29 lucabeRemove the inclusion of rtsp.h and rtp.h from avformat...
2007-09-27 benoitRemove unnecessary copyright notice from ffplay.c:show_...
2007-09-27 benoitMake ffplay show a banner at startup.
2007-09-19 benoitMake parse_date return INT64_MIN in case of unparsable...
2007-09-10 aurelrtp and rtsp demuxer declarations are not part of publi...
2007-08-31 michaelfix 1fps videos
2007-08-27 diegoChange SYS_DARWIN preprocessor checks to __APPLE__...
2007-08-27 benoitCorrected pause handling when using the 's' step by...
2007-08-24 lucabeReindent the code after the last commit
2007-08-24 lucabeRemove RTSP special casing in ffplay startup
2007-08-23 lu_zeroStray commit reverted
2007-08-23 lu_zeroPowerPC/CELL/Altivec pointers
2007-08-22 diegoRename CONFIG_DARWIN to SYS_DARWIN, it is not configura...
2007-08-14 diegoRename parse_arg_file function to opt_input_file for...
2007-08-14 diegocosmetics: indentation fix
2007-08-13 diegoMake cmdutils.c:parse_options accept as argument a...
2007-08-09 reimar100l in YUVA_IN macro: missing () caused horrible artef...
2007-08-09 reimarRevert r10021, it was committed by accident and is...
2007-08-09 reimarScale subtitle position
2007-08-09 reimarFix blend_subrect to respect the boundaries of the...
2007-08-09 benoitMake ffmpeg and ffplay exit 0 after displaying help
2007-08-03 alexcosmetics: be sure all lines fit into 79 characters
2007-08-03 alexcosmetics: indent correctly
2007-08-03 alexUse getCachedContext instead getContext to support...
2007-07-25 michaeladd vst option to select video stream
2007-07-10 ramiroRemove OS/2 support
2007-07-02 benoitto be able to compile without HAVE_AV_CONFIG_H
2007-06-26 benoitUpdate copyright year
2007-06-24 mrureplace the uses of old string functions that Reimar...
2007-06-18 benoitreplace calls to deprecated parsing functions to calls...
2007-06-12 diegomisc spelling fixes
next