2009-03-25 |
bcoudurier |
set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_sample.m4v
libavformat
|
2009-03-24 |
rbultje |
strchr(string, '\0') returns non-NULL, and is thus not suited for use in
libavformat
|
2009-03-22 |
diego |
Rename 'tests' target to 'testprogs'. It is too easily confused with the
libavformat
|
2009-03-22 |
aurel |
handle id3v2 'genre' tag formated as '%d'
libavformat
|
2009-03-22 |
rbultje |
Remove alpha channel from default colorspace tables, since it is unused. See
libavformat
|
2009-03-22 |
rbultje |
Add a @todo with a comment from Kostya so we don't forget to optimize that at
libavformat
|
2009-03-22 |
kostya |
Add AURA 1 and 2 codec IDs and register their FOURCCs
libavformat
|
2009-03-22 |
bcoudurier |
allocate tracks instead of using MAX_STREAMS
libavformat
|
2009-03-22 |
bcoudurier |
since code now use get_bits_long, allocate padding buffer
libavformat
|
2009-03-22 |
bcoudurier |
avoid creating a new stream not referenced in pmt since it cannot be associated to a program, fix issue 835
libavformat
|
2009-03-21 |
bcoudurier |
reset codec width/height for h264 forcing decoder to parse extradata
libavformat
|
2009-03-21 |
rbultje |
Remove slash-skipping code because the function called right after that
libavformat
|
2009-03-21 |
rbultje |
Reindent something where a if () --> { <-- is on a newline rather than on the
libavformat
|
2009-03-21 |
rbultje |
Free metadata if already allocated; fixes a memleak if the header occurs twice
libavformat
|
2009-03-21 |
rbultje |
Fix silly bug in hex_to_data() where it compares a string pointer for whether
libavformat
|
2009-03-21 |
rbultje |
Remove useless comment about something that is deprecated. See summary in
libavformat
|
2009-03-21 |
rbultje |
Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++".
libavformat
|
2009-03-21 |
rbultje |
Merge functional code from get_word() and get_word_sep() into a single
libavformat
|
2009-03-21 |
rbultje |
Allow (and parse) incoming server messages (notices) interleaved with TCP
libavformat
|
2009-03-21 |
rbultje |
Add a @todo item to use ByteIOContext instead of URLContext at some point in
libavformat
|
2009-03-21 |
rbultje |
Remove index writing in RM muxer, since it is broken (multiple streams per
libavformat
|
2009-03-21 |
rbultje |
Don't allow to sync on packets of zero-size length, since these are never
libavformat
|
2009-03-21 |
rbultje |
Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-length
libavformat
|
2009-03-21 |
kostya |
Make Smacker audio decoder output audio in original bit depth
libavformat
|
2009-03-21 |
conrad |
Reindent
libavformat
|
2009-03-21 |
conrad |
Fix Speex header parsing in ogg demuxer
libavformat
|
2009-03-21 |
conrad |
Document ogg_codec's header function
libavformat
|
2009-03-21 |
bcoudurier |
fix compilation when DEBUG_SEEK is defined
libavformat
|
2009-03-21 |
bcoudurier |
fix valid seeking range
libavformat
|
2009-03-21 |
bcoudurier |
protect realloc overflow
libavformat
|
2009-03-21 |
jbr |
seek backwards 4 bytes if 'fLaC' marker is not found
libavformat
|
2009-03-20 |
cehoyos |
PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
libavformat
|
2009-03-20 |
bcoudurier |
resync ffm if error in stream
libavformat
|
2009-03-20 |
bcoudurier |
typo, fix eof check
libavformat
|
2009-03-20 |
bcoudurier |
do not write ffm write index by default, detect if file is being written and return EOF
libavformat
|
2009-03-20 |
rbultje |
Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codec
libavformat
|
2009-03-20 |
rbultje |
Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a
libavformat
|
2009-03-19 |
bcoudurier |
set avi fsize to INT64_MAX if riff tag end is not set and file size is not available
libavformat
|
2009-03-19 |
bcoudurier |
move max analyze duration check before considering new packet
libavformat
|
2009-03-19 |
ramiro |
Support raw TrueHD files
libavformat
|
2009-03-19 |
ramiro |
Split TrueHD decoder from MLP
libavformat
|
2009-03-19 |
alexc |
MOV: Use the AOT enum for the mp4_audio_types mapping.
libavformat
|
2009-03-18 |
reimar |
Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure
libavformat
|
2009-03-18 |
reimar |
Add a special guidcmp function to compare ASF guids, to avoid the many
libavformat
|
2009-03-17 |
rbultje |
Fix wrong @file tag.
libavformat
|
2009-03-17 |
rbultje |
Reindent after r18023.
libavformat
|
2009-03-17 |
rbultje |
Add RTP/ASF header parsing, which is part of the SDP of these streams. See
libavformat
|
2009-03-17 |
diego |
cosmetics: fix indentation, patch by avcoder, ffmpeg gmail com
libavformat
|
2009-03-16 |
reimar |
Extend mov edit list support to work for a first padding entry with
libavformat
|
2009-03-16 |
mru |
rmdec: fix crash at end of file
libavformat
|
2009-03-16 |
alexc |
Cosmetics: Re-indent after last commit
libavformat
|
2009-03-16 |
alexc |
MOV: Support stz2 "Compact Sample Size Box"
libavformat
|
2009-03-16 |
rbultje |
More reindent, forgotten in previous commit.
libavformat
|
2009-03-16 |
rbultje |
Parse index chunk so that seeking in modern .rm files becomes a lot faster.
libavformat
|
2009-03-16 |
rbultje |
Reindent after r18010.
libavformat
|
2009-03-16 |
rbultje |
Mark the first output audio frame as keyframe (separate patch from previous,
libavformat
|