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
2014-07-10mpegts: pass MpegTSContext ptr explicitlyAlexander V. Lukyanov
2014-03-18mpegts: Forward error codes in various functionsKeiji Costantini
2014-03-18mpegts: K&R formatting cosmeticsKeiji Costantini
2014-03-04mathops: move macro to the only place it is usedVittorio Giovara
2014-02-20libavformat/mpegts: expose raw packet sizeLeandro Dorileo
2013-12-12mpegts: add HEVC registration descriptorCarl Eugen Hoyos
2013-10-31mpegts: Support HEVC demuxingMickaël Raulet
2013-09-10avformat: Use av_reallocp_array() where suitableAlexandra Khirnova
2013-08-08avio: Add const qualifiers to ffio_read_indirectBen Avison
2013-08-05mpegts: Remove one 64-bit integer modulus operation per packetBen Avison
2013-08-05mpegts: Make discard_pid() faster for single-program streamsBen Avison
2013-08-05mpegts: Remove one memcpy per packetBen Avison
2013-03-15mpegts: add support for stream_type 0x42, which is CAVSCan Wu
2013-03-13avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-13av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
2013-01-20mpegts: Share the cleanup code between the demuxer and lavf-internal parser f...Martin Storsjö
2012-12-08bitstream: add get_bits64() to support reading more than 32 bits at onceMichael Niedermayer
2012-10-01mpegts: Drop pointless casting of hex_dump_debug argumentsDiego Biurrun
2012-10-01avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-09-13mpegts: check substreams before discardingChristian Schmidt
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-06-19mpegts: remove unused/incomplete/broken seeking codeRonald S. Bultje
2012-06-07mpegts: Remove disabled extension matching probe.Alex Converse
2012-05-03mpegts: Some additional HDMV types and reg descriptors for mpegtsJoakim Plate
2012-04-27mpegts: Make sure we don't return uninitialized packetsMartin Storsjö
2012-04-23mpegts: Try seeking back even for nonseekable protocolsMartin Storsjö
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2012-03-27mpegts: Fix dead error checksAlex Converse
2012-03-09mpegts: Always honor a registration descriptor if present and there is no oth...Alex Converse
2012-03-03mpegts: Pad the packet buffer in handle_packet().Alex Converse
2012-03-03mpegts: Do not call read_sl_header() when no bytes remain in the buffer.Alex Converse
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-12-20mpegts: Suppress invalid timebase warnings on DMB streams.Alex Converse
2011-12-20mpegts: Fix typo in handling sections in the PMT.Alex Converse
2011-12-16mpegts: replace some magic numbers with the existing defineVladimir Pantelic
2011-12-12Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov
2011-12-12lavf: deprecate av_close_input_stream().Anton Khirnov
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-08mpegts: set stream id on just created stream, not an unrelated variableAnton Khirnov
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun
2011-10-29mpegts: MP4 SL supportAlex Converse
2011-10-29mpegts: MP4 OD supportAlex Converse
2011-10-29mpegts: Add support for Sections in PMTAlex Converse
2011-10-29mpegts: Replace the MP4 descriptor parser with a recursive parser.Alex Converse
2011-10-29mpegts: Add support for multiple mp4 descriptorsAlex Converse
2011-10-29mpegts: Parse mpeg2 SL descriptors.Alex Converse