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
2013-07-10avformat/utils: Keep internal and external av_read_frame() packets in sync.Dale Curtis
2013-06-19ff_gen_search: fix infinite loopMichael Niedermayer
2013-06-19ff_gen_search: fix limitMichael Niedermayer
2013-06-19ff_gen_search: make step 64 bit to prevent hypothetical integer overflowMichael Niedermayer
2013-03-07avformat: Fix apics with aacMichael Niedermayer
2013-03-04update_stream_timings: check bitrate for being in range.Michael Niedermayer
2013-03-04avformat: Make duration estimation from pts more robustMichael Niedermayer
2013-03-04Remove incorrect use of ctype.h functions.Reimar Döffinger
2013-03-03avformat: gather aspect ratio from rv30/40 in find_stream_infoMichael Niedermayer
2013-02-28lavf: rescale duration for chained muxers.Nicolas George
2013-02-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-28Revert "lavf/utils: add support for special characters encoding in URL"Michael Niedermayer
2013-02-28lavf/utils: add support for special characters encoding in URLSenthilnathan M
2013-02-27lavf: Handle the environment variable no_proxy more properlyMartin Storsjö
2013-02-24avformat: Allocate duration_error separatelyMichael Niedermayer
2013-02-18ff_gen_search: Fix finding the maximum timestamp in a really small fileMichael Niedermayer
2013-02-18ff_read_timestamp: check stream_index before using it as array indexMichael Niedermayer
2013-02-15lavf: dont try to find fps for attached picturesMichael Niedermayer
2013-02-08lavf: add seek2any to allow forcing seeking to non keyframes via AVOptionsMichael Niedermayer
2013-01-19lavf/utils: provide feedback in case of invalid probe sizeStefano Sabatini
2013-01-17Add a new function av_codec_get_tag2().Carl Eugen Hoyos
2013-01-13lavf/utils: clarify/extend messages in avformat_find_stream_info()Stefano Sabatini
2013-01-12lavf: use avpriv_find_pix_fmt instead of ff_Michael Niedermayer
2013-01-08lavf/utils: more complete dts checksMichael Niedermayer
2013-01-06ff_get_audio_frame_size: try to fix wma in wavMichael Niedermayer
2013-01-05Fix AVCI50 SPS to specify a SAR of 4:3 instead of 3:4.Carl Eugen Hoyos
2013-01-04Support more AVC-Intra filesReimar Döffinger
2013-01-03lavf: add return to silence compiler warningMichael Niedermayer
2013-01-03Replace references to "que" with the appropriate word.Clément Bœsch
2013-01-03avformat_seek_file: Dont attempt to rescale INT64_MIN/MAXMichael Niedermayer
2013-01-03lavf: move stream==-1 handling from ff_subtitles_queue_seek() to avformat_see...Michael Niedermayer
2013-01-02lavf: Fix codec id forcing with probed codecsMichael Niedermayer
2013-01-02lavf: move force_codec_ids() upMichael Niedermayer
2012-12-21lavf: Remove "Adjusting PTS forward" codeMichael Niedermayer
2012-12-19utils: fix duration calculation for strange_duration_example.tsMichael Niedermayer
2012-12-16wrap_timestamp: remove unneeded checkMichael Niedermayer
2012-12-16lavf: fix integer overflowsMichael Niedermayer
2012-12-16lavf: Provide a monotonic timestamp to the outside worldHarald Axmann
2012-12-11lavf: remove unneeded pb checkMichael Niedermayer
2012-12-11lavf: fix memleakMichael Niedermayer
2012-12-10http/utils: rename "demuxer" to mime_typeMichael Niedermayer
2012-12-09http/utils: move mime -> demuxer maping from http to utilsMichael Niedermayer
2012-12-09probe: belive protocol content type if set and avoid lengthly probing.Michael Niedermayer
2012-12-08lavf: fix arithmetic overflows in avformat_seek_file()Mans Rullgard
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-12-04lavf: compute probe buffer size more reliably.Nicolas George
2012-12-04lavf: the core rfps code needs 2 durations to estimate rfpsMichael Niedermayer
2012-11-29Merge commit '5c7bf2dddee5bdfa247ff0d57cb8a37d19077f66'Michael Niedermayer
2012-11-28lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles