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
2016-08-04avformat/avio: add a crc callback function for CRC-32 IEEE-LEJames Almer
2016-03-16hls: read protocol options through the AVIOContextHendrik Leppkes
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
2016-02-29hls: Add and use a memebr of AVIOInternal rather than abuse opaqueDerek Buitenhuis
2016-02-24Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2016-02-02avformat: add protocol_whitelistMichael Niedermayer
2015-06-01Merge commit 'bff0349d9da527084e1433167466d8afc9e25c7f'Michael Niedermayer
2015-05-31avio: Add avio_read wrapper to simplify error checkingVittorio Giovara
2015-05-12avformat/internal: Fix warning about struct declarationMichael Niedermayer
2015-05-11avformat: add callback for opening further filesMichael Niedermayer
2015-03-01Merge commit 'c86d8aed748adc3ba8df96fb1fe14aa45da77a31'Michael Niedermayer
2015-02-28avio: Rename avclass symbols relating to avioMartin Storsjö
2015-02-25Merge commit '8a273a746061a112e5e35066a8fd8e146d821a62'Michael Niedermayer
2015-02-25avio: Add an internal utility function for freeing dynamic buffersMartin Storsjö
2014-07-30Add int64_t probesize2 instead of int probesize to AVFormatContext.Carl Eugen Hoyos
2014-06-03fix various typosLou Logan
2014-04-18Merge commit '32d05934abc7427bb90380a4c1ab20a15fd7d821'Michael Niedermayer
2014-04-17mp3dec: decode more data from Info headerAlessandro Ghedini
2013-10-19Do not leave positive values undefined when negative are defined as errorMichael Niedermayer
2013-09-20Merge commit '3627ce2f1dab1d33b7f99d78907a3e4d86b7d847'Michael Niedermayer
2013-09-19aviobuf: Add functions for null buffersMartin Storsjö
2013-08-08Merge commit '5afe1d27912be9b643ffb4ddc21f6d920260dbb0'Michael Niedermayer
2013-08-08avio: Add const qualifiers to ffio_read_indirectBen Avison
2013-08-06Merge commit 'daf1e0d3de03bd424016e2a7520e4e94ece5c0ac'Michael Niedermayer
2013-08-05avio: Add an internal function for reading without copyingBen Avison
2013-07-04avformat/aviobuf: Add ffio_ensure_seekback()Michael Niedermayer
2012-12-19Merge commit '523c7bd23c781aa0f3a85044896f5e18e8b52534'Michael Niedermayer
2012-12-18misc typo, style and wording fixesDiego Biurrun
2012-10-13avio: redesign ffio_rewind_with_probe_data()Michael Niedermayer
2011-12-19lavf: split out ffio_limit()Michael Niedermayer
2011-11-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-13avio: add avio_open2, taking an interrupt callback and optionsMartin Storsjö
2011-05-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-21multiple inclusion guard cleanupDiego Biurrun
2011-04-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-12avio: undeprecate av_url_read_fseek/fpause under nicer namesAnton Khirnov
2011-04-09Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-08avio: make URLContext internal.Anton Khirnov
2011-04-08avio: move two ff_udp_* functions from avio_internal to url.hAnton Khirnov
2011-04-06Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-05avio: deprecate av_url_read_seekAnton Khirnov
2011-04-05avio: deprecate av_url_read_pauseAnton Khirnov
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: make url_fdopen internal.Anton Khirnov
2011-04-04avio: make url_open_dyn_packet_buf internal.Anton Khirnov
2011-03-31Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-30avio: make get_checksum() internal.Anton Khirnov
2011-03-30avio: move ff_crc04C11DB7_update() from avio.h -> avio_internal.hAnton Khirnov
2011-03-30avio: make init_checksum() internal.Anton Khirnov