211 Commits (ecc297308ff3cb8b20359df44108ac299b22bdf1)

Author SHA1 Message Date
Diego Biurrun 2e15305b70 Remove some disabled printf debug cruft. 14 years ago
Diego Biurrun 045dd4b928 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 14 years ago
Anton Khirnov 761ad42968 lavf: remove FF_API_MAX_STREAMS cruft 14 years ago
Jindrich Makovicka e006d71fa8 mpegts: propagate avio EOF in read_packet() 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 14 years ago
Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
Anssi Hannula 6a7e074eb9 mpegts: add all stream languages into metadata 14 years ago
Hendrik Leppkes 789936dbbd Flag DVB subtitles for the hard hearing appropriately using their component_type id. 14 years ago
Anton Khirnov e51975392d avio: deprecate url_fgetc and remove all it uses 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov e731b8d872 avio: move init_put_byte() to a new private header and rename it 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Anssi Hannula 60e7306643 mpegts: set st->disposition according to ISO 639 language descriptor 14 years ago
Vladimir Pantelic f4c79d1e0b mpegts: remove unused macro MAX_SCAN_PACKETS 14 years ago
Vasyl' Vavrychuk 665132e620 mpegts: remove get_pts duplicate of ff_parse_pes_pts. 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Georgi Chorbadzhiyski e8315e7881 Set service_provider and service_name in mpegts demuxer 14 years ago
Peter Ross cc9038e95c add ff_parse_mpeg2_descriptor; make MPEG2 descriptor parsing routines available to other modules. 14 years ago
Baptiste Coudurier 74f726209f In ts demuxer, if pes packet size is < ts packet, honor pes packet and skip padded data. 14 years ago
Stephen D'Angelo c538eb51c6 In TS demuxer, create the AVStream during pmt parsing if the pes stream does not 14 years ago
Baptiste Coudurier b795ff97e5 In TS demuxer, keep the pmt filter open to parse all pmt sections, 14 years ago
Baptiste Coudurier 8ee764b020 Remove some warnings 14 years ago
Baptiste Coudurier 175272cb07 10l, fix memleak, forgot to free mp4_dec_config_descr 14 years ago
Baptiste Coudurier 798c6facb7 In ts demuxer, support aac flexmux using extradata in iods, issue #2346 14 years ago
Janne Grunau 915bfa33d1 mpegts: support LATM syntax 14 years ago
Aurelien Jacobs 54036be11a rename LAVF_API_* defines to FF_API_* to clarify that it is not public API 14 years ago
Aurelien Jacobs 072e3efd1b add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS API 14 years ago
Aurelien Jacobs 6b2b337657 get rid of MAX_STREAMS limit in mpegts 14 years ago
Martin Storsjö 8dd25c52cb mpegts: Warn if unable to seek back 15 years ago
Reimar Döffinger b834becdae Pass the composition and ancillary ID for DVB subtitles via extradata instead 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Janne Grunau b74f67eb17 In ts demuxer, output pes packet as soon as they are complete. 15 years ago
Stefano Sabatini 2ef6c1242a Mark av_metadata_set() as deprecated, and use av_metadata_set2() 15 years ago
Baptiste Coudurier 0403c2e3e4 Disable LATM AAC in mpegts, this is not supported and produce too many 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Aurelien Jacobs 588af13fee rename av_program_add_stream_index to ff_program_add_stream_index 15 years ago
Stefano Sabatini 4837bb52d2 Replace last occurrence of the deprecated match_ext() with 15 years ago
Måns Rullgård 0694a009b6 Fix build 15 years ago
Alexis Ballier 9125806e34 Fix warnings about implicit function declaration when compiling rtpdec.c 15 years ago
Baptiste Coudurier 10061cd648 remove useless type declarations 15 years ago
Baptiste Coudurier 609d864611 move code to avoid forward declaration 15 years ago
Baptiste Coudurier b3f9f7a333 Let pmt override stream info when encoutered later in the ts file. 15 years ago
Carl Eugen Hoyos 28f008a9d3 Support some LATM AAC streams (they can be decoded with MPlayer). 15 years ago
Francesco Lavra e58992e41f Support demuxing teletext in DVB streams. 15 years ago
Baptiste Coudurier 45a49840f3 handle_packets takes number of packets as arg, avoid reading too much 15 years ago