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-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-05Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-05-04Merge remote-tracking branch 'cigaes/master'Michael Niedermayer
2013-05-04lavf: filter out AVSEEK_FLAG_BACKWARD in new API.Nicolas George
2013-05-04lavf: call the new seek API from the old.Nicolas George
2013-05-04Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer
2013-05-03silly typo fixesDiego Biurrun
2013-04-23avformat: fix orig_pos type to match pkt->posPaul B Mahol
2013-04-19avformat: change seeking index consistency asserts to av_assertsMichael Niedermayer
2013-04-19avformat: Dont stop probing before the whole id3 tag is readMichael Niedermayer
2013-04-04Merge commit 'dbb1425811a672eddf4acf0513237cdf20f83756'Michael Niedermayer
2013-04-04lavf: make sure stream probe data gets freed.Anton Khirnov
2013-04-04avformat: Add a mechanism to allow demuxers to detect byte based seeking.Michael Niedermayer
2013-04-02avformat: fix atomatic format selection for (s)segmentMichael Niedermayer
2013-03-30Do not show "Estimating duration from bitrate" warning if no duration was est...Carl Eugen Hoyos
2013-03-29ffmpeg/avformat: factor av_guess_frame_rate() outMichael Niedermayer
2013-03-28estimate_timings_from_bit_rate: Check timebase and bitrateMichael Niedermayer
2013-03-28avformat: change some seeking related assert to av_assertsMichael Niedermayer
2013-03-20avformat: Fix infinite probing that reads the whole fileMichael Niedermayer
2013-03-20av_find_stream_info: change read_size to 64bitMichael Niedermayer
2013-03-20lavf: avformat_seek_file(): validate stream_index.Nicolas George
2013-03-18append_packet_chunked: remove outcommented codeMichael Niedermayer
2013-03-16append_packet_chunked: Remove unused initialization.Michael Niedermayer
2013-03-16Merge commit 'aa3c77998404cc32233cb76e961ca27db8565459'Michael Niedermayer
2013-03-15lavf: sanity check size in av_get/append_packet().Anton Khirnov
2013-03-13Merge commit '7b486ab13bfcfa88a7cd92586de50e49966ec292'Michael Niedermayer
2013-03-12avformat: keep r_frame_rateMichael Niedermayer
2013-03-11lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov
2013-03-11lavf: remove disabled FF_API_AV_GETTIME cruftAnton Khirnov
2013-03-11lavf: remove disabled FF_API_READ_PACKET cruftAnton Khirnov
2013-03-11lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruftAnton Khirnov
2013-03-08Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
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