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-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
2011-08-16avconv: replace -vcodec/-acodec/-scodec with a better system.Anton Khirnov
2011-08-16avconv: remove presets.Anton Khirnov
2011-08-15mpeg12: remove repeat-field code disabled since May 2002Dustin Brody
2011-08-15Turn on resampling on sudden size change instead of bailing out during recode.Kostya
2011-08-15avtools: reinitialise filter chain when input video stream changes dimensionsKostya
2011-08-12avconv: change semantics of -mapAnton Khirnov