| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-21 | 1 | -27/+39 |
|\ |
|
| * | avconv: Separate initialization from the main transcode loop. | Alex Converse | 2011-08-19 | 1 | -25/+37 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-20 | 1 | -13/+13 |
|\| |
|
| * | avconv: reset input_ts_offset between files. | Anton Khirnov | 2011-08-19 | 1 | -0/+1 |
| * | avconv: call flush_encoders() from transcode() directly. | Anton Khirnov | 2011-08-19 | 1 | -6/+3 |
| * | avconv: fix broken indentation. | Anton Khirnov | 2011-08-19 | 1 | -1/+1 |
| * | avconv: rescue poor abused limit_filesize global. | Anton Khirnov | 2011-08-19 | 1 | -6/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-19 | 1 | -3/+9 |
|\| |
|
| * | avconv: Set error code before before jumping to fail. | Alex Converse | 2011-08-19 | 1 | -3/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-19 | 1 | -164/+157 |
|\| |
|
| * | avconv: Fix spelling errors. | Alex Converse | 2011-08-18 | 1 | -4/+4 |
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-18 | 1 | -408/+382 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-17 | 1 | -1/+3 |
|\| |
|
| * | 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: Correct Copyright statement. | Michael Niedermayer | 2011-08-17 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-16 | 1 | -322/+237 |
|\| |
|
| * | 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 |
* | | avconv: fix uninitialized variable | Michael Niedermayer | 2011-08-16 | 1 | -1/+1 |