]> git.sesse.net Git - ffmpeg/history - libavformat/mpegts.c
Remove superfluous const.
[ffmpeg] / libavformat / mpegts.c
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...
2007-09-25 Nico Sabbiadded structures and code to keep track of pids<->progr...
2007-09-25 Nico Sabbireplaced custom tracking of programs/services with...
2007-09-16 Aurelien Jacobsloosen dependencies over allformats.h
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-13 Alex Beregszaszifix compilation with assert
2007-07-08 Måns Rullgårdupdate SectionCallback and PESCallback typedefs to...
2007-07-06 Ronald S. BultjeUse AV_RB* macros where appropriate.
2007-06-08 Michael Niedermayersimplify
2007-06-08 Michael Niedermayerremove now unused "global" pcr_pid
2007-06-08 Michael Niedermayerproper per stream pcr_pid support by (Wolfram Gloger...
2007-06-04 Michael Niedermayerpartially revert r2931 (Support raw mpegts streams...
2007-06-04 Michael Niedermayerharmless typo
2007-06-04 Michael Niedermayerfix indention
2007-06-04 Michael Niedermayerremove duplicate PAT scaning code and actual PAT scan
2007-06-04 Michael Niedermayerunused variables
2007-06-04 Michael Niedermayerdont rescan for information on each pid, but rather...
2007-06-04 Michael Niedermayermove structs and enums to top of file so they can be...
2007-06-04 Michael Niedermayerpassing MpegTSFilter to the filters instead of a random...
2007-06-04 Michael Niedermayerdo not perform SDT scan at the begin (this avoids a...
2007-06-04 Michael Niedermayermake new_service() update existing info sanely
2007-06-04 Michael Niedermayerremove fake service/provider names used for PAT
2007-06-04 Benoit FouetIndentation
2007-06-02 Michael Niedermayerget rid of if(1)
2007-06-02 Michael Niedermayerget rid of one layer of callback obfuscation
2007-06-02 Michael Niedermayerkill completely idiotic code which hides all but 2...
2007-06-02 Michael Niedermayercorrect implementation of "try with auto_guess if first...
2007-06-02 Michael Niedermayerrevert r4802 (try with auto_guess if first detection...
2007-06-02 Michael Niedermayersplit mpeg2ts_raw mode into its own demuxer using such...
2007-05-29 Glenn A. Serrevariable initialization (because of a gcc warning)
2007-04-15 Aurelien Jacobsadd an enum for need_parsing
2007-03-12 Panagiotis IssarisIntroduce two new logging functions av_hex_dump_log...
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-02-09 Nico Sabbidemux VC1 in mpegts
next