summaryrefslogtreecommitdiff
path: root/libavformat/mpegts.c
Commit message (Expand)AuthorAge
* mpegts: Mark wrongly-sized packets as corruptedZohar Kelrich2011-08-02
* mpegts: Move scan test to handle_packetsZohar Kelrich2011-08-02
* mpegts: Mark corrupted packetsZohar Kelrich2011-08-02
* mpegts: Reset continuity counter on seekZohar Kelrich2011-08-02
* mpegts: Fix for continuity counterZohar Kelrich2011-08-02
* mpegts: Silence "can't seek" warning on unseekableZohar Kelrich2011-08-02
* mpegts: remove invalid error checkMike Williams2011-07-29
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* mpegts: fix Continuity Counter error detectionJindrich Makovicka2011-07-11
* Add some missing mathematics.h #includes for av_rescale().Diego Biurrun2011-07-05
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun2011-06-10
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro.Diego Biurrun2011-06-03
* Remove stray extra arguments from av_dlog() invocations.Diego Biurrun2011-06-02
* lavf: deprecate AVFormatParameters.mpeg2ts_raw.Anton Khirnov2011-05-25
* mpegts: add compute_pcr option.Anton Khirnov2011-05-25
* mpegts: do not output known sized packet if an unbounded packet is already qu...Baptiste Coudurier2011-05-12
* Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier2011-05-11
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-29
* Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-29
* lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov2011-04-19
* mpegts: propagate avio EOF in read_packet()Jindrich Makovicka2011-03-31
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: deprecate url_feofAnton Khirnov2011-03-07
* mpegts: add all stream languages into metadataAnssi Hannula2011-03-07
* Flag DVB subtitles for the hard hearing appropriately using their component_t...Hendrik Leppkes2011-03-07
* avio: deprecate url_fgetc and remove all it usesAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-20
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* mpegts: set st->disposition according to ISO 639 language descriptorAnssi Hannula2011-02-14
* mpegts: remove unused macro MAX_SCAN_PACKETSVladimir Pantelic2011-02-09
* mpegts: remove get_pts duplicate of ff_parse_pes_pts.Vasyl' Vavrychuk2011-01-30
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Set service_provider and service_name in mpegts demuxerGeorgi Chorbadzhiyski2011-01-20
* add ff_parse_mpeg2_descriptor; make MPEG2 descriptor parsing routines availab...Peter Ross2010-12-29
* In ts demuxer, if pes packet size is < ts packet, honor pes packet and skip p...Baptiste Coudurier2010-11-29
* In TS demuxer, create the AVStream during pmt parsing if the pes stream does notStephen D'Angelo2010-11-25
* In TS demuxer, keep the pmt filter open to parse all pmt sections,Baptiste Coudurier2010-11-25
* Remove some warningsBaptiste Coudurier2010-11-23
* 10l, fix memleak, forgot to free mp4_dec_config_descrBaptiste Coudurier2010-11-23
* In ts demuxer, support aac flexmux using extradata in iods, issue #2346Baptiste Coudurier2010-11-23
* mpegts: support LATM syntaxJanne Grunau2010-11-02
* rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs2010-08-18