]> git.sesse.net Git - ffmpeg/history - ffplay.c
lavc: remove the FF_API_INOFFICIAL cruft.
[ffmpeg] / ffplay.c
2011-04-19 Anton Khirnovlavc: remove the FF_API_SET_STRING_OLD cruft.
2011-04-07 Anton Khirnovavio: avio_ prefix for url_set_interrupt_cb.
2011-03-21 Martin Storsjöffplay: Don't assume ic->pb is non-null
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-15 Anton Khirnovavio: deprecate url_ferror
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-07 Anton Khirnovavio: avio_ prefix for url_fsize
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-02-16 Anton Khirnovlavf: add av_ prefix to dump_format()
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-14 Stefano SabatiniRemove disabled legacy code in ffplay.
2011-02-09 Alexander StrangeDeprecate avcodec_thread_init()
2011-02-09 Alexander StrangeFrame-based multithreading framework using pthreads
2011-02-05 Alexander StrangeAdopt pkt_dts/pkt_pts in lavc clients
2011-02-04 Stefano SabatiniMake avfilter_graph_free() free the graph.
2011-02-02 Stefano Sabatiniffplay: factorize code from video_thread() into configu...
2011-01-30 Stefano SabatiniIn ffplay:get_video_frame(), use frame->pkt_pts rather...
2011-01-30 Stefano Sabatiniffplay: in video_thread(), use av_dlog() for timestamp...
2011-01-22 Stefano SabatiniRemove outdated and confusing comment.
2011-01-17 Stefano SabatiniMerge two if (got_picture) {} blocks in ffplay.c:get_vi...
2011-01-17 Stefano SabatiniRemove outcommented fossil code.
2011-01-16 Stefano SabatiniFix weird indent in get_video_frame().
2011-01-15 Stefano SabatiniReindent after the last commit.
2011-01-15 Stefano SabatiniIn ffplay, do not open display if -nodisp is set.
2011-01-15 Stefano SabatiniCosmetics: fix weird indent.
2011-01-07 Michael NiedermayerAdd AVFrame.pkt_pts that contains the correctly reorder...
2010-12-28 Nicolas GeorgeFix ffplay -an/-vn options that were swapped by r26105.
2010-12-27 Michael NiedermayerSupport filters and decoders that dont support negative...
2010-12-27 Nicolas GeorgeUse av_find_best_stream in ffplay.
2010-12-02 Stefano SabatiniAdd avfilter_graph_create_filter().
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-11-07 Stefano SabatiniRemove graphparser.h header, move AVFilterInOut and
2010-11-07 Stefano SabatiniRename AVFilterInOut field filter to filter_ctx, more...
2010-11-04 Stefano SabatiniRename avfilter_graph_destroy() to avfilter_graph_free().
2010-11-04 Stefano SabatiniImplement avfilter_graph_alloc().
2010-11-03 Stefano SabatiniRemove usage of deprecated libavcodec/audioconvert...
2010-10-18 Stefano SabatiniImplement a common get_filtered_video_frame(), shared...
2010-10-16 Stefano SabatiniAdd avfilter_graph_config().
2010-10-12 Stefano SabatiniFactorize definition of the output_filter defined in...
2010-10-12 Stefano SabatiniFix timebase handling at the begin and at the end of...
2010-10-12 Stefano SabatiniDo not pass an unused variable when initing filt_out...
2010-10-09 Michael ChinenFix ffplay to keep calling av_read_frame even if EOF...
2010-10-02 Reimar DöffingerAdd init and uninit functions to cmdutils, reduces...
2010-09-29 Michael NiedermayerUser application side of Codec specific parameters.
2010-09-28 Alexander StrangeExtract timestamp correction code from ffplay.c to...
2010-09-24 Michael NiedermayerEnable AV_LOG_SKIP_REPEATED to maintain previous behavior.
2010-09-24 Stefano SabatiniMake ffplay -h show the settable AVOptions.
2010-09-07 Stefano SabatiniReindent.
2010-09-07 Stefano SabatiniMove av_picture_data_copy() to libavcore, and rename it
2010-08-23 Dave YeoAdd _XOPEN_SOURCE definition for usleep().
2010-08-17 Carl Eugen HoyosMention lowres if SDL can't provide the needed resolution.
2010-08-17 Mike ScheutzowFix SDL crash on specific hardware.
2010-08-17 Mike ScheutzowMove do_exit() up for upcoming patch.
2010-08-11 S.N. Hemanth Meena... Resize data and linesize in AVFilterBufferRef to 8.
2010-08-11 Stefano SabatiniChange avfilter_open() signature, from:
2010-08-11 S.N. Hemanth Meena... Separate video specific BufferRef properties into Video...
2010-08-07 S.N. Hemanth Meena... Rename fields:
2010-08-07 S.N. Hemanth Meena... Rename functions and fields:
2010-08-07 S.N. Hemanth Meena... Rename AVFilterPicRef to AVFilterBufferRef.
2010-08-07 S.N. Hemanth Meena... Move format from AVFilterBuffer to AVFilterPicRef.
2010-07-26 Stefano SabatiniDeprecate av_parse_video_frame_size() and av_parse_vide...
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)
next