log

age author description
2009-01-04 michael 10l format include path for metadata.h libavformat
2009-01-04 michael Move metadata API from avcodec to avformat. libavformat
2009-01-04 michael Generic metadata API. libavformat
2009-01-04 michael If we find a VBR tag at the beginning of the file don't attempt to libavformat
2009-01-04 stefano Drop the deprecated parse_image_size() and parse_frame_rate() functions libavformat
2008-12-31 michael 10l set AVPacket.size to the true size of the returned data instead of libavformat
2008-12-31 michael Fix indention which was off by 1 space. libavformat
2008-12-31 michael Replace buffer by AVPacket and avoid a memcpy() for video when the number libavformat
2008-12-31 michael Merge videobuf and audiobuf. libavformat
2008-12-30 michael Simplify the top of rm_assemble_video_frame(). libavformat
2008-12-30 michael Add a few error checks to rm_assemble_video_frame() libavformat
2008-12-30 michael All non zero returns of rm_assemble_video_frame() are errors, check things libavformat
2008-12-28 rbultje av_free() -> av_freep(), patch by Reimar Doffinger, see discussion in libavformat
2008-12-28 rbultje Fix double free which happens for playback of .rm files after r16365. See libavformat
2008-12-28 kostya Fix a typo that made VMD demuxer always assume Indeo 3 as video codec. libavformat
2008-12-28 rbultje Reindent after r16368. libavformat
2008-12-28 rbultje Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in libavformat
2008-12-28 rbultje Change audio_pkt_cnt from an array into a single field, since only a single libavformat
2008-12-28 rbultje Add RMStream object as function argument to public functions so that non-.rm libavformat
2008-12-28 rbultje Implement RMStream stream-specific private data object in the RM demuxer. libavformat
2008-12-27 kostya Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for it libavformat
2008-12-24 compn add amr in avi riff tags libavformat
2008-12-22 cehoyos Fix two identical warnings when compiling riff.c and nuv.c with icc: libavformat
2008-12-22 cehoyos Fix a warning when compiling with icc: libavformat
2008-12-22 cehoyos Initialize s->opaque before calling url_resetbuf(). libavformat
2008-12-21 michael Change mpeg audio parser so it only sets frame_size, channels and bit_rate libavformat
2008-12-21 michael Fix detection of audio codec in K70707-ARIA229.flv. libavformat
2008-12-19 astrange Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkv libavformat
2008-12-18 bcoudurier cosmetics, remove useless parenthesis and whitespaces libavformat
2008-12-18 bcoudurier set alac channels from extradata, fix alac mono in m4a libavformat
2008-12-18 rbultje Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS and libavformat
2008-12-18 rbultje Add a ByteIOContext argument to ASF functions that will be shared with the libavformat
2008-12-17 benoit Add jp2 support to img2 demuxer. libavformat
2008-12-17 bcoudurier activate jpeg2000 fourcc in mov/mj2 libavformat
2008-12-16 michael Fix bug where the avi demxuer lost the first frame of malformed libavformat
2008-12-16 bcoudurier check that nb_streams is valid before setting stream, fix crash with jp2 which do not use same structure libavformat
2008-12-16 compn add MPNG fourcc libavformat
2008-12-16 compn two more mpeg4 fourccs and one msmpeg4v3 from uncommon codec list libavformat
2008-12-16 compn QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.avi libavformat
2008-12-16 compn add rpza avi fourcc libavformat
2008-12-14 rbultje Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussion in ML thread libavformat
2008-12-14 rbultje Reindent something that looks weird. libavformat
2008-12-14 rbultje Add comment to indicate why the SDP line buffer is as big as it is. libavformat
2008-12-14 rbultje Increase SDP line buffer size because ASF headers in RTSP-MS are very big. See ML discussion libavformat
2008-12-14 michael 10l (forgot sample_size) libavformat
2008-12-14 stefano Make register_avcodec() call avcodec_init(). libavformat
2008-12-14 mru oggflac: fix bitstream reader usage libavformat
2008-12-14 michael Fix non interleaved variable fps ODML avis. libavformat
2008-12-14 michael Remove silly FIXME comment. libavformat
2008-12-14 melanson The POSIX namespace shall be held sacrosanct. To that end, libavformat
2008-12-13 lucabe Rename rtp_payload_data_t to avoid clashes with the POSIX namespace libavformat
2008-12-13 lucabe Remove useless typedef libavformat
2008-12-13 lucabe Remove unused types libavformat
2008-12-13 reimar Avoid _t in gxf enum type names libavformat
2008-12-13 rbultje Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c. libavformat
2008-12-13 rbultje Don't access RMContext directly in rdt.c. Rather, use the return value of libavformat
2008-12-13 rbultje Separate the packet fetching from the data reading, so that the data reading libavformat
2008-12-13 diego 100l: Add missing backslashes. libavformat
2008-12-13 diego cosmetics: Break some lines for a more aesthetically pleasing result. libavformat
2008-12-13 diego Remove misleading comment, _t is POSIX-reserved namespace. libavformat