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-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
2012-04-15avconv: get output pixel format from lavfi.Anton Khirnov
2012-04-15avconv: change {input,output}_{streams,files} into arrays of pointers.Anton Khirnov
2012-04-15avconv: don't pass input/output streams to some functions.Anton Khirnov
2012-04-14avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini
2012-04-10avconv: use default channel layouts when they are unknownJustin Ruggles
2012-04-10avconv: parse channel layout stringJustin Ruggles
2012-04-09avconv: allow '-async -1' to disable timestamp sync for audio encodingJustin Ruggles
2012-04-09avconv: use default alignment for audio bufferJustin Ruggles
2012-04-09avconv: remove OutputStream.picref.Anton Khirnov
2012-04-09avconv: only set SAR once on the decoded frame.Anton Khirnov
2012-04-06avconv: remove an unused function parameter.Anton Khirnov
2012-04-06avconv: remove now pointless variables.Anton Khirnov
2012-04-06avconv: drop support for building without libavfilter.Anton Khirnov
2012-03-25lavc/avconv: support changing frame sizes in codecs with frame mt.Ronald S. Bultje
2012-03-23avconv: fix the resampling safety factors for output audio buffer allocationJustin Ruggles
2012-03-23avconv: move audio output buffer allocation to a separate functionJustin Ruggles
2012-03-23avconv: make the async buffer global and free it in exit_program()Justin Ruggles
2012-03-20avconv: free packet in write_frame() when discarding due to frame number limitJustin Ruggles
2012-03-20avconv: pass input stream timestamps to audio encodersJustin Ruggles
2012-03-15avconv: remove pointless checks.Anton Khirnov