]> git.sesse.net Git - ffmpeg/history - libavformat/mpegts.c
avconv: make timer_start a local var in transcode().
[ffmpeg] / libavformat / mpegts.c
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...
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
next