OSDN Git Service

Merge remote-tracking branch 'qatar/master'
[coroid/ffmpeg_saccubus.git] / avconv.c
2011-08-18 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-08-18 Alex Converseavconv: Fix spelling errors.
2011-08-18 Anton Khirnovavconv: save two levels of indentation in flush_encoders()
2011-08-18 Anton Khirnovavconv: factor flushing encoders out of output_packet().
2011-08-18 Anton Khirnovavconv: factor out initializing input streams.
2011-08-18 Anton Khirnovavconv: remove -intra option.
2011-08-18 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-08-18 Anton Khirnovavconv: reset streamid_map between output files.
2011-08-18 Anton Khirnovavconv: make timer_start a local var in transcode().
2011-08-18 Anton Khirnovavconv: cosmetics, move OutputStream.
2011-08-18 Anton Khirnovavconv: remove two unused macros.
2011-08-17 Anton Khirnovavconv: reindent.
2011-08-17 Anton Khirnovavconv: rescue poor abused start_time global.
2011-08-17 Anton Khirnovavconv: rescue poor abused recording_time global.
2011-08-17 Anton Khirnovavconv: merge two loops in output_packet().
2011-08-17 Anton Khirnovavconv: fix broken indentation.
2011-08-17 Anton Khirnovavconv: get rid of the arbitrary MAX_FILES limit.
2011-08-17 Anton Khirnovavconv: get rid of the output_streams_for_file vs....
2011-08-17 Anton Khirnovavconv: add a wrapper for output AVFormatContexts and...
2011-08-17 Anton Khirnovavconv: make itsscale syntax consistent with other...
2011-08-17 Anton Khirnovavconv: factor out adding input streams.
2011-08-17 Alex Converseavconv: Factorize combining auto vsync with format.
2011-08-17 Alex Converseavconv: Factorize video resampling.
2011-08-17 Alex Converseavconv: Don't unnecessarily convert ipts to a double.
2011-08-17 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-08-17 Michael Niedermayeravconv: Correct Copyright statement.
2011-08-16 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
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 Michael Niedermayeravconv: fix uninitialized variable
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 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
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-14 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-08-13 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-08-13 Michael Niedermayerffmpeg: fix null pointer segfault on solaris. (ticket381)
2011-08-13 Michael Niedermayeravconv: remove trailing whitespace
2011-08-13 Michael NiedermayerMerge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'
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.