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-05-26Cosmetics : re-indent after last commit.Reinhard Tartler
2010-05-26FFplay : Avoid manipulating NULL data pointers so that future checks Reinhard Tartler
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
2010-02-18fix issue 1747Michael Niedermayer
2010-02-17Rename the "enc" variable, which refers to the AVCodecContext of aStefano Sabatini
2010-02-06cosmetics : re-indent after r21639.Jai Menon
2010-02-06Remove unused variable ref_clock, fix the warning:Stefano Sabatini
2010-02-05make the RDFT vissualizatiom default, the scopes are ugly and eat CPU likeMichael Niedermayer
2010-02-05Make sure the rdft has enough audio available.Michael Niedermayer
2010-02-05Scale rdft vissualization up by 2 so theres no unused space on the topMichael Niedermayer
2010-02-05Do not segfault when doing "ffplay -h"Vitor Sessak
2010-02-05Pretty RDFT audio visualization.Michael Niedermayer
2010-02-05Fast seeking.Michael Niedermayer
2010-02-04autoexitMichael Niedermayer
2010-02-04Clean after toggling wave.Michael Niedermayer