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-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
2010-02-04Move is->frame_timer init from start to flush_pkt handling so it is alsoMichael Niedermayer
2010-02-03The convertion between bit and byte is 8 not 60.Michael Niedermayer
2010-02-03Compare the correct clocks for syncing video to audio/ext.Michael Niedermayer
2010-02-03Move the initial refresh scheduling for audio display away from where itMichael Niedermayer
2010-02-03Commit disapeared hunk, must have editied this out by mistake between local d...Michael Niedermayer
2010-02-02Autodetect when byte based seeking is better (that is for all formats that allowMichael Niedermayer
2010-02-02Use currently displayed file position instead of just url_ftell() for seeking...Michael Niedermayer
2010-02-02Fix seek flagsMichael Niedermayer
2010-02-02Use parentheses around && within ||, fix the gcc warning:Stefano Sabatini
2010-02-02Reindent.Stefano Sabatini
2010-02-01Make sure the faulty timestamp detection is just done when we have a pictureMichael Niedermayer
2010-02-01Reset frame_last_delay to 0.Michael Niedermayer