]> git.sesse.net Git - ffmpeg/history - ffplay.c
FFmpeg : Close input file and free any related memory if
[ffmpeg] / ffplay.c
2010-07-11 Reimar DöffingerAdd avsubtitle_free function.
2010-07-07 Jai MenonFFplay : Fix segfault when playing monoaural streams.
2010-07-04 Alexei SvitkineImplement -onkeydown and -onmousedown options for ffplay.
2010-07-03 Jai MenonFFplay : Copy all AVFrame fields from the reference...
2010-07-01 Stefano SabatiniMove colorspace.h from libavcodec to libavutil.
2010-06-29 Måns Rullgårdffplay: remove VLA
2010-05-27 Michael NiedermayerFix pts reordering code.
2010-05-24 Jai MenonFFplay : Implement custom reget_buffer for the input...
2010-05-23 Jai MenonCosmetics : re-indent after last commit.
2010-05-23 Jai MenonFFplay : Avoid manipulating NULL data pointers so that...
2010-05-15 François RevolAvoid mixed declaration and code, fix C89 compatibility.
2010-05-12 Baptiste Coudurierrename -vfilters cli option to -vf in ffplay as well
2010-05-08 Stefano SabatiniFix auto-scaling.
2010-04-22 Cyril RussoFix compilation error of ffmpeg and ffplay with --disab...
2010-04-09 Jai Menonffplay : Add 's' to the list of supported commands.
2010-04-01 Robert KrügerAdd -t option to ffplay.
2010-04-01 Bobby BinghamCosmetics: indentation
2010-04-01 Bobby BinghamDon't create unnecessary refereces to pictures
2010-04-01 Bobby BinghamHook decoder up to libavfilter's direct rendering for...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-23 Robert KrügerAdd a loop option to ffplay.
2010-03-20 Diego BiurrunMove variable declaration, fixes the warning:
2010-03-17 Robert KrügerAdd a -window_title option, which sets the FFplay windo...
2010-03-13 Stefano SabatiniMake ffplay pass the packet.pos information to the...
2010-03-12 Michael NiedermayerPrint skip_frames variable.
2010-03-11 Michael NiedermayerMake rdft speed user configureable.
2010-03-11 Michael NiedermayerImplement framedrop.
2010-03-11 Måns Rullgårdffplay: use correct format specifiers in printf()
2010-03-10 Michael NiedermayerFix some apparent +- errors in the audio vissualization.
2010-03-10 Michael NiedermayerOnly reschedule refresh if we successfully removed...
2010-03-10 Michael NiedermayerIncrease VIDEO_PICTURE_QUEUE_SIZE to 2.
2010-03-10 Michael NiedermayerDo not call SDL_SetVideoMode() with the same size as...
2010-03-07 Måns RullgårdRemove hacks not required since HAVE_AV_CONFIG_H was...
2010-03-07 Måns Rullgårdffplay: use public fft interface
2010-03-07 Måns RullgårdGive RDFT types more meaningful names
2010-03-06 Stefano SabatiniReindent after the last commit.
2010-03-06 Stefano SabatiniUse av_get_pict_type_char() in debug code within output...
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2010-03-05 Michael Niedermayer10l fix timestamps (lavfi update broke them)
2010-03-05 Michael NiedermayerFix 100l pkt->pos typo.
2010-03-05 Michael NiedermayerLibavfilter for ffplay support.
2010-03-05 David ConradJust ignore streams with unknown codec_type instead...
2010-03-01 Stefano SabatiniAdd a check for checking if more than one input file...
2010-02-24 Ramiro PollaClear freed pointer in ffplay.c.
2010-02-23 Michael NiedermayerAlso favor streams with more packets in ffplay.
2010-02-23 Michael NiedermayerDont modify wanted_stream.
2010-02-23 Michael Niedermayerreplace wanted_*_stream by wanted_stream[CODEC_TYPE]
2010-02-23 Michael NiedermayerReplace *_index by st_index[codec_type].
2010-02-21 Stefano SabatiniUse the official FFmpeg spelling: "ffmpeg" -> "FFmpeg".
2010-02-18 Michael Niedermayerfix issue 1747
2010-02-16 Stefano SabatiniRename the "enc" variable, which refers to the AVCodecC...
2010-02-06 Jai Menoncosmetics : re-indent after r21639.
2010-02-06 Stefano SabatiniRemove unused variable ref_clock, fix the warning:
2010-02-05 Michael Niedermayermake the RDFT vissualizatiom default, the scopes are...
2010-02-05 Michael NiedermayerMake sure the rdft has enough audio available.
2010-02-05 Michael NiedermayerScale rdft vissualization up by 2 so theres no unused...
2010-02-05 Vitor SessakDo not segfault when doing "ffplay -h"
2010-02-05 Michael NiedermayerPretty RDFT audio visualization.
2010-02-05 Michael NiedermayerFast seeking.
2010-02-04 Michael Niedermayerautoexit
2010-02-03 Michael NiedermayerClean after toggling wave.
2010-02-03 Michael NiedermayerMove is->frame_timer init from start to flush_pkt handl...
2010-02-03 Michael NiedermayerThe convertion between bit and byte is 8 not 60.
2010-02-02 Michael NiedermayerCompare the correct clocks for syncing video to audio...
2010-02-02 Michael NiedermayerMove the initial refresh scheduling for audio display...
2010-02-02 Michael NiedermayerCommit disapeared hunk, must have editied this out...
2010-02-02 Michael NiedermayerAutodetect when byte based seeking is better (that...
2010-02-02 Michael NiedermayerUse currently displayed file position instead of just...
2010-02-02 Michael NiedermayerFix seek flags
2010-02-01 Stefano SabatiniUse parentheses around && within ||, fix the gcc warning:
2010-02-01 Stefano SabatiniReindent.
2010-02-01 Michael NiedermayerMake sure the faulty timestamp detection is just done...
2010-02-01 Michael NiedermayerReset frame_last_delay to 0.
2010-02-01 Michael NiedermayerMove frame_last_delay into flush code as it must be...
2010-02-01 Michael NiedermayerReset frame_last_pts on flush (and thus also at start)
2010-02-01 Michael NiedermayerInsert a flush packet into the que on init, that way...
2010-02-01 Michael Niedermayer"Flush" the picture que on seeks, this prevents the...
2010-02-01 Michael NiedermayerSchedule refreshes from a thread that actually knows...
2010-02-01 Michael NiedermayerFix race condition with reading between video_current_p...
2010-02-01 Michael NiedermayerTry to more completely update time variables on unpause.
2010-02-01 Michael NiedermayerSimplify get_video_clock()
2010-02-01 Michael Niedermayer10l, forgot HAS_ARG, -drp segfaulted.
2010-01-31 Michael Niedermayerdecoder reorder pts auto detection.
2010-01-31 Michael NiedermayerFix indention.
2010-01-30 Michael NiedermayerFix seeking by bytes with the mouse and do so by defaul...
2010-01-30 Michael NiedermayerFix AVFormat AVOprions.
2010-01-30 Michael NiedermayerRedesign packet queue full check to be more robust.
2010-01-30 Michael NiedermayerBump up MAX_VIDEOQ_SIZE to fix stuttering of oddly...
2010-01-30 Stefano SabatiniUse av_get_pix_fmt() instead of the deprecated avcodec_...
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-20 Måns RullgårdIndent
2010-01-20 Måns RullgårdAlways call avcodec_thread_init()
2009-12-28 Stefano SabatiniSet thread_count in the decoder before to open it.
2009-12-21 Ramiro PollaPrint usage instead of help when no files are specified.
2009-12-21 Ramiro PollaSplit show_usage() out of show_help().
2009-12-21 Ramiro PollaFirst print the program description and then the basic...
2009-12-13 Michael NiedermayerUntil -DHAVE_AV_CONFIG_H is removed from ffplays compil...
2009-12-13 Michael NiedermayerShow help if no cmd line options are provided at all.
2009-11-29 Stefano SabatiniFactorize common commandline options definition.
2009-11-19 Michael NiedermayerSplit show_formats().
next