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
|
Tue, 07 Apr 2009 22:31:17 +0000 |
bcoudurier |
cosmetics, add empty line and remove useless braces
libavformat
|
Tue, 07 Apr 2009 22:28:39 +0000 |
bcoudurier |
fix compilation, add missing parenthesis
libavformat
|
Tue, 07 Apr 2009 22:26:47 +0000 |
bcoudurier |
comment the ipod subtitle check
libavformat
|
Tue, 07 Apr 2009 22:25:11 +0000 |
bcoudurier |
invert condition to simplify code
libavformat
|
Tue, 07 Apr 2009 22:23:15 +0000 |
bcoudurier |
remove no more needed code, tag is set by default
libavformat
|
Tue, 07 Apr 2009 22:21:43 +0000 |
bcoudurier |
cosmetics, reindent, add empty lines
libavformat
|
Tue, 07 Apr 2009 22:19:58 +0000 |
bcoudurier |
split mov_find_codec_tag in separate per format functions
libavformat
|
Tue, 07 Apr 2009 21:25:02 +0000 |
reimar |
Always return 0 if read_packet is successful.
libavformat
|
Tue, 07 Apr 2009 21:16:11 +0000 |
reimar |
Do not uselessly read version string into a buffer.
libavformat
|
Tue, 07 Apr 2009 21:10:10 +0000 |
reimar |
Describe read_alloc return value and required pkt handling to avoid memleaks
libavformat
|
Tue, 07 Apr 2009 20:52:37 +0000 |
reimar |
Error out also when reading nuv header returns with partial data and return
libavformat
|
Tue, 07 Apr 2009 20:47:56 +0000 |
bcoudurier |
set bits_per_coded_sample for rawvideo
libavformat
|