| Commit message (Expand) | Author | Age | Files | Lines |
* | avconv: save two levels of indentation in flush_encoders() | Anton Khirnov | 2011-08-18 | 1 | -69/+67 |
* | avconv: factor flushing encoders out of output_packet(). | Anton Khirnov | 2011-08-18 | 1 | -81/+88 |
* | avconv: factor out initializing input streams. | Anton Khirnov | 2011-08-18 | 1 | -46/+47 |
* | avconv: remove -intra option. | Anton Khirnov | 2011-08-18 | 1 | -4/+0 |
* | avconv: reset streamid_map between output files. | Anton Khirnov | 2011-08-18 | 1 | -1/+2 |
* | avconv: make timer_start a local var in transcode(). | Anton Khirnov | 2011-08-18 | 1 | -5/+4 |
* | avconv: cosmetics, move OutputStream. | Anton Khirnov | 2011-08-18 | 1 | -26/+25 |
* | avconv: remove two unused macros. | Anton Khirnov | 2011-08-18 | 1 | -5/+0 |
* | avconv: reindent. | Anton Khirnov | 2011-08-17 | 1 | -109/+109 |
* | avconv: rescue poor abused start_time global. | Anton Khirnov | 2011-08-17 | 1 | -5/+11 |
* | avconv: rescue poor abused recording_time global. | Anton Khirnov | 2011-08-17 | 1 | -9/+13 |
* | avconv: merge two loops in output_packet(). | Anton Khirnov | 2011-08-17 | 1 | -19/+9 |
* | avconv: fix broken indentation. | Anton Khirnov | 2011-08-17 | 1 | -2/+3 |
* | avconv: get rid of the arbitrary MAX_FILES limit. | Anton Khirnov | 2011-08-17 | 1 | -7/+7 |
* | avconv: get rid of the output_streams_for_file vs. ost_table schizophrenia | Anton Khirnov | 2011-08-17 | 1 | -59/+38 |
* | avconv: add a wrapper for output AVFormatContexts and merge output_opts into it | Anton Khirnov | 2011-08-17 | 1 | -28/+45 |
* | avconv: make itsscale syntax consistent with other options. | Anton Khirnov | 2011-08-17 | 1 | -20/+17 |
* | avconv: factor out adding input streams. | Anton Khirnov | 2011-08-17 | 1 | -63/+74 |
* | avconv: Factorize combining auto vsync with format. | Alex Converse | 2011-08-17 | 1 | -3/+7 |
* | avconv: Factorize video resampling. | Alex Converse | 2011-08-17 | 1 | -54/+64 |
* | avconv: Don't unnecessarily convert ipts to a double. | Alex Converse | 2011-08-17 | 1 | -4/+5 |
* | Revert "avconv: use stream copy by default when possible." | Anton Khirnov | 2011-08-16 | 1 | -31/+21 |
* | avconv: print stream copy information. | Anton Khirnov | 2011-08-16 | 1 | -0/+2 |
* | avconv: use stream copy by default when possible. | Anton Khirnov | 2011-08-16 | 1 | -21/+31 |
* | avconv: don't segfault on 0 input files. | Anton Khirnov | 2011-08-16 | 1 | -1/+1 |
* | avconv: remove a write-only variable | Anton Khirnov | 2011-08-16 | 1 | -4/+0 |
* | avconv: remove pointless parameter from new_*_stream(). | Anton Khirnov | 2011-08-16 | 1 | -21/+21 |
* | avconv: cosmetics, move code | Anton Khirnov | 2011-08-16 | 1 | -127/+126 |
* | avconv: cosmetics -- move copy_chapters(). | Anton Khirnov | 2011-08-16 | 1 | -40/+40 |
* | avconv: cosmetics -- move parse_forced_key_frames(). | Anton Khirnov | 2011-08-16 | 1 | -23/+23 |
* | lavc: add audio flag to the 'b' option, deprecate 'ab'. | Anton Khirnov | 2011-08-16 | 1 | -3/+3 |
* | avconv: rename sameq to same_quant | Anton Khirnov | 2011-08-16 | 1 | -6/+6 |
* | avconv: replace -vcodec/-acodec/-scodec with a better system. | Anton Khirnov | 2011-08-16 | 1 | -149/+97 |
* | avconv: remove presets. | Anton Khirnov | 2011-08-16 | 1 | -45/+0 |
* | mpeg12: remove repeat-field code disabled since May 2002 | Dustin Brody | 2011-08-15 | 1 | -2/+0 |
* | Turn on resampling on sudden size change instead of bailing out during recode. | Kostya | 2011-08-15 | 1 | -1/+1 |
* | avtools: reinitialise filter chain when input video stream changes dimensions | Kostya | 2011-08-15 | 1 | -0/+13 |
* | avconv: change semantics of -map | Anton Khirnov | 2011-08-12 | 1 | -31/+75 |
* | avconv: get rid of new* options. | Anton Khirnov | 2011-08-12 | 1 | -208/+103 |
* | cmdutils: allow precisely specifying a stream for AVOptions. | Anton Khirnov | 2011-08-12 | 1 | -3/+5 |
* | avconv: make -map_metadata work consistently with the other options | Anton Khirnov | 2011-08-12 | 1 | -72/+73 |
* | avconv: remove deprecated options. | Anton Khirnov | 2011-08-12 | 1 | -52/+0 |
* | avconv: make -map_chapters accept only the input file index. | Anton Khirnov | 2011-08-12 | 1 | -57/+23 |
* | Make a copy of ffmpeg under a new name -- avconv. | Anton Khirnov | 2011-08-12 | 1 | -0/+4428 |