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-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
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