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
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
2012-09-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-21lavf: zero data/size of the packet passed to read_packet().Anton Khirnov
2012-09-20lavf probe: prevent codec probe with no data at all seenJanne Grunau
2012-09-17Remove code that duplicates existing code a few lines down.Reimar Döffinger
2012-09-16Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'Michael Niedermayer
2012-09-15avformat: fix typo in avformat_close_inputLuca Barbato
2012-09-15lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov
2012-09-15lavf: cosmetics, reformat av_write_trailer().Anton Khirnov
2012-09-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-14lavf/compute_pkt_fields: only run pts by duration correction if reference ts ...Michael Niedermayer
2012-09-14avformat: refactor avformat_close_inputLuca Barbato
2012-09-14avformat: simplify avformat_close_inputLuca Barbato
2012-09-14compute_pkt_fields2: dont interpret max_b_frames of <0 as there being b frames.Michael Niedermayer
2012-09-11lavf/avformat_seek_file: fix harmless integer overflowMichael Niedermayer
2012-09-10utils/update_stream_timings: fix division by zeroMichael Niedermayer
2012-09-10compute_pkt_fields: fix harmless integer overflowMichael Niedermayer
2012-09-08ffio_read: dont spam the user at EOF with a truncation errorMichael Niedermayer
2012-09-07lavf/utils: fix typo in has_codec_parametersStefano Sabatini
2012-09-07lavf: factor codec id forcing outMichael Niedermayer
2012-09-06lavu/parseutils: add av_small_strptime()Stefano Sabatini
2012-09-06lavf: fix a few typo in some comments.Clément Bœsch
2012-09-06lavf: remove a few useless AV_NOWARN_DEPRECATED().Clément Bœsch
2012-08-31find_stream_info: update last_dts more oftenMichael Niedermayer
2012-08-24lavf/utils: Try to unwrap pts/dts so as to minimize wrapsMichael Niedermayer
2012-08-24lavf/utils: run update_initial_timestamps() outside some if()Michael Niedermayer
2012-08-21lavf: remove unused AVStream pointer.Clément Bœsch
2012-08-21lavf: add const qualifier to AVCodecDescriptor pointer in is_intra_only().Clément Bœsch
2012-08-21lavf: factor ff_free_stream() outMichael Niedermayer
2012-08-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer