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-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
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ö
2012-02-12avconv: set AVFormatContext.duration from '-t'Andrey Utkin
2012-02-10avcodec: for audio encoding, set packet dts to packet pts.Justin Ruggles
2012-02-09avconv: switch to avcodec_encode_video2().Anton Khirnov
2012-02-07avconv: estimate next_dts from framerate if it is set.Anton Khirnov
2012-02-07avconv: better next_dts usage.Anton Khirnov
2012-02-07avconv: rename InputStream.pts to last_dts.Anton Khirnov
2012-02-07avconv: reduce overloading for InputStream.pts.Anton Khirnov
2012-02-07avconv: rename InputStream.next_pts to next_dts.Anton Khirnov
2012-02-07avconv: rework -t handling for encoding.Anton Khirnov
2012-02-07avconv: set encoder timebase for subtitles.Anton Khirnov
2012-02-03avconv: remove debugging cruft from do_video_out().Anton Khirnov
2012-02-03avconv: factorize setting stream_index for the output packet.Anton Khirnov
2012-01-31avconv: deprecate the -deinterlace optionAnton Khirnov
2012-01-30Fix non-C89 declarations in for loopsMans Rullgard
2012-01-25Drop unnecessary prefix from *sink* variable and struct names.Diego Biurrun
2012-01-21threads: change the default for threads back to 1Janne Grunau
2012-01-19cosmetics: Rename ffsink to avsink.Diego Biurrun
2012-01-17avconv: fix -frames for video encoders with delay.Anton Khirnov
2012-01-16avconv: use avcodec_encode_audio2()Justin Ruggles