OSDN Git Service

RTSP: Doxygen comment cleanup
[coroid/libav_saccubus.git] / ffplay.c
2011-06-26 Diego BiurrunMove some variable declarations below the proper #ifdefs.
2011-06-25 Diego Biurrunffplay: Remove unused-but-set channels variable from...
2011-06-20 Justin RugglesReplace usages of av_get_bits_per_sample_fmt() with...
2011-06-16 Anton Khirnovffplay: use new avformat_open_* API.
2011-06-07 Diego Biurrunffplay: Fix non-compiling debug printf and replace...
2011-06-07 Diego BiurrunReplace some nonstandard DEBUG_* preprocessor directive...
2011-05-28 Stefano Sabatinicmdutils: remove OPT_FUNC2
2011-05-26 Diego Biurrunffplay: Remove disabled code.
2011-05-18 Justin RugglesAdd support for request_sample_format in ffmpeg and...
2011-05-16 Stefano Sabatiniffplay: remove audio_write_get_buf_size() forward decla...
2011-05-12 Diego Biurrunconfigure: Do not unconditionally add -D_POSIX_C_SOURCE...
2011-05-11 Benjamin Larssonffplay: add a dummy option -i so that it is easy to...
2011-05-10 Oskar ArvidssonAdd the notion of pixel size in h264 related functions.
2011-05-02 Stefano SabatiniReplace deprecated av_get_pict_type_char() with av_get_...
2011-04-29 Diego BiurrunReplace some commented-out debug printf() / av_log...
2011-04-23 Diego BiurrunLowercase all ff* program names.
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...
next