| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | mpegts: remove invalid error check | Mike Williams | 2011-07-29 | 1 | -4/+0 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -18/+17 |
* | mpegts: fix Continuity Counter error detection | Jindrich Makovicka | 2011-07-11 | 1 | -2/+3 |
* | Add some missing mathematics.h #includes for av_rescale(). | Diego Biurrun | 2011-07-05 | 1 | -0/+1 |
* | doxygen: Consistently use '@' instead of '\' for Doxygen markup. | Diego Biurrun | 2011-06-24 | 1 | -4/+4 |
* | Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog. | Diego Biurrun | 2011-06-10 | 1 | -2/+0 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -5/+6 |
* | mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro. | Diego Biurrun | 2011-06-03 | 1 | -9/+4 |
* | Remove stray extra arguments from av_dlog() invocations. | Diego Biurrun | 2011-06-02 | 1 | -1/+1 |
* | lavf: deprecate AVFormatParameters.mpeg2ts_raw. | Anton Khirnov | 2011-05-25 | 1 | -2/+2 |
* | mpegts: add compute_pcr option. | Anton Khirnov | 2011-05-25 | 1 | -1/+21 |