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
2013-07-25miscellaneous typo fixesDiego Biurrun
2013-04-27avplay: remove a warningLuca Barbato
2013-04-11lavfi: change the filter registering system to match the other librariesAnton Khirnov
2013-04-11lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov
2013-03-19avplay: remove the -debug option.Anton Khirnov
2013-03-09avplay: enable only when SDL 1.2 is foundVittorio Giovara
2013-03-08avplay: switch to new refcounted frames APIAnton Khirnov
2013-02-09avplay: apply the stream sample_aspect_ratio to decoded video framesVladimir Pantelic
2012-11-29avplay: Do not use removed av_get_int()Anton Khirnov
2012-10-13avplay: support mid-stream sample rate changesJustin Ruggles
2012-10-13avplay: use audio parameters from the decoded frame instead of AVCodecContextJustin Ruggles
2012-10-12De-doxygenize some top-level filesDiego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-05lavr: change the type of the data buffers to uint8_t**.Anton Khirnov
2012-10-02Use atexit() instead of defining a custom exit_program() interface.Diego Elio Pettenò
2012-09-24Use avcodec_free_frame() to free AVFrames.Anton Khirnov
2012-09-11avplay: get rid of ugly casts in the options tableAnton Khirnov
2012-09-11avplay: fix prototypes for option callbacks.Anton Khirnov
2012-08-19avconv: split printing "main options" into global and per-file.Anton Khirnov
2012-08-19cmdutils: extend -h to allow printing codec details.Anton Khirnov
2012-08-19cmdutils: change semantics of show_help_options() and document it.Anton Khirnov
2012-08-19avtools: move some newlines to show_help_options().Anton Khirnov
2012-08-19avtools: fix show_foo() signatures.Anton Khirnov
2012-08-08avplay: fix build with lavfi disabled.Konstantin Pavlov
2012-07-22lavfi: use avfilter_unref_bufferp() where appropriate.Anton Khirnov
2012-07-08lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles
2012-07-05avplay: update input filter pointer when the filtergraph is reset.Anton Khirnov
2012-07-04avplay: Add an option for not limiting the input buffer sizeMartin Storsjö
2012-07-03avplay: fix write on freed memory for rawvideoLuca Barbato
2012-06-30cmdutils: Pass the actual chosen encoder to filter_codec_optsMartin Storsjö
2012-06-22Replace usleep() calls with av_usleep()Mans Rullgard
2012-06-15Avoid C99 variable declarations within for statements.Diego Biurrun
2012-06-05avplay: use buffersrc instead of custom input filter.Anton Khirnov
2012-05-09lavfi: add video buffer sink, and use it in avtoolsAnton Khirnov
2012-05-07avplay: properly close/reopen AVAudioResampleContext on channel layout changeJustin Ruggles
2012-05-01avplay: use libavresample for sample format conversion and channel mixingJustin Ruggles
2012-04-21Remove lowres video decodingMans Rullgard
2012-04-17avplay: update get_buffer to be inline with avconvLuca Barbato
2012-04-15avconv: get output pixel format from lavfi.Anton Khirnov
2012-04-14avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini
2012-04-11avplay: Don't free video filters string until the end of decoding.Alex Converse
2012-04-06avplay: Don't try to scale timestamps if the tb isn't setMartin Storsjö
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-02-29avplay: remove an unused variable.Anton Khirnov
2012-02-21avplay: fix -threads optionJanne Grunau
2012-02-06avplay: reset decoder flush state when seekingJustin Ruggles
2012-01-28avplay: use the correct array size for stride.Anton Khirnov
2012-01-25Drop unnecessary prefix from *sink* variable and struct names.Diego Biurrun
2012-01-24avplay: remove the -er option.Anton Khirnov
2012-01-21threads: change the default for threads back to 1Janne Grunau