]> git.sesse.net Git - ffmpeg/history - libavformat/mpegts.c
avio: deprecate url_fgetc and remove all it uses
[ffmpeg] / libavformat / mpegts.c
2011-03-08 Anton Khirnovavio: deprecate url_fgetc and remove all it uses
2011-03-05 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-03 Anton Khirnovlavf: replace all uses of url_fskip with avio_seek
2011-03-03 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-28 Baptiste CoudurierIn mpegts demuxer, do not output known sized packet...
2011-02-22 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-15 Anssi Hannulampegts: set st->disposition according to ISO 639 langua...
2011-02-11 Vladimir Pantelicmpegts: remove unused macro MAX_SCAN_PACKETS
2011-01-31 Vasyl' Vavrychukmpegts: remove get_pts duplicate of ff_parse_pes_pts.
2011-01-30 Luca BarbatoReplace dprintf with av_dlog
2011-01-28 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-21 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...
2010-04-25 Stefano SabatiniMark av_metadata_set() as deprecated, and use av_metada...
2010-04-22 Baptiste CoudurierDisable LATM AAC in mpegts, this is not supported and...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-15 Aurelien Jacobsrename av_program_add_stream_index to ff_program_add_st...
2010-03-08 Stefano SabatiniReplace last occurrence of the deprecated match_ext...
2010-02-01 Måns RullgårdFix build
2010-02-01 Alexis BallierFix warnings about implicit function declaration when...
2010-01-13 Baptiste Coudurierremove useless type declarations
2009-11-08 Baptiste Couduriermove code to avoid forward declaration
2009-11-08 Baptiste CoudurierLet pmt override stream info when encoutered later...
2009-11-07 Carl Eugen HoyosSupport some LATM AAC streams (they can be decoded...
2009-10-29 Francesco LavraSupport demuxing teletext in DVB streams.
2009-10-18 Baptiste Coudurierhandle_packets takes number of packets as arg, avoid...
2009-10-18 Baptiste CoudurierIncrease max resync size, fix demuxing of dvgrab-2009...
2009-10-10 Carl Eugen HoyosAllow demuxing of E-AC3 (stream type 0x84) in MPEG-TS.
2009-10-05 Ian CaulfieldAllow the combined TrueHD/AC3 tracks on Blu-Ray discs...
2009-09-13 Baptiste Coudurierensure pes buffer is set to avoid segv
2009-09-13 Baptiste Coudurierreset pes state to skip after flushing, avoid segv...
2009-09-06 Ivan Schreterdisable new seeking code in mpeg-ts per #ifdef (use...
2009-08-26 Ivan SchreterCosmetic changes in read_seek* routines.
2009-08-26 Christian SchmidtDecoder for LPCM as used in Bluray discs.
2009-08-25 Stephen BackwayAdd Bluray Subtitle Support
2009-08-24 Måns Rullgårdmpegts: change variable-length array to fixed length
2009-08-22 Ivan SchreterUse generic multi-stream key frame finding routine...
2009-07-30 Baptiste Coudurierinit pes dts and pts to AV_NOPTS_VALUE, fix issue ...
2009-07-29 Baptiste CoudurierStop parsing in read_header only after finding pmt...
2009-06-25 Baptiste CoudurierOnly set CODEC_ID_PROBE when a packet from a stream...
2009-06-20 Wolfram Glogeradd 0-termination in table, patch by Wolfram Gloger...
2009-06-02 Baptiste Coudurierdo not parse full header for private streams
2009-06-02 Baptiste Couduriercorrectly handle maximum streams limit
2009-06-02 Baptiste Coudurierexport data from private streams
2009-05-31 Baptiste Coudurierinitialize pes state to skip
2009-05-31 Baptiste Coudurierprint reg desc in a more friendly way
2009-05-31 Baptiste Couduriergive context to dprintf
2009-05-31 Baptiste Coudurierprint registration descriptor in debug
2009-05-31 Baptiste Coudurier0x7a is E-AC3 descriptor
2009-05-31 Baptiste Coudurierset codec_tag to stream type, so user can deal with it
2009-05-31 Baptiste Coudurierset codec_tag to registration descriptor if present
2009-05-31 Baptiste Coudurieradd streams even if they are not present in PMT, fix...
2009-05-31 Baptiste Coudurierremove no longer needed fake dvbsub stream type
2009-05-31 Baptiste Coudurierreindent
2009-05-31 Baptiste Coudurierremove no longer needed init
2009-05-31 Baptiste Coudurierfactorize
2009-05-31 Baptiste Couduriersimplify and merge
2009-05-31 Baptiste Couduriermove new_pes_av_stream to avoid forward declaration
2009-05-31 Baptiste Coudurierremove defines
2009-05-31 Baptiste Coudurierrework stream type and codec identification
2009-05-31 Baptiste Couduriercosmetics, reindent, remove useless braces, whitespaces
2009-05-31 Baptiste Coudurierexport all streams in ts demuxer
2009-05-27 Baptiste Couduriersupport AVDISCARD_ALL in mpegts demuxer
2009-05-27 Baptiste Coudurierreturn error in mpegts_push_data and propagate it
2009-05-27 Baptiste Coudurier10l, forgot ';', fix compilation
2009-05-27 Baptiste Couduriercheck that len is not negative
2009-05-27 Baptiste Coudurierdemux whole PES packets from TS
2009-05-26 Baptiste Couduriermove DEBUG define before include to get dprintf
2009-04-12 Baptiste Coudurierremove useless wrapper
2009-04-12 Baptiste Coudurierremove useless wrapper
2009-04-12 Baptiste Coudurierreplace DEBUG_SI with DEBUG and use dprintf
2009-04-12 Baptiste CoudurierSet stream type to ac3 if registration descriptor is...
2009-04-12 Baptiste Couduriersimplify registration descriptor parsing with bytestrea...
2009-04-12 Björn AxelssonOk, ts demuxer is more complicated than I thought
2009-04-12 Baptiste Coudurierfix end of buffer check, fix hang_read_header.h264.ts
2009-03-22 Baptiste Coudurieravoid creating a new stream not referenced in pmt since...
2009-02-28 Ivan SchreterChange TS seeking so it returns position/timestamp...
2009-02-10 Aurelien Jacobsuse new metadata API in mpegts demuxer
2009-02-06 Jindřich MakovičkaFix minor memory leak.
2009-02-03 Michael NiedermayerFix probe & demuxing of Topfield 58XXPVR and 68XXPVR...
2009-01-23 Baptiste Coudurierset pts and dts when only pts is present, according...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-12-13 Måns Rullgårdmpegts: replace Program_t typedef with "struct Program"
next