Mercurial > libavformat.hg
graph
-
All non zero returns of rm_assemble_video_frame() are errors, check things libavformat2008-12-30, by michael
-
av_free() -> av_freep(), patch by Reimar Doffinger, see discussion in libavformat2008-12-28, by rbultje
-
Fix double free which happens for playback of .rm files after r16365. See libavformat2008-12-28, by rbultje
-
Fix a typo that made VMD demuxer always assume Indeo 3 as video codec. libavformat2008-12-28, by kostya
-
Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in libavformat2008-12-28, by rbultje
-
Change audio_pkt_cnt from an array into a single field, since only a single libavformat2008-12-28, by rbultje
-
Add RMStream object as function argument to public functions so that non-.rm libavformat2008-12-28, by rbultje
-
Implement RMStream stream-specific private data object in the RM demuxer. libavformat2008-12-28, by rbultje
-
Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for it libavformat2008-12-27, by kostya
-
Fix two identical warnings when compiling riff.c and nuv.c with icc: libavformat2008-12-22, by cehoyos
-
Change mpeg audio parser so it only sets frame_size, channels and bit_rate libavformat2008-12-21, by michael
-
Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkv libavformat2008-12-19, by astrange
-
Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS and libavformat2008-12-18, by rbultje
-
Add a ByteIOContext argument to ASF functions that will be shared with the libavformat2008-12-18, by rbultje
-
check that nb_streams is valid before setting stream, fix crash with jp2 which do not use same structure libavformat2008-12-16, by bcoudurier
-
Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussion in ML thread libavformat2008-12-14, by rbultje
-
Add comment to indicate why the SDP line buffer is as big as it is. libavformat2008-12-14, by rbultje
-
Increase SDP line buffer size because ASF headers in RTSP-MS are very big. See ML discussion libavformat2008-12-14, by rbultje
-
Rename rtp_payload_data_t to avoid clashes with the POSIX namespace libavformat2008-12-13, by lucabe
-
Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c. libavformat2008-12-13, by rbultje
-
Don't access RMContext directly in rdt.c. Rather, use the return value of libavformat2008-12-13, by rbultje
-
Separate the packet fetching from the data reading, so that the data reading libavformat2008-12-13, by rbultje
-
cosmetics: Break some lines for a more aesthetically pleasing result. libavformat2008-12-13, by diego
-
Matroska uses tables from isom.c, so add the object file to its dependencies. libavformat2008-12-13, by diego
-
matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr) libavformat2008-12-12, by aurel