| Commit message (Expand) | Author | Age | Files | Lines |
* | mpegts: Share the cleanup code between the demuxer and lavf-internal parser f... | Martin Storsjö | 2013-01-20 | 1 | -6/+7 |
* | bitstream: add get_bits64() to support reading more than 32 bits at once | Michael Niedermayer | 2012-12-07 | 1 | -13/+0 |
* | mpegts: Drop pointless casting of hex_dump_debug arguments | Diego Biurrun | 2012-10-01 | 1 | -3/+3 |
* | avformat: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -2/+4 |
* | mpegts: check substreams before discarding | Christian Schmidt | 2012-09-12 | 1 | -1/+2 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -52/+52 |
* | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -2/+2 |
* | mpegts: remove unused/incomplete/broken seeking code | Ronald S. Bultje | 2012-06-19 | 1 | -96/+0 |
* | mpegts: Remove disabled extension matching probe. | Alex Converse | 2012-06-07 | 1 | -8/+0 |
* | mpegts: Some additional HDMV types and reg descriptors for mpegts | Joakim Plate | 2012-05-03 | 1 | -0/+6 |
* | mpegts: Make sure we don't return uninitialized packets | Martin Storsjö | 2012-04-27 | 1 | -0/+3 |
* | mpegts: Try seeking back even for nonseekable protocols | Martin Storsjö | 2012-04-23 | 1 | -1/+1 |
* | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -5/+5 |
* | mpegts: Fix dead error checks | Alex Converse | 2012-03-26 | 1 | -6/+12 |
* | mpegts: Always honor a registration descriptor if present and there is no oth... | Alex Converse | 2012-03-09 | 1 | -2/+1 |
* | mpegts: Pad the packet buffer in handle_packet(). | Alex Converse | 2012-03-02 | 1 | -1/+2 |
* | mpegts: Do not call read_sl_header() when no bytes remain in the buffer. | Alex Converse | 2012-03-02 | 1 | -1/+1 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -2/+1 |
* | mpegts: Suppress invalid timebase warnings on DMB streams. | Alex Converse | 2011-12-20 | 1 | -1/+2 |
* | mpegts: Fix typo in handling sections in the PMT. | Alex Converse | 2011-12-20 | 1 | -1/+1 |
* | mpegts: replace some magic numbers with the existing define | Vladimir Pantelic | 2011-12-16 | 1 | -3/+3 |
* | Replace all uses of av_close_input_file() with avformat_close_input(). | Anton Khirnov | 2011-12-12 | 1 | -1/+1 |
* | lavf: deprecate av_close_input_stream(). | Anton Khirnov | 2011-12-12 | 1 | -1/+1 |
* | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -4/+4 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -4/+4 |
* | mpegts: set stream id on just created stream, not an unrelated variable | Anton Khirnov | 2011-11-08 | 1 | -1/+1 |
* | Remove some stray unnecessary ffmpeg references. | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
* | mpegts: MP4 SL support | Alex Converse | 2011-10-28 | 1 | -21/+138 |
* | mpegts: MP4 OD support | Alex Converse | 2011-10-28 | 1 | -0/+88 |
* | mpegts: Add support for Sections in PMT | Alex Converse | 2011-10-28 | 1 | -5/+35 |
* | mpegts: Replace the MP4 descriptor parser with a recursive parser. | Alex Converse | 2011-10-28 | 1 | -34/+140 |
* | mpegts: Add support for multiple mp4 descriptors | Alex Converse | 2011-10-28 | 1 | -16/+24 |
* | mpegts: Parse mpeg2 SL descriptors. | Alex Converse | 2011-10-28 | 1 | -1/+13 |
* | lavf: make some seeking functions private | Anton Khirnov | 2011-10-28 | 1 | -2/+2 |
* | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 1 | -6/+12 |
* | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -1/+1 |
* | Fix av_dlog invocations with wrong or missing logging context. | Diego Biurrun | 2011-09-21 | 1 | -1/+1 |
* | mpegts: improve error reporting | Georgi Chorbadzhiyski | 2011-09-11 | 1 | -1/+3 |
* | mpegts: on seek, reset the cc for all PIDs | Aviad Rozenhek | 2011-09-11 | 1 | -5/+7 |
* | mp4: Handle non-trivial ES Descriptors. | Alex Converse | 2011-08-25 | 1 | -2/+1 |
* | mpegts: log into an AVFormatContext rather than MpegTSContext. | Alex Converse | 2011-08-16 | 1 | -2/+2 |
* | lavf,lavd: remove all usage of AVFormatParameters from demuxers. | Anton Khirnov | 2011-08-15 | 1 | -7/+0 |
* | mpegts: Mark wrongly-sized packets as corrupted | Zohar Kelrich | 2011-08-02 | 1 | -2/+7 |
* | mpegts: Move scan test to handle_packets | Zohar Kelrich | 2011-08-02 | 1 | -19/+20 |
* | mpegts: Mark corrupted packets | Zohar Kelrich | 2011-08-02 | 1 | -0/+11 |
* | mpegts: Reset continuity counter on seek | Zohar Kelrich | 2011-08-02 | 1 | -0/+1 |
* | mpegts: Fix for continuity counter | Zohar Kelrich | 2011-08-02 | 1 | -10/+20 |
* | mpegts: Silence "can't seek" warning on unseekable | Zohar Kelrich | 2011-08-02 | 1 | -1/+1 |