]> git.sesse.net Git - ffmpeg/history - avconv.c
avconv: Factorize video resampling.
[ffmpeg] / avconv.c
2011-08-17 Alex Converseavconv: Factorize video resampling.
2011-08-17 Alex Converseavconv: Don't unnecessarily convert ipts to a double.
2011-08-16 Anton KhirnovRevert "avconv: use stream copy by default when possible."
2011-08-16 Anton Khirnovavconv: print stream copy information.
2011-08-16 Anton Khirnovavconv: use stream copy by default when possible.
2011-08-16 Anton Khirnovavconv: don't segfault on 0 input files.
2011-08-16 Anton Khirnovavconv: remove a write-only variable
2011-08-16 Anton Khirnovavconv: remove pointless parameter from new_*_stream().
2011-08-16 Anton Khirnovavconv: cosmetics, move code
2011-08-16 Anton Khirnovavconv: cosmetics -- move copy_chapters().
2011-08-16 Anton Khirnovavconv: cosmetics -- move parse_forced_key_frames().
2011-08-16 Anton Khirnovlavc: add audio flag to the 'b' option, deprecate ...
2011-08-16 Anton Khirnovavconv: rename sameq to same_quant
2011-08-16 Anton Khirnovavconv: replace -vcodec/-acodec/-scodec with a better...
2011-08-16 Anton Khirnovavconv: remove presets.
2011-08-15 Dustin Brodympeg12: remove repeat-field code disabled since May...
2011-08-15 KostyaTurn on resampling on sudden size change instead of...
2011-08-15 Kostyaavtools: reinitialise filter chain when input video...
2011-08-12 Anton Khirnovavconv: change semantics of -map
2011-08-12 Anton Khirnovavconv: get rid of new* options.
2011-08-12 Anton Khirnovcmdutils: allow precisely specifying a stream for AVOpt...
2011-08-12 Anton Khirnovavconv: make -map_metadata work consistently with the...
2011-08-12 Anton Khirnovavconv: remove deprecated options.
2011-08-12 Anton Khirnovavconv: make -map_chapters accept only the input file...
2011-08-12 Anton KhirnovMake a copy of ffmpeg under a new name -- avconv.