OSDN Git Service

Discard partial packet of last frame for fate-wmv8-drm to avoid test fails
[coroid/libav_saccubus.git] / ffplay.c
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)
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...
next