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
2011-06-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-10Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro.Diego Biurrun
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03Remove stray extra arguments from av_dlog() invocations.Diego Biurrun
2011-05-28Export PCR pidKieran Kunhya
2011-05-28Export more transport stream information.Kieran Kunhya
2011-05-28Output MPEG-TS stream identifiers.Kieran Kunhya
2011-05-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-25lavf: deprecate AVFormatParameters.mpeg2ts_raw.Anton Khirnov
2011-05-25mpegts: add compute_pcr option.Anton Khirnov
2011-05-12mpegts: do not output known sized packet if an unbounded packet is already qu...Baptiste Coudurier
2011-05-12Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-11Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier
2011-05-07Increase TS packet size detection buffer.Reimar Döffinger
2011-05-07Assume some TS packet size instead of failing completely.Reimar Döffinger
2011-04-30Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-29Remove some disabled printf debug cruft.Diego Biurrun
2011-04-29Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov
2011-04-06Fix gazeta-20090408-1456-aa.tsMichael Niedermayer
2011-04-05mpegts: Put CODEC_ID_NONE check back that was removed by mistake in 5b56ad03Michael Niedermayer
2011-04-03Reimplement stream probe try #2Michael Niedermayer
2011-04-01Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-31mpegts: propagate avio EOF in read_packet()Jindrich Makovicka
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-08mpegts: add all stream languages into metadataAnssi Hannula
2011-03-08Flag DVB subtitles for the hard hearing appropriately using their component_t...Hendrik Leppkes
2011-03-08avio: deprecate url_fgetc and remove all it usesAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-07mpegts: add all stream languages into metadataAnssi Hannula
2011-03-07Flag DVB subtitles for the hard hearing appropriately using their component_t...Hendrik Leppkes
2011-03-07avio: deprecate url_fgetc and remove all it usesAnton Khirnov
2011-03-05avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-03lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-03avio: avio_ prefix for url_fseekAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-28In mpegts demuxer, do not output known sized packet if an unbounded packetBaptiste Coudurier
2011-02-22avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: move init_put_byte() to a new private header and rename itAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov