Wed, 31 Dec 2008 00:24:54 +0000 |
michael |
Merge videobuf and audiobuf.
libavformat
|
Tue, 30 Dec 2008 21:23:02 +0000 |
michael |
Simplify the top of rm_assemble_video_frame().
libavformat
|
Tue, 30 Dec 2008 20:51:18 +0000 |
michael |
Add a few error checks to rm_assemble_video_frame()
libavformat
|
Tue, 30 Dec 2008 19:49:27 +0000 |
michael |
All non zero returns of rm_assemble_video_frame() are errors, check things
libavformat
|
Sun, 28 Dec 2008 23:25:17 +0000 |
rbultje |
av_free() -> av_freep(), patch by Reimar Doffinger, see discussion in
libavformat
|
Sun, 28 Dec 2008 23:23:59 +0000 |
rbultje |
Fix double free which happens for playback of .rm files after r16365. See
libavformat
|
Sun, 28 Dec 2008 16:22:42 +0000 |
kostya |
Fix a typo that made VMD demuxer always assume Indeo 3 as video codec.
libavformat
|
Sun, 28 Dec 2008 05:59:11 +0000 |
rbultje |
Reindent after r16368.
libavformat
|
Sun, 28 Dec 2008 05:58:23 +0000 |
rbultje |
Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in
libavformat
|
Sun, 28 Dec 2008 05:55:09 +0000 |
rbultje |
Change audio_pkt_cnt from an array into a single field, since only a single
libavformat
|
Sun, 28 Dec 2008 00:21:11 +0000 |
rbultje |
Add RMStream object as function argument to public functions so that non-.rm
libavformat
|
Sun, 28 Dec 2008 00:18:38 +0000 |
rbultje |
Implement RMStream stream-specific private data object in the RM demuxer.
libavformat
|
Sat, 27 Dec 2008 17:34:00 +0000 |
kostya |
Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for it
libavformat
|
Wed, 24 Dec 2008 02:20:07 +0000 |
compn |
add amr in avi riff tags
libavformat
|
Mon, 22 Dec 2008 22:12:44 +0000 |
cehoyos |
Fix two identical warnings when compiling riff.c and nuv.c with icc:
libavformat
|
Mon, 22 Dec 2008 22:10:07 +0000 |
cehoyos |
Fix a warning when compiling with icc:
libavformat
|
Mon, 22 Dec 2008 11:23:00 +0000 |
cehoyos |
Initialize s->opaque before calling url_resetbuf().
libavformat
|
Sun, 21 Dec 2008 23:50:16 +0000 |
michael |
Change mpeg audio parser so it only sets frame_size, channels and bit_rate
libavformat
|
Sun, 21 Dec 2008 20:56:30 +0000 |
michael |
Fix detection of audio codec in K70707-ARIA229.flv.
libavformat
|
Fri, 19 Dec 2008 01:00:44 +0000 |
astrange |
Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkv
libavformat
|
Thu, 18 Dec 2008 09:18:43 +0000 |
bcoudurier |
cosmetics, remove useless parenthesis and whitespaces
libavformat
|
Thu, 18 Dec 2008 09:17:19 +0000 |
bcoudurier |
set alac channels from extradata, fix alac mono in m4a
libavformat
|
Thu, 18 Dec 2008 01:28:29 +0000 |
rbultje |
Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS and
libavformat
|
Thu, 18 Dec 2008 01:25:43 +0000 |
rbultje |
Add a ByteIOContext argument to ASF functions that will be shared with the
libavformat
|