summaryrefslogtreecommitdiff
path: root/avconv.c
Commit message (Expand)AuthorAge
* avconv: reindent.Anton Khirnov2011-08-17
* avconv: rescue poor abused start_time global.Anton Khirnov2011-08-17
* avconv: rescue poor abused recording_time global.Anton Khirnov2011-08-17
* avconv: merge two loops in output_packet().Anton Khirnov2011-08-17
* avconv: fix broken indentation.Anton Khirnov2011-08-17
* avconv: get rid of the arbitrary MAX_FILES limit.Anton Khirnov2011-08-17
* avconv: get rid of the output_streams_for_file vs. ost_table schizophreniaAnton Khirnov2011-08-17
* avconv: add a wrapper for output AVFormatContexts and merge output_opts into itAnton Khirnov2011-08-17
* avconv: make itsscale syntax consistent with other options.Anton Khirnov2011-08-17
* avconv: factor out adding input streams.Anton Khirnov2011-08-17
* avconv: Factorize combining auto vsync with format.Alex Converse2011-08-17
* avconv: Factorize video resampling.Alex Converse2011-08-17
* avconv: Don't unnecessarily convert ipts to a double.Alex Converse2011-08-17
* Revert "avconv: use stream copy by default when possible."Anton Khirnov2011-08-16
* avconv: print stream copy information.Anton Khirnov2011-08-16
* avconv: use stream copy by default when possible.Anton Khirnov2011-08-16
* avconv: don't segfault on 0 input files.Anton Khirnov2011-08-16
* avconv: remove a write-only variableAnton Khirnov2011-08-16
* avconv: remove pointless parameter from new_*_stream().Anton Khirnov2011-08-16
* avconv: cosmetics, move codeAnton Khirnov2011-08-16
* avconv: cosmetics -- move copy_chapters().Anton Khirnov2011-08-16
* avconv: cosmetics -- move parse_forced_key_frames().Anton Khirnov2011-08-16
* lavc: add audio flag to the 'b' option, deprecate 'ab'.Anton Khirnov2011-08-16
* avconv: rename sameq to same_quantAnton Khirnov2011-08-16
* avconv: replace -vcodec/-acodec/-scodec with a better system.Anton Khirnov2011-08-16
* avconv: remove presets.Anton Khirnov2011-08-16
* mpeg12: remove repeat-field code disabled since May 2002Dustin Brody2011-08-15
* Turn on resampling on sudden size change instead of bailing out during recode.Kostya2011-08-15
* avtools: reinitialise filter chain when input video stream changes dimensionsKostya2011-08-15
* avconv: change semantics of -mapAnton Khirnov2011-08-12
* avconv: get rid of new* options.Anton Khirnov2011-08-12
* cmdutils: allow precisely specifying a stream for AVOptions.Anton Khirnov2011-08-12
* avconv: make -map_metadata work consistently with the other optionsAnton Khirnov2011-08-12
* avconv: remove deprecated options.Anton Khirnov2011-08-12
* avconv: make -map_chapters accept only the input file index.Anton Khirnov2011-08-12
* Make a copy of ffmpeg under a new name -- avconv.Anton Khirnov2011-08-12