summaryrefslogtreecommitdiff
path: root/libavformat/mpegts.c
Commit message (Expand)AuthorAge
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* mpegts: set stream id on just created stream, not an unrelated variableAnton Khirnov2011-11-08
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
* mpegts: MP4 SL supportAlex Converse2011-10-28
* mpegts: MP4 OD supportAlex Converse2011-10-28
* mpegts: Add support for Sections in PMTAlex Converse2011-10-28
* mpegts: Replace the MP4 descriptor parser with a recursive parser.Alex Converse2011-10-28
* mpegts: Add support for multiple mp4 descriptorsAlex Converse2011-10-28
* mpegts: Parse mpeg2 SL descriptors.Alex Converse2011-10-28
* lavf: make some seeking functions privateAnton Khirnov2011-10-28
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* Fix av_dlog invocations with wrong or missing logging context.Diego Biurrun2011-09-21
* mpegts: improve error reportingGeorgi Chorbadzhiyski2011-09-11
* mpegts: on seek, reset the cc for all PIDsAviad Rozenhek2011-09-11
* mp4: Handle non-trivial ES Descriptors.Alex Converse2011-08-25
* mpegts: log into an AVFormatContext rather than MpegTSContext.Alex Converse2011-08-16
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-15
* 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