]> git.sesse.net Git - ffmpeg/history - libavformat/mpegts.c
avpacket: Replace av_free_packet with av_packet_unref
[ffmpeg] / libavformat / mpegts.c
2015-10-26 Luca Barbatoavpacket: Replace av_free_packet with av_packet_unref
2015-09-28 wm4mpegts: use avcodec_get_type() to set codec_type
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-06-30 John Högbergmpegts: Add jpeg2000 stream type
2015-04-28 John Högbergmpegts: Update the PSI/SI table only if the version...
2015-04-19 Vittorio GiovaraReplace av_dlog with normal av_log at trace level
2015-02-14 Diego Biurrunavformat: Don't anonymously typedef structs
2015-02-10 Anton Khirnovmpegts: relax restrictions on matching the packet start...
2015-02-08 wm4lavf: remove unused code
2014-12-20 Kieran Kunhyampegts: add support for Opus
2014-12-18 Vittorio Giovarampegts: check get16() return value
2014-09-03 Luca Barbatompegts: Allow custom max resync size
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-07-21 Jan Gerbermpegts: do not export empty language tags
2014-07-10 Alexander V. Lukyanovmpegts: pass MpegTSContext ptr explicitly
2014-03-18 Keiji Costantinimpegts: Forward error codes in various functions
2014-03-18 Keiji Costantinimpegts: K&R formatting cosmetics
2014-03-04 Vittorio Giovaramathops: move macro to the only place it is used
2014-02-19 Leandro Dorileolibavformat/mpegts: expose raw packet size
2013-12-12 Carl Eugen Hoyosmpegts: add HEVC registration descriptor
2013-10-31 Mickaël Rauletmpegts: Support HEVC demuxing
2013-09-10 Alexandra Khirnovaavformat: Use av_reallocp_array() where suitable
2013-08-08 Ben Avisonavio: Add const qualifiers to ffio_read_indirect
2013-08-05 Ben Avisonmpegts: Remove one 64-bit integer modulus operation...
2013-08-05 Ben Avisonmpegts: Make discard_pid() faster for single-program...
2013-08-05 Ben Avisonmpegts: Remove one memcpy per packet
2013-03-15 Can Wumpegts: add support for stream_type 0x42, which is...
2013-03-13 Diego Biurrunavformat: av_log_ask_for_sample() ---> avpriv_request_s...
2013-03-13 Diego Biurrunav_log_missing_feature() ---> avpriv_report_missing_fea...
2013-03-08 Anton Khirnovavpacket: use AVBuffer to allow refcounting the packets.
2013-01-20 Martin Storsjömpegts: Share the cleanup code between the demuxer...
2012-12-07 Michael Niedermayerbitstream: add get_bits64() to support reading more...
2012-10-01 Diego Biurrunmpegts: Drop pointless casting of hex_dump_debug arguments
2012-10-01 Diego Biurrunavformat: Convert some commented-out printf/av_log...
2012-09-12 Christian Schmidtmpegts: check substreams before discarding
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-06-18 Ronald S. Bultjempegts: remove unused/incomplete/broken seeking code
2012-06-07 Alex Conversempegts: Remove disabled extension matching probe.
2012-05-03 Joakim Platempegts: Some additional HDMV types and reg descriptors...
2012-04-27 Martin Storsjömpegts: Make sure we don't return uninitialized packets
2012-04-22 Martin Storsjömpegts: Try seeking back even for nonseekable protocols
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2012-03-27 Alex Conversempegts: Fix dead error checks
2012-03-09 Alex Conversempegts: Always honor a registration descriptor if prese...
2012-03-02 Alex Conversempegts: Pad the packet buffer in handle_packet().
2012-03-02 Alex Conversempegts: Do not call read_sl_header() when no bytes...
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-12-20 Alex Conversempegts: Suppress invalid timebase warnings on DMB streams.
2011-12-20 Alex Conversempegts: Fix typo in handling sections in the PMT.
2011-12-16 Vladimir Pantelicmpegts: replace some magic numbers with the existing...
2011-12-12 Anton KhirnovReplace all uses of av_close_input_file() with avformat...
2011-12-12 Anton Khirnovlavf: deprecate av_close_input_stream().
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-08 Anton Khirnovmpegts: set stream id on just created stream, not an...
2011-11-02 Diego BiurrunRemove some stray unnecessary ffmpeg references.
2011-10-28 Alex Conversempegts: MP4 SL support
2011-10-28 Alex Conversempegts: MP4 OD support
2011-10-28 Alex Conversempegts: Add support for Sections in PMT
2011-10-28 Alex Conversempegts: Replace the MP4 descriptor parser with a recurs...
2011-10-28 Alex Conversempegts: Add support for multiple mp4 descriptors
2011-10-28 Alex Conversempegts: Parse mpeg2 SL descriptors.
2011-10-28 Anton Khirnovlavf: make some seeking functions private
2011-10-19 Anton Khirnovlavf: replace av_new_stream->avformat_new_stream part II.
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-09-21 Diego BiurrunFix av_dlog invocations with wrong or missing logging...
2011-09-11 Georgi Chorbadzhiyskimpegts: improve error reporting
2011-09-11 Aviad Rozenhekmpegts: on seek, reset the cc for all PIDs
2011-08-25 Alex Conversemp4: Handle non-trivial ES Descriptors.
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
next