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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-29Merge commit '5c7bf2dddee5bdfa247ff0d57cb8a37d19077f66'Michael Niedermayer
2012-11-28lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles
2012-11-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-26lavf: avoid integer overflow in ff_compute_frame_duration()Janne Grunau
2012-11-23replace av_log(0, by av_log(NULL,Michael Niedermayer
2012-11-21Add -skip_initial_bytes option.Carl Eugen Hoyos
2012-11-19Allow use of @ character in username and passwords embedded in URLsGavin Kinsey
2012-11-18lavf: let av_find_best_stream use bitrate info if availableMarton Balint
2012-11-14av_probe_input_format3: support NULL as buffer. Fixes null ptr derefMichael Niedermayer
2012-11-09lavf: Dont compare absolute to relative timestamps in duration gcdMichael Niedermayer
2012-11-06utils: fix integer overflow with DURATION_MAX_READ_SIZEMichael Niedermayer
2012-11-02lavf: fix integer overflow in rfps calculationMichael Niedermayer
2012-10-31utils: fix rounding of micro secondsMichael Niedermayer
2012-10-24lavf: const correctness for avformat_new_streamPaul B Mahol
2012-10-23lavf: fix duration estimation for multi program TSMichael Niedermayer
2012-10-23lavf: increase retries to guess duration from pts by 1Michael Niedermayer
2012-10-20avformat_free_context: allow NULL as argumentMichael Niedermayer
2012-10-16utils: consider mpeg4 in mp4/mov to have a unreliable timebaseMichael Niedermayer
2012-10-14lavf: fix fps detection with PAFF H.264Michael Niedermayer
2012-10-13avio: redesign ffio_rewind_with_probe_data()Michael Niedermayer
2012-10-12update_initial_timestamps: increase pts_buffer sizeMichael Niedermayer
2012-10-10lavf: do not prematurely accept a format with low score in init_input()Michael Niedermayer
2012-10-10lavf: add a AVPROBE_SCORE_RETRY instead of using hardcoded values.Michael Niedermayer
2012-10-10Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f'Michael Niedermayer
2012-10-09url: Handle relative urls starting with two slashesDuncan Salerno
2012-10-09url: Handle relative urls being just a new query stringDuncan Salerno
2012-10-09url: Don't treat slashes in query parameters as directory separatorsDuncan Salerno
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-02Merge commit '55f9037f38bc3beacb2f5a17408c1d24c077d7fd'Michael Niedermayer
2012-10-02Merge commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d'Michael Niedermayer
2012-10-01avformat: split muxing functions from util.cLuca Barbato
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avformat: const correctness for av_hex_dump / av_hex_dump_logDiego Biurrun
2012-10-01avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-09-29lavf: free probe data in case we close before probing finishedMichael Niedermayer
2012-09-27lavf: fill in past dts based on reordered pts once the delay becomes known.Michael Niedermayer
2012-09-27lavf: factorize timestamp shift in update_initial_timestamps()Michael Niedermayer
2012-09-26lavf: Add support offset timestamps on muxing.Michael Niedermayer
2012-09-26lavf: fix bug that caused has_decode_delay_been_guessed() to never return !=0Michael Niedermayer
2012-09-26Handle the following type of relative URL correctly:Duncan Salerno
2012-09-25Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer
2012-09-25Fix two "skiping" typo.Clément Bœsch
2012-09-25lavf: dont add apic streams for demuxers that dont support it.Michael Niedermayer
2012-09-24lavf/utils: remove loop on AVERROR(EAGAIN) in av_read_frame()Stefano Sabatini
2012-09-24lavf: use a malloced AVFrame in try_decode_frame().Anton Khirnov
2012-09-24lavf/utils: add error check in av_read_frame()Stefano Sabatini
2012-09-23lavf/find_stream_info: make sure we decode at least one frame for DTSMichael Niedermayer
2012-09-23lavf: dont open a decoder at the top of find_stream_info before probing has f...Michael Niedermayer
2012-09-23lavf: allow using request_probe as a score threshold to accept a codecMichael Niedermayer