| Commit message (Expand) | Author | Age | Files | Lines |
* | ffmpeg: Fix minor memleak of input_tmp | Chiranjeevi Melam | 2011-09-02 | 1 | -1/+4 |
* | ffmpeg: fix two unused variables warnings. | Clément Bœsch | 2011-09-01 | 1 | -6/+6 |
* | Fix compilation with --disable-avfilter. | Carl Eugen Hoyos | 2011-09-01 | 1 | -1/+4 |
* | ffmpeg: Fix typos introduced in: | Michael Niedermayer | 2011-09-01 | 1 | -3/+3 |
* | Merge commit 'f593628e5868e52a46de666767896c6afcebdae4' | Michael Niedermayer | 2011-08-31 | 1 | -5/+3 |
|\ |
|
| * | doxygen: fix wrong comment syntax, //< vs. ///< | Diego Biurrun | 2011-08-26 | 1 | -3/+3 |
* | | ffmpeg: ffmpeg: fix reading commands from the keyboard | Michael Niedermayer | 2011-08-30 | 1 | -2/+2 |
* | | ffmpeg: fix reading commands from stdin | Michael Niedermayer | 2011-08-30 | 1 | -1/+6 |
* | | ffmpeg: re-add nb_streams to InputFile. | Anton Khirnov | 2011-08-30 | 1 | -5/+6 |
* | | ffmpeg: Replace goto redo on decode fail with continue. | Alex Converse | 2011-08-30 | 1 | -2/+1 |
* | | ffmpeg: Remove dead store. | Alex Converse | 2011-08-30 | 1 | -1/+0 |
* | | ffmpeg: use av_clip_int16 for audio clipping | Alex Converse | 2011-08-30 | 1 | -3/+1 |
* | | ffmpeg: switch stream mapping print code to qatars variant | Michael Niedermayer | 2011-08-30 | 1 | -6/+5 |
* | | ffmpeg: move the avcodec_find_decoder() call to add_input_streams(). | Anton Khirnov | 2011-08-30 | 1 | -2/+2 |
* | | ffmpeg: Separate initialization from the main transcode loop. | Alex Converse | 2011-08-30 | 1 | -26/+38 |
* | | ffmpeg: reset input_ts_offset between files. | Anton Khirnov | 2011-08-30 | 1 | -0/+1 |
* | | ffmpeg: call flush_encoders() from transcode() directly. | Anton Khirnov | 2011-08-30 | 1 | -6/+3 |
* | | ffmpeg: fix broken indentation. | Anton Khirnov | 2011-08-30 | 1 | -1/+1 |
* | | ffmpeg: rescue poor abused limit_filesize global. | Anton Khirnov | 2011-08-30 | 1 | -6/+8 |
* | | ffmpeg: Set error code before before jumping to fail. | Alex Converse | 2011-08-30 | 1 | -3/+9 |
* | | ffmpeg: Fix spelling errors. | Alex Converse | 2011-08-30 | 1 | -3/+3 |
* | | ffmpeg: save two levels of indentation in flush_encoders() | Anton Khirnov | 2011-08-30 | 1 | -69/+67 |
* | | ffmpeg: factor flushing encoders out of output_packet(). | Anton Khirnov | 2011-08-30 | 1 | -81/+88 |
* | | ffmpeg: factor out initializing input streams. | Anton Khirnov | 2011-08-30 | 1 | -34/+35 |
* | | ffmpeg: reset streamid_map between output files. | Anton Khirnov | 2011-08-30 | 1 | -1/+2 |
* | | ffmpeg: make timer_start a local var in transcode(). | Anton Khirnov | 2011-08-30 | 1 | -5/+4 |
* | | ffmpeg: cosmetics, move OutputStream. | Anton Khirnov | 2011-08-30 | 1 | -26/+25 |
* | | ffmpeg: remove two unused macros. | Anton Khirnov | 2011-08-30 | 1 | -5/+0 |
* | | ffmpeg: reindent. | Anton Khirnov | 2011-08-30 | 1 | -112/+111 |
* | | ffmpeg: rescue poor abused start_time global. | Anton Khirnov | 2011-08-30 | 1 | -5/+11 |
* | | ffmpeg: : rescue poor abused recording_time global. | Anton Khirnov | 2011-08-30 | 1 | -9/+12 |
* | | ffmpeg: fix broken indentation. | Anton Khirnov | 2011-08-30 | 1 | -2/+3 |
* | | ffmpeg: get rid of the arbitrary MAX_FILES limit. | Anton Khirnov | 2011-08-30 | 1 | -6/+7 |
* | | ffmpeg: get rid of the output_streams_for_file vs. ost_table schizophrenia | Anton Khirnov | 2011-08-30 | 1 | -62/+40 |
* | | Revert "Fix stream mapping regression" | Michael Niedermayer | 2011-08-30 | 1 | -40/+1 |
* | | ffmpeg: add a wrapper for output AVFormatContexts and merge output_opts into it | Anton Khirnov | 2011-08-30 | 1 | -34/+46 |
* | | ffmpeg: make itsscale syntax consistent with other options. | Anton Khirnov | 2011-08-30 | 1 | -23/+17 |
* | | ffmpeg: factor out adding input streams. | Anton Khirnov | 2011-08-30 | 1 | -67/+78 |
* | | ffmpeg: Factorize combining auto vsync with format. | Alex Converse | 2011-08-30 | 1 | -3/+7 |
* | | ffmpeg: Factorize video resampling. | Alex Converse | 2011-08-30 | 1 | -51/+60 |
* | | ffmpeg: Don't unnecessarily convert ipts to a double. | Alex Converse | 2011-08-30 | 1 | -4/+5 |
* | | ffmpeg: don't segfault on 0 input files. | Anton Khirnov | 2011-08-30 | 1 | -1/+1 |
* | | ffmpeg: remove pointless parameter from new_*_stream(). | Anton Khirnov | 2011-08-30 | 1 | -21/+21 |
* | | ffmpeg: cosmetics, move code | Anton Khirnov | 2011-08-30 | 1 | -124/+123 |
* | | ffmpeg: cosmetics -- move copy_chapters(). | Anton Khirnov | 2011-08-30 | 1 | -40/+40 |
* | | ffmpeg: cosmetics -- move parse_forced_key_frames(). | Anton Khirnov | 2011-08-30 | 1 | -23/+23 |
* | | ffmpeg: switch to a:b syntax | Anton Khirnov | 2011-08-30 | 1 | -3/+3 |
* | | ffmpeg: replace -vcodec/-acodec/-scodec with a better system. | Anton Khirnov | 2011-08-30 | 1 | -149/+97 |
* | | ffmpeg: remove presets. | Anton Khirnov | 2011-08-30 | 1 | -45/+0 |
* | | Revert "ffmpeg: simplify opt_*_codec() options" | Michael Niedermayer | 2011-08-30 | 1 | -23/+40 |