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-11-30avconv: update InputStream.pts in the streamcopy case.Anton Khirnov
2011-11-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-29avconv: Handle audio sync for non-S16 sample formats.Alex Converse
2011-11-28cmdutils: pass AVCodec to filter_codec_opts()Michael Niedermayer
2011-11-25Add option -n to exit if output file exists.Carl Eugen Hoyos
2011-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-24avconv: fix segfault at EOF with delayed picturesJanne Grunau
2011-11-24avconv: remove a now unused parameter from output_packet().Anton Khirnov
2011-11-24avconv: formatting fixes in output_packet()Anton Khirnov
2011-11-24avconv: declare some variables in blocks where they are usedAnton Khirnov
2011-11-24avconv: use the same behavior when decoding audio/video/subsAnton Khirnov
2011-11-24avconv: use vsync 0 for AVFMT_NOTIMESTAMPS formats.Anton Khirnov
2011-11-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-23avconv: Consistently use PIX_FMT_NONE.Alex Converse
2011-11-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-22avconv: cleanup the transcoding loop in output_packet().Anton Khirnov
2011-11-21avconv: split subtitle transcoding out of output_packet().Anton Khirnov
2011-11-21avconv: split video transcoding out of output_packet().Anton Khirnov
2011-11-21avconv: split audio transcoding out of output_packet().Anton Khirnov
2011-11-21avconv: reindent.Anton Khirnov
2011-11-21avconv: move streamcopy-only code out of decoding loop.Anton Khirnov
2011-11-21avconv: remove an always true condition and reindent.Anton Khirnov
2011-11-21avconv: split off streamcopy handling into a separate loop.Anton Khirnov
2011-11-21avconv: cosmetics, reformat transcode_init()Anton Khirnov
2011-11-21avconv: rename 'os' variable to 'oc'Anton Khirnov
2011-11-21ffmpeg: 10l add back show_banner() that was lost in the last merge.Michael Niedermayer
2011-11-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-18avconv: Set new interrupt callbacks for all AVFormatContexts, use avio_open2(...Martin Storsjö
2011-11-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-10avconv: remove some codec-specific hacksAnton Khirnov
2011-11-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-06avconv: remove some redundant temporary variables.Anton Khirnov
2011-11-06avconv: fix broken indentationAnton Khirnov
2011-11-06avconv: move copy_initial_nonkeyframes to the options context.Anton Khirnov
2011-11-06avconv: use file:stream instead of file.stream in log messages.Anton Khirnov
2011-11-06Call avformat_network_init/deinit in the programsMartin Storsjö
2011-11-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-03avconv: add -dump_attachment option.Anton Khirnov
2011-11-03avconv: add -attach option.Anton Khirnov
2011-11-03avconv: make negative mappings disable only streams from the specified fileAnton Khirnov
2011-11-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-31cmdutils: Rename read_file to cmdutils_read_fileMartin Storsjö
2011-10-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-25g722dec: remove the use of lowres for half-rate decoding.Justin Ruggles
2011-10-25lavf: deprecate AVStream.stream_copyAnton Khirnov
2011-10-25avconc: split choose_codec() to choose_decoder/choose_encoder.Anton Khirnov
2011-10-25mpegenc: add preload private option.Anton Khirnov
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov
2011-10-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer