summaryrefslogtreecommitdiffstats
path: root/libavformat/mpegts.c
Commit message (Expand)AuthorAgeFilesLines
* Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun2011-06-101-2/+0
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-5/+6
* mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro.Diego Biurrun2011-06-031-9/+4
* Remove stray extra arguments from av_dlog() invocations.Diego Biurrun2011-06-021-1/+1
* lavf: deprecate AVFormatParameters.mpeg2ts_raw.Anton Khirnov2011-05-251-2/+2
* mpegts: add compute_pcr option.Anton Khirnov2011-05-251-1/+21
* mpegts: do not output known sized packet if an unbounded packet is already qu...Baptiste Coudurier2011-05-121-1/+1
* Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier2011-05-111-0/+1
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-291-3/+0
* Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-291-4/+2
* lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov2011-04-191-5/+0
* mpegts: propagate avio EOF in read_packet()Jindrich Makovicka2011-03-311-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-1/+1
* avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
* mpegts: add all stream languages into metadataAnssi Hannula2011-03-071-6/+12
* Flag DVB subtitles for the hard hearing appropriately using their component_t...Hendrik Leppkes2011-03-071-1/+11
* avio: deprecate url_fgetc and remove all it usesAnton Khirnov2011-03-071-2/+2
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-7/+7
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-1/+1
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-10/+10
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-15/+15
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-201-2/+3
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-5/+5
* mpegts: set st->disposition according to ISO 639 language descriptorAnssi Hannula2011-02-141-0/+5
* mpegts: remove unused macro MAX_SCAN_PACKETSVladimir Pantelic2011-02-091-3/+0
* mpegts: remove get_pts duplicate of ff_parse_pes_pts.Vasyl' Vavrychuk2011-01-301-11/+4
* Replace dprintf with av_dlogLuca Barbato2011-01-291-15/+15
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-4/+4
* Set service_provider and service_name in mpegts demuxerGeorgi Chorbadzhiyski2011-01-201-2/+2
* add ff_parse_mpeg2_descriptor; make MPEG2 descriptor parsing routines availab...Peter Ross2010-12-291-77/+90
* In ts demuxer, if pes packet size is < ts packet, honor pes packet and skip p...Baptiste Coudurier2010-11-291-1/+5
* In TS demuxer, create the AVStream during pmt parsing if the pes stream does notStephen D'Angelo2010-11-251-0/+2
* In TS demuxer, keep the pmt filter open to parse all pmt sections,Baptiste Coudurier2010-11-251-2/+2
* Remove some warningsBaptiste Coudurier2010-11-231-2/+2
* 10l, fix memleak, forgot to free mp4_dec_config_descrBaptiste Coudurier2010-11-231-2/+5
* In ts demuxer, support aac flexmux using extradata in iods, issue #2346Baptiste Coudurier2010-11-231-1/+63
* mpegts: support LATM syntaxJanne Grunau2010-11-021-4/+1
* rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs2010-08-181-1/+1
* add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS APIAurelien Jacobs2010-08-171-1/+1
* get rid of MAX_STREAMS limit in mpegtsAurelien Jacobs2010-08-091-2/+6
* mpegts: Warn if unable to seek backMartin Storsjö2010-07-241-1/+2
* Pass the composition and ancillary ID for DVB subtitles via extradata insteadReimar Döffinger2010-07-141-4/+11
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* In ts demuxer, output pes packet as soon as they are complete.Janne Grunau2010-05-181-0/+10
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-251-5/+5
* Disable LATM AAC in mpegts, this is not supported and produce too manyBaptiste Coudurier2010-04-221-1/+4
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-29/+29
* rename av_program_add_stream_index to ff_program_add_stream_indexAurelien Jacobs2010-03-151-2/+2
* Replace last occurrence of the deprecated match_ext() withStefano Sabatini2010-03-081-1/+1
OpenPOWER on IntegriCloud