Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-30User application side of Codec specific parameters.Michael Niedermayer
2010-09-28Extract timestamp correction code from ffplay.c to cmdutils.cAlexander Strange
2010-09-24Enable AV_LOG_SKIP_REPEATED to maintain previous behavior.Michael Niedermayer
2010-09-24Make ffplay -h show the settable AVOptions.Stefano Sabatini
2010-09-08Reindent.Stefano Sabatini
2010-09-08Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini
2010-08-24Add _XOPEN_SOURCE definition for usleep().Dave Yeo
2010-08-17Mention lowres if SDL can't provide the needed resolution.Carl Eugen Hoyos
2010-08-17Fix SDL crash on specific hardware.Mike Scheutzow
2010-08-17Move do_exit() up for upcoming patch.Mike Scheutzow
2010-08-11Resize data and linesize in AVFilterBufferRef to 8.S.N. Hemanth Meenakshisundaram
2010-08-11Change avfilter_open() signature, from:Stefano Sabatini
2010-08-11Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram
2010-08-07Rename fields:S.N. Hemanth Meenakshisundaram
2010-08-07Rename functions and fields:S.N. Hemanth Meenakshisundaram
2010-08-07Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram
2010-08-07Move format from AVFilterBuffer to AVFilterPicRef.S.N. Hemanth Meenakshisundaram
2010-07-27Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini
2010-07-11Add avsubtitle_free function.Reimar Döffinger
2010-07-07FFplay : Fix segfault when playing monoaural streams.Jai Menon
2010-07-04Implement -onkeydown and -onmousedown options for ffplay.Alexei Svitkine
2010-07-04FFplay : Copy all AVFrame fields from the reference picture to theJai Menon
2010-07-01Move colorspace.h from libavcodec to libavutil.Stefano Sabatini
2010-06-30ffplay: remove VLAMåns Rullgård
2010-05-27Fix pts reordering code.Michael Niedermayer
2010-05-24FFplay : Implement custom reget_buffer for the input filter.Jai Menon
2010-05-23Cosmetics : re-indent after last commit.Jai Menon
2010-05-23FFplay : Avoid manipulating NULL data pointers so that future checksJai Menon
2010-05-15Avoid mixed declaration and code, fix C89 compatibility.François Revol
2010-05-13rename -vfilters cli option to -vf in ffplay as wellBaptiste Coudurier
2010-05-09Fix auto-scaling.Stefano Sabatini
2010-04-22Fix compilation error of ffmpeg and ffplay with --disable-avdevice.Cyril Russo
2010-04-09ffplay : Add 's' to the list of supported commands.Jai Menon
2010-04-02Add -t option to ffplay.Robert Krüger
2010-04-01Cosmetics: indentationBobby Bingham
2010-04-01Don't create unnecessary refereces to picturesBobby Bingham
2010-04-01Hook decoder up to libavfilter's direct rendering for ffplayBobby Bingham
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-23Add a loop option to ffplay.Robert Krüger
2010-03-21Move variable declaration, fixes the warning:Diego Biurrun
2010-03-18Add a -window_title option, which sets the FFplay window title.Robert Krüger
2010-03-13Make ffplay pass the packet.pos information to the filterchain, get itStefano Sabatini
2010-03-12Print skip_frames variable.Michael Niedermayer
2010-03-11Make rdft speed user configureable.Michael Niedermayer
2010-03-11Implement framedrop.Michael Niedermayer
2010-03-11ffplay: use correct format specifiers in printf()Måns Rullgård
2010-03-11Fix some apparent +- errors in the audio vissualization.Michael Niedermayer
2010-03-10Only reschedule refresh if we successfully removed the scheduled one.Michael Niedermayer
2010-03-10Increase VIDEO_PICTURE_QUEUE_SIZE to 2.Michael Niedermayer
2010-03-10Do not call SDL_SetVideoMode() with the same size as previouslyMichael Niedermayer