summaryrefslogtreecommitdiffstats
path: root/avconv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avconv: free packet in write_frame() when discarding due to frame number limitJustin Ruggles2012-03-201-1/+3
* avconv: pass input stream timestamps to audio encodersJustin Ruggles2012-03-201-0/+1
* avconv: remove pointless checks.Anton Khirnov2012-03-151-5/+3
* avconv: check for get_filtered_frame() failure.Anton Khirnov2012-03-151-3/+7
* avconv: remove a pointless check.Anton Khirnov2012-03-151-2/+1
* avconv: reindentAnton Khirnov2012-03-131-17/+17
* avconv: link '-passlogfile' option to libx264 'stats' AVOption.Anton Khirnov2012-03-131-0/+4
* avconv: add -cpuflags option for setting supported cpuflags.Anton Khirnov2012-03-061-0/+64
* avconv: fix counting encoded video size.Anton Khirnov2012-03-061-2/+2
* avconv: set discard on input streams automatically.Anton Khirnov2012-02-261-12/+4
* avconv: saner output video timebase.Anton Khirnov2012-02-261-6/+23
* avconv: refactor vsync code.Anton Khirnov2012-02-261-20/+26
* bethsoftvid: pass palette in side data instead of in a separate packet.Justin Ruggles2012-02-161-1/+1
* avconv: Don't split out inline sequence headers when stream copying VC1Martin Storsjö2012-02-141-0/+1
* avconv: set AVFormatContext.duration from '-t'Andrey Utkin2012-02-121-0/+2
* avcodec: for audio encoding, set packet dts to packet pts.Justin Ruggles2012-02-091-0/+2
* avconv: switch to avcodec_encode_video2().Anton Khirnov2012-02-081-35/+16
* avconv: estimate next_dts from framerate if it is set.Anton Khirnov2012-02-071-0/+4
* avconv: better next_dts usage.Anton Khirnov2012-02-071-11/+9
* avconv: rename InputStream.pts to last_dts.Anton Khirnov2012-02-071-15/+16
* avconv: reduce overloading for InputStream.pts.Anton Khirnov2012-02-071-11/+9
* avconv: rename InputStream.next_pts to next_dts.Anton Khirnov2012-02-071-19/+20
* avconv: rework -t handling for encoding.Anton Khirnov2012-02-071-10/+37
* avconv: set encoder timebase for subtitles.Anton Khirnov2012-02-071-0/+1
* avconv: remove debugging cruft from do_video_out().Anton Khirnov2012-02-031-9/+1
* avconv: factorize setting stream_index for the output packet.Anton Khirnov2012-02-031-5/+1
* avconv: deprecate the -deinterlace optionAnton Khirnov2012-01-301-2/+9
* Fix non-C89 declarations in for loopsMans Rullgard2012-01-291-2/+2
* Drop unnecessary prefix from *sink* variable and struct names.Diego Biurrun2012-01-251-3/+3
* threads: change the default for threads back to 1Janne Grunau2012-01-211-0/+4
* cosmetics: Rename ffsink to avsink.Diego Biurrun2012-01-191-3/+3
* avconv: fix -frames for video encoders with delay.Anton Khirnov2012-01-171-1/+19
* avconv: use avcodec_encode_audio2()Justin Ruggles2012-01-151-100/+105
* avconv: use AVFrame.width/height/format instead of corresponding AVCodecConte...Anton Khirnov2012-01-121-8/+7
* avconv: reinitialize the filtergraph on resolution change.Anton Khirnov2012-01-101-12/+32
* avconv: fix -copyinkf.Anton Khirnov2012-01-101-2/+2
* avconv: add symbolic names for -vsync parametersAnton Khirnov2012-01-041-7/+23
* avconv: remove the 'codec framerate is different from stream' warningAnton Khirnov2012-01-021-10/+1
* avconv: make -frames work for all types of streams, not just video.Anton Khirnov2012-01-011-10/+11
OpenPOWER on IntegriCloud