| Commit message (Expand) | Author | Age | Files | Lines |
* | mpegts: propagate avio EOF in read_packet() | Jindrich Makovicka | 2011-03-31 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -1/+1 |
* | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -1/+1 |
* | mpegts: add all stream languages into metadata | Anssi Hannula | 2011-03-07 | 1 | -6/+12 |
* | Flag DVB subtitles for the hard hearing appropriately using their component_t... | Hendrik Leppkes | 2011-03-07 | 1 | -1/+11 |
* | avio: deprecate url_fgetc and remove all it uses | Anton Khirnov | 2011-03-07 | 1 | -2/+2 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -7/+7 |
* | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -1/+1 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -10/+10 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -15/+15 |
* | avio: move init_put_byte() to a new private header and rename it | Anton Khirnov | 2011-02-20 | 1 | -2/+3 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -5/+5 |
* | mpegts: set st->disposition according to ISO 639 language descriptor | Anssi Hannula | 2011-02-14 | 1 | -0/+5 |
* | mpegts: remove unused macro MAX_SCAN_PACKETS | Vladimir Pantelic | 2011-02-09 | 1 | -3/+0 |
* | mpegts: remove get_pts duplicate of ff_parse_pes_pts. | Vasyl' Vavrychuk | 2011-01-30 | 1 | -11/+4 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -15/+15 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -4/+4 |
* | Set service_provider and service_name in mpegts demuxer | Georgi Chorbadzhiyski | 2011-01-20 | 1 | -2/+2 |
* | add ff_parse_mpeg2_descriptor; make MPEG2 descriptor parsing routines availab... | Peter Ross | 2010-12-29 | 1 | -77/+90 |
* | In ts demuxer, if pes packet size is < ts packet, honor pes packet and skip p... | Baptiste Coudurier | 2010-11-29 | 1 | -1/+5 |
* | In TS demuxer, create the AVStream during pmt parsing if the pes stream does not | Stephen D'Angelo | 2010-11-25 | 1 | -0/+2 |
* | In TS demuxer, keep the pmt filter open to parse all pmt sections, | Baptiste Coudurier | 2010-11-25 | 1 | -2/+2 |
* | Remove some warnings | Baptiste Coudurier | 2010-11-23 | 1 | -2/+2 |
* | 10l, fix memleak, forgot to free mp4_dec_config_descr | Baptiste Coudurier | 2010-11-23 | 1 | -2/+5 |
* | In ts demuxer, support aac flexmux using extradata in iods, issue #2346 | Baptiste Coudurier | 2010-11-23 | 1 | -1/+63 |
* | mpegts: support LATM syntax | Janne Grunau | 2010-11-02 | 1 | -4/+1 |
* | rename LAVF_API_* defines to FF_API_* to clarify that it is not public API | Aurelien Jacobs | 2010-08-18 | 1 | -1/+1 |
* | add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS API | Aurelien Jacobs | 2010-08-17 | 1 | -1/+1 |
* | get rid of MAX_STREAMS limit in mpegts | Aurelien Jacobs | 2010-08-09 | 1 | -2/+6 |
* | mpegts: Warn if unable to seek back | Martin Storsjö | 2010-07-24 | 1 | -1/+2 |
* | Pass the composition and ancillary ID for DVB subtitles via extradata instead | Reimar Döffinger | 2010-07-14 | 1 | -4/+11 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | In ts demuxer, output pes packet as soon as they are complete. | Janne Grunau | 2010-05-18 | 1 | -0/+10 |
* | Mark av_metadata_set() as deprecated, and use av_metadata_set2() | Stefano Sabatini | 2010-04-25 | 1 | -5/+5 |
* | Disable LATM AAC in mpegts, this is not supported and produce too many | Baptiste Coudurier | 2010-04-22 | 1 | -1/+4 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -29/+29 |
* | rename av_program_add_stream_index to ff_program_add_stream_index | Aurelien Jacobs | 2010-03-15 | 1 | -2/+2 |
* | Replace last occurrence of the deprecated match_ext() with | Stefano Sabatini | 2010-03-08 | 1 | -1/+1 |
* | Fix build | Måns Rullgård | 2010-02-01 | 1 | -2/+2 |
* | Fix warnings about implicit function declaration when compiling rtpdec.c | Alexis Ballier | 2010-02-01 | 1 | -3/+3 |
* | remove useless type declarations | Baptiste Coudurier | 2010-01-13 | 1 | -6/+4 |
* | move code to avoid forward declaration | Baptiste Coudurier | 2009-11-08 | 1 | -240/+238 |
* | Let pmt override stream info when encoutered later in the ts file. | Baptiste Coudurier | 2009-11-08 | 1 | -32/+23 |
* | Support some LATM AAC streams (they can be decoded with MPlayer). | Carl Eugen Hoyos | 2009-11-07 | 1 | -0/+1 |
* | Support demuxing teletext in DVB streams. | Francesco Lavra | 2009-10-29 | 1 | -0/+8 |
* | handle_packets takes number of packets as arg, avoid reading too much | Baptiste Coudurier | 2009-10-18 | 1 | -1/+1 |
* | Increase max resync size, fix demuxing of dvgrab-2009.03.28_19-07-22.m2t | Baptiste Coudurier | 2009-10-18 | 1 | -9/+11 |
* | Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS. | Carl Eugen Hoyos | 2009-10-10 | 1 | -0/+1 |
* | Allow the combined TrueHD/AC3 tracks on Blu-Ray discs to be demuxed as two se... | Ian Caulfield | 2009-10-05 | 1 | -3/+53 |