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-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
2010-03-08Remove hacks not required since HAVE_AV_CONFIG_H was unset for the appsMåns Rullgård
2010-03-08ffplay: use public fft interfaceMåns Rullgård
2010-03-08Give RDFT types more meaningful namesMåns Rullgård
2010-03-06Reindent after the last commit.Stefano Sabatini
2010-03-06Use av_get_pict_type_char() in debug code within output_picture2(),Stefano Sabatini
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-03-0510l fix timestamps (lavfi update broke them)Michael Niedermayer
2010-03-05Fix 100l pkt->pos typo.Michael Niedermayer
2010-03-05Libavfilter for ffplay support.Michael Niedermayer
2010-03-05Just ignore streams with unknown codec_type instead of exitingDavid Conrad
2010-03-02Add a check for checking if more than one input file is provided toStefano Sabatini
2010-02-24Clear freed pointer in ffplay.c.Ramiro Polla
2010-02-23Also favor streams with more packets in ffplay.Michael Niedermayer
2010-02-23Dont modify wanted_stream.Michael Niedermayer
2010-02-23replace wanted_*_stream by wanted_stream[CODEC_TYPE]Michael Niedermayer
2010-02-23Replace *_index by st_index[codec_type].Michael Niedermayer
2010-02-21Use the official FFmpeg spelling: "ffmpeg" -> "FFmpeg".Stefano Sabatini