summaryrefslogtreecommitdiffstats
path: root/avconv.c
Commit message (Expand)AuthorAgeFilesLines
...
* avconv: merge configuration code for complex and simple filtersAnton Khirnov2012-05-291-258/+85
* avconv: split configuring input filters out of configure_complex_filterAnton Khirnov2012-05-291-37/+61
* avconv: Display the error returned by avformat_write_headerMartin Storsjö2012-05-261-2/+6
* avconv: rename transcode_audio/video to decode_audio/video.Anton Khirnov2012-05-221-4/+4
* avconv: reindentAnton Khirnov2012-05-181-66/+66
* avconv: replace -vsync cfr code with the fps filter.Anton Khirnov2012-05-181-93/+57
* avconv: add support for audio in complex filtergraphs.Anton Khirnov2012-05-181-13/+133
* avconv: fix behavior with -ss as an output option.Anton Khirnov2012-05-171-2/+4
* avconv: automatically insert asyncts when -async is used.Anton Khirnov2012-05-141-0/+27
* avconv: add support for audio filters.Anton Khirnov2012-05-141-478/+328
* buffersrc: add av_buffersrc_write_frame().Anton Khirnov2012-05-141-2/+1
* avconv: use lrint() for rounding double timestampsMans Rullgard2012-05-101-2/+2
* lavc: pad last audio frame with silence when needed.Anton Khirnov2012-05-091-8/+0
* lavfi: add video buffer sink, and use it in avtoolsAnton Khirnov2012-05-091-30/+74
* avconv: remove stray useless comment.Anton Khirnov2012-05-061-1/+0
* avutil: add av_parse_cpu_flags() functionMans Rullgard2012-04-251-55/+4
* avconv: use libavresampleJustin Ruggles2012-04-241-71/+64
* avconv: fix a segfault on -c copy with -filter_complex.Anton Khirnov2012-04-241-1/+12
* avconv: fix off by one check in complex_filterLuca Barbato2012-04-221-1/+1
* ARM: allow runtime masking of CPU featuresMans Rullgard2012-04-221-0/+8
* Remove lowres video decodingMans Rullgard2012-04-211-6/+0
* avconv: fix a segfault when default encoder for a format doesn't exist.Anton Khirnov2012-04-211-8/+10
* avconv: check for an incompatible changing channel layoutJustin Ruggles2012-04-181-45/+54
* avconv: only set the "channels" option when it exists for the specified input...Justin Ruggles2012-04-161-2/+10
* avconv: flush decoders immediately after an EOF.Anton Khirnov2012-04-151-1/+8
* avconv: send EOF to vsrc_buffer.Anton Khirnov2012-04-151-0/+3
* avconv: reindent.Anton Khirnov2012-04-151-50/+50
* avconv: add support for complex filtergraphs.Anton Khirnov2012-04-151-56/+420
* avconv: make filtergraphs global.Anton Khirnov2012-04-151-68/+169
* avconv: move filtered_frame from InputStream to OutputStream.Anton Khirnov2012-04-151-5/+5
* avconv: don't set output width/height directly from input value.Anton Khirnov2012-04-151-7/+1
* avconv: move resample_{width,height,pix_fmt} to InputStream.Anton Khirnov2012-04-151-22/+25
* avconv: remove a useless variable from OutputStream.Anton Khirnov2012-04-151-5/+3
* avconv: get output pixel format from lavfi.Anton Khirnov2012-04-151-49/+30
* avconv: change {input,output}_{streams,files} into arrays of pointers.Anton Khirnov2012-04-151-126/+143
* avconv: don't pass input/output streams to some functions.Anton Khirnov2012-04-151-36/+25
* avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini2012-04-141-2/+2
* avconv: use default channel layouts when they are unknownJustin Ruggles2012-04-101-0/+56
* avconv: parse channel layout stringJustin Ruggles2012-04-101-0/+36
* avconv: allow '-async -1' to disable timestamp sync for audio encodingJustin Ruggles2012-04-091-2/+2
* avconv: use default alignment for audio bufferJustin Ruggles2012-04-091-1/+1
* avconv: remove OutputStream.picref.Anton Khirnov2012-04-091-5/+5
* avconv: only set SAR once on the decoded frame.Anton Khirnov2012-04-091-2/+3
* avconv: remove an unused function parameter.Anton Khirnov2012-04-061-2/+1
* avconv: remove now pointless variables.Anton Khirnov2012-04-061-10/+2
* avconv: drop support for building without libavfilter.Anton Khirnov2012-04-061-110/+0
* lavc/avconv: support changing frame sizes in codecs with frame mt.Ronald S. Bultje2012-03-241-4/+7
* avconv: fix the resampling safety factors for output audio buffer allocationJustin Ruggles2012-03-231-1/+1
* avconv: move audio output buffer allocation to a separate functionJustin Ruggles2012-03-231-20/+32
* avconv: make the async buffer global and free it in exit_program()Justin Ruggles2012-03-231-5/+13
OpenPOWER on IntegriCloud