4363 Commits (88297e80aa005afc4ebdfb4ab68e38a114439905)

Author SHA1 Message Date
Ronald S. Bultje 572c6a3814 Allow subscription to any of the streams, not just the first, available in 16 years ago
Ronald S. Bultje 7c68a17754 Parse the OpaqueData field for every AVStream represented by this "set of 16 years ago
Ronald S. Bultje 530bca9439 Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill in 16 years ago
Ronald S. Bultje 3ca45429fe Parse the ASMRuleBook SDP line to dynamically create one new AVStream for 16 years ago
Diego Biurrun 3a8e375acf Remove inappropriate const qualifier from function argument, fixes the warning: 16 years ago
Aurelien Jacobs 094d9df72e free all allocated metadata structures 16 years ago
Diego Biurrun ec0052760e cosmetics: alphabetical order 16 years ago
Aurelien Jacobs 7cfe7d77a4 ignore year=0 and track=0 16 years ago
Aurelien Jacobs 176aee8282 Add a metadata compatibility layer, so that when a user application set 16 years ago
Aurelien Jacobs e232c2529e add a typedef for AVMetadata 16 years ago
Diego Biurrun 52e57500bb Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turned 16 years ago
Roman Shaposhnik 6d8b21f3e8 additional recovery for the badly broken streams 16 years ago
Aurelien Jacobs bc1d2afb37 rename AVMetaData to AVMetadata and meta_data to metadata 16 years ago
Aurelien Jacobs f526adaf19 add metadata in AVStream, AVProgram and AVChapter 16 years ago
Mike Melanson ea29242cc7 Ministry of English Composition treatment for the new metadata API 16 years ago
Michael Niedermayer 06a7bd9a2e 10l format include path for metadata.h 16 years ago
Michael Niedermayer a6d18a0e6a Move metadata API from avcodec to avformat. 16 years ago
Michael Niedermayer 47146dfbf6 Generic metadata API. 16 years ago
Yoav Steinberg 853a97530e If we find a VBR tag at the beginning of the file don't attempt to 16 years ago
Stefano Sabatini 1ca9133fb4 Drop the deprecated parse_image_size() and parse_frame_rate() functions 16 years ago
Michael Niedermayer ce0453aac9 10l set AVPacket.size to the true size of the returned data instead of 16 years ago
Michael Niedermayer 188e67eaf4 Fix indention which was off by 1 space. 16 years ago
Michael Niedermayer 0b4ff0c9ef Replace buffer by AVPacket and avoid a memcpy() for video when the number 16 years ago
Michael Niedermayer fce48f5b0b Merge videobuf and audiobuf. 16 years ago
Michael Niedermayer f48d545736 Simplify the top of rm_assemble_video_frame(). 16 years ago
Michael Niedermayer e45673cb3a Add a few error checks to rm_assemble_video_frame() 16 years ago
Michael Niedermayer 51d6852f43 All non zero returns of rm_assemble_video_frame() are errors, check things 16 years ago
Reimar Döffinger 7d204e67e8 av_free() -> av_freep(), patch by Reimar Doffinger, see discussion in 16 years ago
Ronald S. Bultje c49a3ec30a Fix double free which happens for playback of .rm files after r16365. See 16 years ago
Kostya Shishkov 5b3658f73b Fix a typo that made VMD demuxer always assume Indeo 3 as video codec. 16 years ago
Ronald S. Bultje ade8fb4d75 Reindent after r16368. 16 years ago
Ronald S. Bultje a9f84821c5 Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in 16 years ago
Ronald S. Bultje 5d88c2647d Change audio_pkt_cnt from an array into a single field, since only a single 16 years ago
Ronald S. Bultje 886e89d0d0 Add RMStream object as function argument to public functions so that non-.rm 16 years ago
Ronald S. Bultje ba61472911 Implement RMStream stream-specific private data object in the RM demuxer. 16 years ago
Kostya Shishkov 10f35ebddd Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for it 16 years ago
Ben Littler c26436ec46 add amr in avi riff tags 16 years ago
Carl Eugen Hoyos 9f2ace74ef Fix two identical warnings when compiling riff.c and nuv.c with icc: 16 years ago
Carl Eugen Hoyos 1c53290b67 Fix a warning when compiling with icc: 16 years ago
Aurelien Jacobs 9daa4ceaa3 Initialize s->opaque before calling url_resetbuf(). 16 years ago
Michael Niedermayer c96bd21227 Change mpeg audio parser so it only sets frame_size, channels and bit_rate 16 years ago
Michael Niedermayer 2f3d7ea974 Fix detection of audio codec in K70707-ARIA229.flv. 16 years ago
Alexander Strange 1ca610c015 Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkv 16 years ago
Baptiste Coudurier 364df7b7b9 cosmetics, remove useless parenthesis and whitespaces 16 years ago
Baptiste Coudurier a15328249d set alac channels from extradata, fix alac mono in m4a 16 years ago
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
Benoit Fouet 8b2386dc5a Add jp2 support to img2 demuxer. 16 years ago
Baptiste Coudurier 18cb36fd57 activate jpeg2000 fourcc in mov/mj2 16 years ago
Michael Niedermayer ca5b528ea1 Fix bug where the avi demxuer lost the first frame of malformed 16 years ago