aboutsummaryrefslogtreecommitdiff
path: root/libavformat/mpegts.c
AgeCommit message (Expand)Author
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-28mpegts: MP4 SL supportAlex Converse
2011-10-28mpegts: MP4 OD supportAlex Converse
2011-10-28mpegts: Add support for Sections in PMTAlex Converse
2011-10-28mpegts: Replace the MP4 descriptor parser with a recursive parser.Alex Converse
2011-10-28mpegts: Add support for multiple mp4 descriptorsAlex Converse
2011-10-28mpegts: Parse mpeg2 SL descriptors.Alex Converse
2011-10-28lavf: make some seeking functions privateAnton Khirnov
2011-10-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-09-21Fix av_dlog invocations with wrong or missing logging context.Diego Biurrun
2011-09-11mpegts: improve error reportingGeorgi Chorbadzhiyski
2011-09-11mpegts: on seek, reset the cc for all PIDsAviad Rozenhek
2011-08-25mp4: Handle non-trivial ES Descriptors.Alex Converse
2011-08-16mpegts: log into an AVFormatContext rather than MpegTSContext.Alex Converse
2011-08-15lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov
2011-08-02mpegts: Mark wrongly-sized packets as corruptedZohar Kelrich
2011-08-02mpegts: Move scan test to handle_packetsZohar Kelrich
2011-08-02mpegts: Mark corrupted packetsZohar Kelrich
2011-08-02mpegts: Reset continuity counter on seekZohar Kelrich
2011-08-02mpegts: Fix for continuity counterZohar Kelrich
2011-08-02mpegts: Silence "can't seek" warning on unseekableZohar Kelrich
2011-07-29mpegts: remove invalid error checkMike Williams
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-11mpegts: fix Continuity Counter error detectionJindrich Makovicka
2011-07-05Add some missing mathematics.h #includes for av_rescale().Diego Biurrun
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-06-10Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-03mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro.Diego Biurrun
2011-06-02Remove stray extra arguments from av_dlog() invocations.Diego Biurrun
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-11Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier
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-19lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov
2011-03-31mpegts: propagate avio EOF in read_packet()Jindrich Makovicka
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-16lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-07avio: 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-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov