163 Commits (16cda1535edf853c31506b2c737d0a6873744550)

Author SHA1 Message Date
Ronald S. Bultje 1d217cdb3f Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS and 16 years ago
Ronald S. Bultje d7fb5a18fc Add a ByteIOContext argument to ASF functions that will be shared with the 16 years ago
Ronald S. Bultje f27544fd5b Separate the packet fetching from the data reading, so that the data reading 16 years ago
Ronald S. Bultje dc50773dc5 Remove static variable and a printf using it. See "[PATCH] asf.c: move 16 years ago
Ronald S. Bultje 022f0b7c01 Do not access s->gb directly in functions that have a local copy of that 16 years ago
Diego Biurrun 9686df2be5 Delete unnecessary 'extern' keywords. 16 years ago
Baptiste Coudurier eb63b051c0 timestamp is dts in wmv/asf 16 years ago
Diego Pettenò fb65d2ca84 Use enum typers instead of int. 16 years ago
Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
Aurelien Jacobs 5972945197 convert every muxer/demuxer to write/read sample_aspect_ratio from/to 16 years ago
Måns Rullgård f94981ea6a ASF: use dprintf(), allow compilation with -DDEBUG 17 years ago
Michael Niedermayer 0bef08e516 New codec probing system try #1. 17 years ago
Michael Niedermayer 3e86dba24b command_streams are type data not unknown. 17 years ago
Baptiste Coudurier ade8d8b939 uniformize AVStream->priv_data freeing in av_close_input_stream 17 years ago
Baptiste Coudurier ccafd47251 factorize read_header failure freeing code 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Rafaël Carré b4bbcd635f Read asf file header fields in the right order 17 years ago
Michael Niedermayer 11c55efa34 Skip over unknown extended_content_header tags. 17 years ago
Michael Niedermayer 16428e6348 simplify 17 years ago
Reimar Döffinger 7abe438045 Remove ff_mms_set_stream_selection again from asf demuxer, 17 years ago
Reimar Döffinger 4d65da424a Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning: 17 years ago
Baptiste Coudurier 3dc761a443 typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer' from incompatible pointer type 17 years ago
Reimar Döffinger efc90ebfcb begining -> beginning typo fix 17 years ago
Aurelien Jacobs cd31f8dc23 cosmetics: indentation 17 years ago
Aurelien Jacobs fd2982a0a0 remove double check of pb->read_seek 17 years ago
Björn Axelsson fa13095a5d Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek() 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Patrice Bensoussan 0d4e281cac Add support for reading WM/Year tag 17 years ago
Björn Axelsson 49ce700a27 Allow propagation of stream selection through the ASF demuxer to the 17 years ago
Reimar Döffinger 72be7db423 Add support for decrypting asf files 17 years ago
Diego Biurrun 5d25d2a983 cosmetics: Move asf_read_close() down to get rid of a forward declaration. 17 years ago
Ramiro Polla 29a7b8ef27 Fix memleak 17 years ago
Patrice Bensoussan 6ec14b333d Improve track number decoding for some WMA files 17 years ago
Michael Niedermayer da0b94f539 workaround ms (lack of) intelligence in their design of dvr-ms 17 years ago
Björn Axelsson a9054d91b7 store asf streaming bitrates consistently 17 years ago
Michael Niedermayer b43387d447 more verbose error 18 years ago
Michael Niedermayer 371bf80642 ignore preroll, it is generally not what AVStream.start_time should contain 18 years ago
Michael Niedermayer 60ff1c4481 ignore invalid packet_obj_size 18 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 18 years ago
Patrice Bensoussan 629272d86f Add support for track numbers when they are set via strings 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Zuxy Meng 18d915dda6 cosmetics: Fix indentation after last commit, patch by Zuxy Meng. 18 years ago
Zuxy Meng d84707377f use asf stream information to set bitrate 18 years ago
Aurelien Jacobs 57004ff1d7 add an enum for need_parsing 18 years ago
John Donaghy 6fea687ec1 DVR-MS probe audio format 18 years ago
Michael Niedermayer 87e8788680 allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
Michael Niedermayer 0c0d17f3ce fix demuxing of IMAG0002.ASF 18 years ago
Baptiste Coudurier 0b339acb9e revert r8538 (set bit rate for asf format) until regression tests issue is stated 18 years ago
Zuxy Meng 4d38ebfd7b set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail com 18 years ago