aboutsummaryrefslogtreecommitdiff
path: root/avconv.c
AgeCommit message (Expand)Author
2012-05-06avconv: remove stray useless comment.Anton Khirnov
2012-04-25avutil: add av_parse_cpu_flags() functionMans Rullgard
2012-04-24avconv: use libavresampleJustin Ruggles
2012-04-24avconv: fix a segfault on -c copy with -filter_complex.Anton Khirnov
2012-04-22avconv: 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-18avconv: check for an incompatible changing channel layoutJustin Ruggles
2012-04-16avconv: 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-24lavc/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
2012-03-15avconv: check for get_filtered_frame() failure.Anton Khirnov
2012-03-15avconv: remove a pointless check.Anton Khirnov
2012-03-13avconv: reindentAnton Khirnov
2012-03-13avconv: link '-passlogfile' option to libx264 'stats' AVOption.Anton Khirnov
2012-03-06avconv: add -cpuflags option for setting supported cpuflags.Anton Khirnov
2012-03-06avconv: fix counting encoded video size.Anton Khirnov
2012-02-26avconv: set discard on input streams automatically.Anton Khirnov
2012-02-26avconv: saner output video timebase.Anton Khirnov
2012-02-26avconv: refactor vsync code.Anton Khirnov
2012-02-16bethsoftvid: pass palette in side data instead of in a separate packet.Justin Ruggles
2012-02-14avconv: Don't split out inline sequence headers when stream copying VC1Martin Storsjö