]> git.sesse.net Git - ffmpeg/history - libavformat/mpegts.c
dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation
[ffmpeg] / libavformat / mpegts.c
2013-01-20 Martin Storsjömpegts: Share the cleanup code between the demuxer...
2012-12-07 Michael Niedermayerbitstream: add get_bits64() to support reading more...
2012-10-01 Diego Biurrunmpegts: Drop pointless casting of hex_dump_debug arguments
2012-10-01 Diego Biurrunavformat: Convert some commented-out printf/av_log...
2012-09-12 Christian Schmidtmpegts: check substreams before discarding
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-06-18 Ronald S. Bultjempegts: remove unused/incomplete/broken seeking code
2012-06-07 Alex Conversempegts: Remove disabled extension matching probe.
2012-05-03 Joakim Platempegts: Some additional HDMV types and reg descriptors...
2012-04-27 Martin Storsjömpegts: Make sure we don't return uninitialized packets
2012-04-22 Martin Storsjömpegts: Try seeking back even for nonseekable protocols
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2012-03-27 Alex Conversempegts: Fix dead error checks
2012-03-09 Alex Conversempegts: Always honor a registration descriptor if prese...
2012-03-02 Alex Conversempegts: Pad the packet buffer in handle_packet().
2012-03-02 Alex Conversempegts: Do not call read_sl_header() when no bytes...
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-12-20 Alex Conversempegts: Suppress invalid timebase warnings on DMB streams.
2011-12-20 Alex Conversempegts: Fix typo in handling sections in the PMT.
2011-12-16 Vladimir Pantelicmpegts: replace some magic numbers with the existing...
2011-12-12 Anton KhirnovReplace all uses of av_close_input_file() with avformat...
2011-12-12 Anton Khirnovlavf: deprecate av_close_input_stream().
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-08 Anton Khirnovmpegts: set stream id on just created stream, not an...
2011-11-02 Diego BiurrunRemove some stray unnecessary ffmpeg references.
2011-10-28 Alex Conversempegts: MP4 SL support
2011-10-28 Alex Conversempegts: MP4 OD support
2011-10-28 Alex Conversempegts: Add support for Sections in PMT
2011-10-28 Alex Conversempegts: Replace the MP4 descriptor parser with a recurs...
2011-10-28 Alex Conversempegts: Add support for multiple mp4 descriptors
2011-10-28 Alex Conversempegts: Parse mpeg2 SL descriptors.
2011-10-28 Anton Khirnovlavf: make some seeking functions private
2011-10-19 Anton Khirnovlavf: replace av_new_stream->avformat_new_stream part II.
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-09-21 Diego BiurrunFix av_dlog invocations with wrong or missing logging...
2011-09-11 Georgi Chorbadzhiyskimpegts: improve error reporting
2011-09-11 Aviad Rozenhekmpegts: on seek, reset the cc for all PIDs
2011-08-25 Alex Conversemp4: Handle non-trivial ES Descriptors.
2011-08-16 Alex Conversempegts: log into an AVFormatContext rather than MpegTSC...
2011-08-15 Anton Khirnovlavf,lavd: remove all usage of AVFormatParameters from...
2011-08-02 Zohar Kelrichmpegts: Mark wrongly-sized packets as corrupted
2011-08-02 Zohar Kelrichmpegts: Move scan test to handle_packets
2011-08-02 Zohar Kelrichmpegts: Mark corrupted packets
2011-08-02 Zohar Kelrichmpegts: Reset continuity counter on seek
2011-08-02 Zohar Kelrichmpegts: Fix for continuity counter
2011-08-02 Zohar Kelrichmpegts: Silence "can't seek" warning on unseekable
2011-07-29 Mike Williamsmpegts: remove invalid error check
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-11 Jindrich Makovickampegts: fix Continuity Counter error detection
2011-07-05 Diego BiurrunAdd some missing mathematics.h #includes for av_rescale().
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-06-10 Diego BiurrunReplace DEBUG_SEEK/DEBUG_SI + av_log combinations by...
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-06-03 Diego Biurrunmpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combina...
2011-06-02 Diego BiurrunRemove stray extra arguments from av_dlog() invocations.
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.mpeg2ts_raw.
2011-05-25 Anton Khirnovmpegts: add compute_pcr option.
2011-05-12 Baptiste Couduriermpegts: do not output known sized packet if an unbounde...
2011-05-11 Baptiste CoudurierPort SMPTE S302M audio decoder from FFmbc 0.3.
2011-04-29 Diego BiurrunRemove some disabled printf debug cruft.
2011-04-29 Diego BiurrunReplace some commented-out debug printf() / av_log...
2011-04-19 Anton Khirnovlavf: remove FF_API_MAX_STREAMS cruft
2011-03-31 Jindrich Makovickampegts: propagate avio EOF in read_packet()
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-07 Anssi Hannulampegts: add all stream languages into metadata
2011-03-07 Hendrik LeppkesFlag DVB subtitles for the hard hearing appropriately...
2011-03-07 Anton Khirnovavio: deprecate url_fgetc and remove all it uses
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovlavf: replace all uses of url_fskip with avio_seek
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: move init_put_byte() to a new private header...
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-14 Anssi Hannulampegts: set st->disposition according to ISO 639 langua...
2011-02-09 Vladimir Pantelicmpegts: remove unused macro MAX_SCAN_PACKETS
2011-01-30 Vasyl' Vavrychukmpegts: remove get_pts duplicate of ff_parse_pes_pts.
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-20 Georgi ChorbadzhiyskiSet service_provider and service_name in mpegts demuxer
2010-12-29 Peter Rossadd ff_parse_mpeg2_descriptor; make MPEG2 descriptor...
2010-11-29 Baptiste CoudurierIn ts demuxer, if pes packet size is < ts packet, honor...
2010-11-25 Stephen D'AngeloIn TS demuxer, create the AVStream during pmt parsing...
2010-11-25 Baptiste CoudurierIn TS demuxer, keep the pmt filter open to parse all...
2010-11-23 Baptiste CoudurierRemove some warnings
2010-11-23 Baptiste Coudurier10l, fix memleak, forgot to free mp4_dec_config_descr
2010-11-23 Baptiste CoudurierIn ts demuxer, support aac flexmux using extradata...
2010-11-02 Janne Grunaumpegts: support LATM syntax
2010-08-18 Aurelien Jacobsrename LAVF_API_* defines to FF_API_* to clarify that...
2010-08-17 Aurelien Jacobsadd LAVF_API_MAX_STREAMS define to disable the deprecat...
2010-08-09 Aurelien Jacobsget rid of MAX_STREAMS limit in mpegts
2010-07-24 Martin Storsjömpegts: Warn if unable to seek back
2010-07-14 Reimar DöffingerPass the composition and ancillary ID for DVB subtitles...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-05-18 Janne GrunauIn ts demuxer, output pes packet as soon as they are...
next