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
2012-06-24avconv: remove a forgotten debugging printf.Anton Khirnov
2012-06-24avconv: use more descriptive names for hardcoded filters.Anton Khirnov
2012-06-24avconv: remove redundant handling of async.Anton Khirnov
2012-06-22Replace usleep() calls with av_usleep()Mans Rullgard
2012-06-20Remove unnecessary inclusions of [sys/]time.hMans Rullgard
2012-06-14avconv: don't try to free threads that were not initialized.Anton Khirnov
2012-06-13lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov
2012-06-12avconv: support only native pthreads.Anton Khirnov
2012-06-10avconv: multithreaded demuxing.Anton Khirnov
2012-06-05avtools: move buffer management code from avconv to cmdutils.Anton Khirnov
2012-06-05avconv: don't use InputStream in the buffer management code.Anton Khirnov
2012-06-05avconv: fix exiting when max frames is reached.Anton Khirnov
2012-06-04avconv: check output stream recording time before each frame returned from fi...Anton Khirnov
2012-06-04avconv: split selecting input file out of transcode().Anton Khirnov
2012-06-04avconv: split checking for active outputs out of transcode().Anton Khirnov
2012-05-29avconv: extend -r to work on any input stream.Anton Khirnov
2012-05-29avconv: don't print filters inserted by avconv in stream mappings.Anton Khirnov
2012-05-29avconv: merge configuration code for complex and simple filtersAnton Khirnov
2012-05-29avconv: split configuring input filters out of configure_complex_filterAnton Khirnov
2012-05-26avconv: Display the error returned by avformat_write_headerMartin Storsjö
2012-05-22avconv: rename transcode_audio/video to decode_audio/video.Anton Khirnov
2012-05-18avconv: reindentAnton Khirnov
2012-05-18avconv: replace -vsync cfr code with the fps filter.Anton Khirnov
2012-05-18avconv: add support for audio in complex filtergraphs.Anton Khirnov
2012-05-17avconv: fix behavior with -ss as an output option.Anton Khirnov
2012-05-14avconv: automatically insert asyncts when -async is used.Anton Khirnov
2012-05-14avconv: add support for audio filters.Anton Khirnov
2012-05-14buffersrc: add av_buffersrc_write_frame().Anton Khirnov
2012-05-11avconv: use lrint() for rounding double timestampsMans Rullgard
2012-05-09lavc: pad last audio frame with silence when needed.Anton Khirnov
2012-05-09lavfi: add video buffer sink, and use it in avtoolsAnton Khirnov
2012-05-06avconv: remove stray useless comment.Anton Khirnov
2012-04-26avutil: add av_parse_cpu_flags() functionMans Rullgard
2012-04-25avconv: use libavresampleJustin Ruggles
2012-04-24avconv: fix a segfault on -c copy with -filter_complex.Anton Khirnov
2012-04-23avconv: fix off by one check in complex_filterLuca Barbato
2012-04-22ARM: allow runtime masking of CPU featuresMans Rullgard
2012-04-21Remove lowres video decodingMans Rullgard
2012-04-21avconv: fix a segfault when default encoder for a format doesn't exist.Anton Khirnov
2012-04-19avconv: check for an incompatible changing channel layoutJustin Ruggles
2012-04-17avconv: only set the "channels" option when it exists for the specified input...Justin Ruggles
2012-04-15avconv: flush decoders immediately after an EOF.Anton Khirnov
2012-04-15avconv: send EOF to vsrc_buffer.Anton Khirnov
2012-04-15avconv: reindent.Anton Khirnov
2012-04-15avconv: add support for complex filtergraphs.Anton Khirnov
2012-04-15avconv: make filtergraphs global.Anton Khirnov
2012-04-15avconv: move filtered_frame from InputStream to OutputStream.Anton Khirnov
2012-04-15avconv: don't set output width/height directly from input value.Anton Khirnov
2012-04-15avconv: move resample_{width,height,pix_fmt} to InputStream.Anton Khirnov
2012-04-15avconv: remove a useless variable from OutputStream.Anton Khirnov