Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-01-12avconv: use AVFrame.width/height/format instead of corresponding AVCodecConte...Anton Khirnov
2012-01-10avconv: reinitialize the filtergraph on resolution change.Anton Khirnov
2012-01-10avconv: fix -copyinkf.Anton Khirnov
2012-01-05avconv: add symbolic names for -vsync parametersAnton Khirnov
2012-01-02avconv: remove the 'codec framerate is different from stream' warningAnton Khirnov
2012-01-02avconv: make -frames work for all types of streams, not just video.Anton Khirnov
2012-01-02avconv: free bitstream filtersJanne Grunau
2011-12-30avconv: K&R cosmeticsAneesh Dogra
2011-12-25avconv: avoid memcpy in vsrc_buffer when possible.Anton Khirnov
2011-12-25avconv: implement get_buffer()/release_buffer().Anton Khirnov
2011-12-22mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse
2011-12-17avconv: support stream specifiers in -metadata and -map_metadataAlexandra Khirnova
2011-12-12Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov
2011-12-12avconv: update -map option help textJanne Grunau
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-11avconv: drop code for special handling of avserver streams.Anton Khirnov
2011-12-08avconv: remove unsubstantiated commentLuca Barbato
2011-12-05avconv: only allocate 1 AVFrame per input streamJustin Ruggles
2011-12-05avconv: fix memleaks due to not freeing the AVFrame for audioJustin Ruggles
2011-12-05avconv: use avcodec_decode_audio4() instead of avcodec_decode_audio3()Justin Ruggles
2011-12-02Do not memcpy raw video frames when using null muxerMans Rullgard
2011-11-30avconv: make copy_tb on by default.Anton Khirnov
2011-11-30avconv: compute next_pts from input packet duration when possible.Anton Khirnov
2011-11-30avconv: update InputStream.pts in the streamcopy case.Anton Khirnov
2011-11-29avconv: Handle audio sync for non-S16 sample formats.Alex Converse
2011-11-24avconv: fix segfault at EOF with delayed picturesJanne Grunau