| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | ensure pes buffer is set to avoid segv | Baptiste Coudurier | 2009-09-13 | 1 | -1/+1 |
* | reset pes state to skip after flushing, avoid segv with dvgrab-2009.03.28_19-... | Baptiste Coudurier | 2009-09-13 | 1 | -0/+1 |
* | disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default) | Ivan Schreter | 2009-09-06 | 1 | -0/+34 |
* | Cosmetic changes in read_seek* routines. | Ivan Schreter | 2009-08-26 | 1 | -19/+26 |
* | Decoder for LPCM as used in Bluray discs. | Christian Schmidt | 2009-08-26 | 1 | -0/+1 |
* | Add Bluray Subtitle Support | Stephen Backway | 2009-08-25 | 1 | -0/+1 |
* | mpegts: change variable-length array to fixed length | Måns Rullgård | 2009-08-24 | 1 | -1/+1 |
* | Use generic multi-stream key frame finding routine to implement read_seek2 an... | Ivan Schreter | 2009-08-22 | 1 | -13/+68 |
* | init pes dts and pts to AV_NOPTS_VALUE, fix issue #1297 | Baptiste Coudurier | 2009-07-30 | 1 | -0/+2 |
* | Stop parsing in read_header only after finding pmt, and | Baptiste Coudurier | 2009-07-29 | 1 | -6/+5 |
* | Only set CODEC_ID_PROBE when a packet from a stream having a PES header | Baptiste Coudurier | 2009-06-25 | 1 | -6/+11 |
* | add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med do... | Wolfram Gloger | 2009-06-20 | 1 | -0/+1 |
* | do not parse full header for private streams | Baptiste Coudurier | 2009-06-02 | 1 | -3/+19 |