]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/mpegts.c
Remove extraneous const keyword
[frescor/ffmpeg.git] / libavformat / mpegts.c
2009-10-10 cehoyosAllow demuxing of E-AC3 (stream type 0x84) in MPEG-TS.
2009-10-05 cehoyosAllow the combined TrueHD/AC3 tracks on Blu-Ray discs...
2009-09-13 bcoudurierensure pes buffer is set to avoid segv
2009-09-13 bcoudurierreset pes state to skip after flushing, avoid segv...
2009-09-06 schreterdisable new seeking code in mpeg-ts per #ifdef (use...
2009-08-26 schreterCosmetic changes in read_seek* routines.
2009-08-26 cehoyosDecoder for LPCM as used in Bluray discs.
2009-08-25 cehoyosAdd Bluray Subtitle Support
2009-08-24 mrumpegts: change variable-length array to fixed length
2009-08-22 schreterUse generic multi-stream key frame finding routine...
2009-07-30 bcoudurierinit pes dts and pts to AV_NOPTS_VALUE, fix issue ...
2009-07-29 bcoudurierStop parsing in read_header only after finding pmt...
2009-06-25 bcoudurierOnly set CODEC_ID_PROBE when a packet from a stream...
2009-06-20 bcoudurieradd 0-termination in table, patch by Wolfram Gloger...
2009-06-02 bcoudurierdo not parse full header for private streams
2009-06-02 bcouduriercorrectly handle maximum streams limit
2009-06-02 bcoudurierexport data from private streams
2009-05-31 bcoudurierinitialize pes state to skip
2009-05-31 bcoudurierprint reg desc in a more friendly way
2009-05-31 bcouduriergive context to dprintf
2009-05-31 bcoudurierprint registration descriptor in debug
2009-05-31 bcoudurier0x7a is E-AC3 descriptor
2009-05-31 bcoudurierset codec_tag to stream type, so user can deal with it
2009-05-31 bcoudurierset codec_tag to registration descriptor if present
2009-05-31 bcoudurieradd streams even if they are not present in PMT, fix...
2009-05-31 bcoudurierremove no longer needed fake dvbsub stream type
2009-05-31 bcoudurierreindent
2009-05-31 bcoudurierremove no longer needed init
2009-05-31 bcoudurierfactorize
2009-05-31 bcouduriersimplify and merge
2009-05-31 bcouduriermove new_pes_av_stream to avoid forward declaration
2009-05-31 bcoudurierremove defines
2009-05-31 bcoudurierrework stream type and codec identification
2009-05-31 bcouduriercosmetics, reindent, remove useless braces, whitespaces
2009-05-31 bcoudurierexport all streams in ts demuxer
2009-05-27 bcouduriersupport AVDISCARD_ALL in mpegts demuxer
2009-05-27 bcoudurierreturn error in mpegts_push_data and propagate it
2009-05-27 bcoudurier10l, forgot ';', fix compilation
2009-05-27 bcouduriercheck that len is not negative
2009-05-27 bcoudurierdemux whole PES packets from TS
2009-05-26 bcouduriermove DEBUG define before include to get dprintf
2009-04-12 bcoudurierremove useless wrapper
2009-04-12 bcoudurierremove useless wrapper
2009-04-12 bcoudurierreplace DEBUG_SI with DEBUG and use dprintf
2009-04-12 bcoudurierSet stream type to ac3 if registration descriptor is...
2009-04-12 bcouduriersimplify registration descriptor parsing with bytstream...
2009-04-12 bcoudurierOk, ts demuxer is more complicated than I thought
2009-04-12 bcoudurierfix end of buffer check, fix hang_read_header.h264.ts
2009-03-22 bcoudurieravoid creating a new stream not referenced in pmt since...
2009-02-28 cehoyosChange TS seeking so it returns position/timestamp...
2009-02-10 aureluse new metadata API in mpegts demuxer
2009-02-06 michaelFix minor memory leak.
2009-02-03 michaelFix probe & demuxing of Topfield 58XXPVR and 68XXPVR...
2009-01-23 bcoudurierset pts and dts when only pts is present, according...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2008-12-13 mrumpegts: replace Program_t typedef with "struct Program"
2008-12-03 diegoAdd necessary header for av_set_program_name and v_prog...
2008-12-03 diegoMove declaration of av_set_program_name and av_program_...
2008-12-03 diegoDelete unnecessary 'extern' keywords.
2008-10-02 diegospelling cosmetics
2008-10-02 benoitUse enum typers instead of int.
2008-08-15 michaelAdd flag to mark demuxers that can output discontinouos...
2008-08-13 diegoDirac encapsulation in MPEG-TS
2008-07-27 michaelFix misdetection of H.264 in mpegts as mpeg1video in...
2008-07-18 mruMPEGTS: Improve probe function
2008-07-08 takisOne bit fields should probably be unsigned. Unfortunate...
2008-06-20 bcoudurieruniformize AVStream->priv_data freeing in av_close_inpu...
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-09 diegoUse full path for #includes from another directory.
2008-05-06 diegoRemove unnecessary parentheses from return calls.
2008-04-24 michaelFixing memleaks.
2008-04-23 michaelEnsure that the timestamp reading code used for seeking...
2008-04-15 michaelUsing the same probe function in 2 formats is not a...
2008-02-23 nicodvbtreat stream_type==0x82 as AUDIO_DTS when the program...
2008-01-04 aurelimprove CRC API
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-17 heydownsWhen new streams are detected, look for old filters...
2007-10-20 nicodvbassociate to each AVProgram the indexes of the AVStream...
2007-09-25 nicodvbadded structures and code to keep track of pids<->progr...
2007-09-25 nicodvbreplaced custom tracking of programs/services with...
2007-09-16 aurelloosen dependencies over allformats.h
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-07-13 alexfix compilation with assert
2007-07-08 mruupdate SectionCallback and PESCallback typedefs to...
2007-07-06 diegoUse AV_RB* macros where appropriate.
2007-06-08 michaelsimplify
2007-06-08 michaelremove now unused "global" pcr_pid
2007-06-08 michaelproper per stream pcr_pid support by (Wolfram Gloger...
2007-06-04 michaelpartially revert r2931 (Support raw mpegts streams...
2007-06-04 michaelharmless typo
2007-06-04 michaelfix indention
2007-06-04 michaelremove duplicate PAT scaning code and actual PAT scan
2007-06-04 michaelunused variables
2007-06-04 michaeldont rescan for information on each pid, but rather...
2007-06-04 michaelmove structs and enums to top of file so they can be...
2007-06-04 michaelpassing MpegTSFilter to the filters instead of a random...
2007-06-04 michaeldo not perform SDT scan at the begin (this avoids a...
2007-06-04 michaelmake new_service() update existing info sanely
2007-06-04 michaelremove fake service/provider names used for PAT
next