| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | mpegts: do not output known sized packet if an unbounded packet is already qu... | Baptiste Coudurier | 2011-05-12 | 1 | -1/+1 |
* | Port SMPTE S302M audio decoder from FFmbc 0.3. | Baptiste Coudurier | 2011-05-11 | 1 | -0/+1 |
* | Remove some disabled printf debug cruft. | Diego Biurrun | 2011-04-29 | 1 | -3/+0 |
* | Replace some commented-out debug printf() / av_log() messages with av_dlog(). | Diego Biurrun | 2011-04-29 | 1 | -4/+2 |
* | lavf: remove FF_API_MAX_STREAMS cruft | Anton Khirnov | 2011-04-19 | 1 | -5/+0 |
* | 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 |