]> git.sesse.net Git - ffmpeg/history - libavformat/mpegts.c
Export metadata in the generic format. Deprecate old conversion API.
[ffmpeg] / libavformat / mpegts.c
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"
2008-12-03 Diego BiurrunAdd necessary header for av_set_program_name and av_pro...
2008-12-03 Diego BiurrunMove declaration of av_set_program_name and av_program_...
2008-12-03 Diego BiurrunDelete unnecessary 'extern' keywords.
2008-10-02 Diego Biurrunspelling cosmetics
2008-10-02 Diego PettenòUse enum typers instead of int.
2008-08-15 Michael NiedermayerAdd flag to mark demuxers that can output discontinuous...
2008-08-13 Anuradha SuraparajuDirac encapsulation in MPEG-TS
2008-07-27 Michael NiedermayerFix misdetection of H.264 in mpegts as mpeg1video in...
2008-07-18 Måns RullgårdMPEGTS: Improve probe function
2008-07-08 Erik HovlandOne-bit bitfields should probably be unsigned. Unfortun...
2008-06-20 Baptiste Coudurieruniformize AVStream->priv_data freeing in av_close_inpu...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2008-04-24 Michael NiedermayerFixing memleaks.
2008-04-23 Michael NiedermayerEnsure that the timestamp reading code used for seeking...
2008-04-15 Michael NiedermayerUsing the same probe function in 2 formats is not a...
2008-02-23 Nico Sabbitreat stream_type==0x82 as AUDIO_DTS when the program...
2008-01-04 Aurelien Jacobsimprove CRC API
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-17 Jeff DownsWhen new streams are detected, look for old filters...
2007-10-20 Nico Sabbiassociate to each AVProgram the indexes of the AVStream...
next