Sat, 11 Apr 2009 20:48:56 +0000 |
reimar |
wc3movie: return partial packets if not all data can be read.
libavformat
|
Sat, 11 Apr 2009 20:08:16 +0000 |
reimar |
Explain the purpose of the wc3_pal_lookup and the formula that was used to
libavformat
|
Sat, 11 Apr 2009 18:58:55 +0000 |
reimar |
Use get_le32/get_be32 in wc3movie demuxer instead of reading everything into
libavformat
|
Sat, 11 Apr 2009 12:42:29 +0000 |
reimar |
Get rid of av_destruct_packet_nofree and use NULL instead.
libavformat
|
Sat, 11 Apr 2009 10:41:06 +0000 |
reimar |
Reindent
libavformat
|
Sat, 11 Apr 2009 10:38:56 +0000 |
reimar |
Make electronicarts demuxer return partial frames, this is the default
libavformat
|
Fri, 10 Apr 2009 17:12:36 +0000 |
diego |
Replace rand() usage by av_lfg_get().
libavformat
|
Fri, 10 Apr 2009 15:16:11 +0000 |
diego |
cosmetics: Align output columns.
libavformat
|
Fri, 10 Apr 2009 12:49:53 +0000 |
aurel |
remove useless duplication of what av_new_stream() already does
libavformat
|
Fri, 10 Apr 2009 12:18:04 +0000 |
stefano |
Add 'PNG1' to PNG fourcc codes.
libavformat
|
Fri, 10 Apr 2009 11:03:06 +0000 |
stefano |
Make try_decode_frame() use the new avcodec_decode_* API.
libavformat
|
Thu, 09 Apr 2009 21:48:45 +0000 |
lucabe |
AAC packetiser cleanup: use consts instead of #defines
libavformat
|
Thu, 09 Apr 2009 21:39:07 +0000 |
lucabe |
AAC packetiser cleanup: remove check for a condition that cannot happen
libavformat
|
Thu, 09 Apr 2009 21:37:11 +0000 |
lucabe |
Fix two checks in the AAC packetiser, which were too conservative
libavformat
|
Thu, 09 Apr 2009 14:16:22 +0000 |
reimar |
Fix memleak in nuv demuxer: free packet already allocated packet when
libavformat
|
Wed, 08 Apr 2009 20:20:42 +0000 |
reimar |
Correctly set packet size for partial video packets in nuv demuxer.
libavformat
|
Wed, 08 Apr 2009 20:19:12 +0000 |
reimar |
Add av_shrink_packet function for use in av_get_packet that reduces pkt->size
libavformat
|
Wed, 08 Apr 2009 16:01:10 +0000 |
cehoyos |
Reduce code duplication.
libavformat
|
Wed, 08 Apr 2009 07:16:14 +0000 |
lucabe |
Add support for AMR audio in the RTP muxer
libavformat
|
Wed, 08 Apr 2009 03:38:59 +0000 |
bcoudurier |
force sample for qcelp when not stored in mov, fix #968
libavformat
|
Wed, 08 Apr 2009 03:06:08 +0000 |
rbultje |
Reindent after r18372.
libavformat
|
Wed, 08 Apr 2009 03:04:57 +0000 |
rbultje |
Add waveformat-extensible support in the wav muxer.
libavformat
|
Tue, 07 Apr 2009 22:34:05 +0000 |
bcoudurier |
move codec tag tables near corresponding code
libavformat
|
Tue, 07 Apr 2009 22:31:53 +0000 |
bcoudurier |
cosmetics, reindent
libavformat
|