Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-01avconv: fix some bugs introduced in 630902a1e1336e7ee0cf3dcbcb6eb07af8edf660Michael Niedermayer
2011-08-30avconv: remove -threads option.Anton Khirnov
2011-08-30avconv: Replace raw picture frame swapping hack.Alex Converse
2011-08-29avconv: remove stubs of crop* and pad* optionsAnton Khirnov
2011-08-29avconv: re-add nb_streams to InputFile.Anton Khirnov
2011-08-26doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun
2011-08-24avconv: Replace goto redo on decode fail with continue.Alex Converse
2011-08-24avconv: Remove dead store.Alex Converse
2011-08-23avconv: use av_clip_int16 for audio clippingAlex Converse
2011-08-23avconv: print the codecs names in the stream mapping.Nicolas George
2011-08-23avconv: move the avcodec_find_decoder() call to add_input_streams().Anton Khirnov
2011-08-20avconv: Separate initialization from the main transcode loop.Alex Converse
2011-08-20avconv: reset input_ts_offset between files.Anton Khirnov
2011-08-20avconv: call flush_encoders() from transcode() directly.Anton Khirnov
2011-08-20avconv: fix broken indentation.Anton Khirnov
2011-08-20avconv: rescue poor abused limit_filesize global.Anton Khirnov
2011-08-19avconv: Set error code before before jumping to fail.Alex Converse
2011-08-19avconv: Fix spelling errors.Alex Converse
2011-08-18avconv: save two levels of indentation in flush_encoders()Anton Khirnov
2011-08-18avconv: factor flushing encoders out of output_packet().Anton Khirnov
2011-08-18avconv: factor out initializing input streams.Anton Khirnov
2011-08-18avconv: remove -intra option.Anton Khirnov
2011-08-18avconv: reset streamid_map between output files.Anton Khirnov
2011-08-18avconv: make timer_start a local var in transcode().Anton Khirnov
2011-08-18avconv: cosmetics, move OutputStream.Anton Khirnov
2011-08-18avconv: remove two unused macros.Anton Khirnov
2011-08-17avconv: reindent.Anton Khirnov
2011-08-17avconv: rescue poor abused start_time global.Anton Khirnov
2011-08-17avconv: rescue poor abused recording_time global.Anton Khirnov
2011-08-17avconv: merge two loops in output_packet().Anton Khirnov
2011-08-17avconv: fix broken indentation.Anton Khirnov
2011-08-17avconv: get rid of the arbitrary MAX_FILES limit.Anton Khirnov
2011-08-17avconv: get rid of the output_streams_for_file vs. ost_table schizophreniaAnton Khirnov
2011-08-17avconv: add a wrapper for output AVFormatContexts and merge output_opts into itAnton Khirnov
2011-08-17avconv: make itsscale syntax consistent with other options.Anton Khirnov
2011-08-17avconv: factor out adding input streams.Anton Khirnov
2011-08-17avconv: Factorize combining auto vsync with format.Alex Converse
2011-08-17avconv: Factorize video resampling.Alex Converse
2011-08-17avconv: Don't unnecessarily convert ipts to a double.Alex Converse
2011-08-16Revert "avconv: use stream copy by default when possible."Anton Khirnov
2011-08-16avconv: print stream copy information.Anton Khirnov
2011-08-16avconv: use stream copy by default when possible.Anton Khirnov
2011-08-16avconv: don't segfault on 0 input files.Anton Khirnov
2011-08-16avconv: remove a write-only variableAnton Khirnov
2011-08-16avconv: remove pointless parameter from new_*_stream().Anton Khirnov
2011-08-16avconv: cosmetics, move codeAnton Khirnov
2011-08-16avconv: cosmetics -- move copy_chapters().Anton Khirnov
2011-08-16avconv: cosmetics -- move parse_forced_key_frames().Anton Khirnov
2011-08-16lavc: add audio flag to the 'b' option, deprecate 'ab'.Anton Khirnov
2011-08-16avconv: rename sameq to same_quantAnton Khirnov