2009-01-31 |
bcoudurier |
write best effort video line map
libavformat
|
2009-01-31 |
bcoudurier |
add frame layout local tag, best effort
libavformat
|
2009-01-31 |
bcoudurier |
add aes3 pcm wrapping and use it by default
libavformat
|
2009-01-31 |
bcoudurier |
split wav_desc in generic_sound_desc
libavformat
|
2009-01-31 |
bcoudurier |
thanks to interleaving, audio is now locked
libavformat
|
2009-01-31 |
bcoudurier |
local tag 3201 is picture essence coding, so do not write it for wav
libavformat
|
2009-01-31 |
bcoudurier |
stored height is stupidly /2 if interlaced
libavformat
|
2009-01-31 |
bcoudurier |
add size param to write_generic_desc
libavformat
|
2009-01-31 |
bcoudurier |
parse mpeg2 progressive frame flag
libavformat
|
2009-01-31 |
bcoudurier |
delay header writing and parse mpeg2 frame
libavformat
|
2009-01-31 |
bcoudurier |
correctly pack and interleave pcm samples in mxf
libavformat
|
2009-01-31 |
bcoudurier |
function is static
libavformat
|
2009-01-31 |
bcoudurier |
use new ff_interleave_add_packet
libavformat
|
2009-01-31 |
bcoudurier |
split av_interleave_per_dts, to avoid code duplication
libavformat
|
2009-01-31 |
stefang |
ADPCM found in Xbox wav files can be decoded with
libavformat
|
2009-01-30 |
aurel |
typo
libavformat
|
2009-01-29 |
compn |
pvez avi fourcc is truemotion1
libavformat
|
2009-01-28 |
michael |
Fix remotely exploitable arbitrary code execution vulnerability.
libavformat
|
2009-01-27 |
bcoudurier |
second try fixing time code in gxf
libavformat
|
2009-01-27 |
michael |
Prefer av_freep() over av_free() for variables in the context for safety.
libavformat
|
2009-01-27 |
michael |
Add {} between if/else
libavformat
|
2009-01-27 |
michael |
Export all tracks (each is a different language) instead of just one.
libavformat
|
2009-01-27 |
michael |
remove pointless {}
libavformat
|
2009-01-27 |
michael |
Move current_track variable closer to where it is used.
libavformat
|
2009-01-27 |
michael |
Fix memleak of fourxm->tracks on error return.
libavformat
|
2009-01-27 |
michael |
vertical align
libavformat
|
2009-01-27 |
michael |
Fix memleak of header in error returns.
libavformat
|
2009-01-27 |
michael |
better header_size check
libavformat
|
2009-01-27 |
michael |
size < 4 is invalid
libavformat
|
2009-01-27 |
benoit |
Whitespace cosmetics to align return statements.
libavformat
|
2009-01-27 |
benoit |
Check buffer is inside what is passed when probing for flac.
libavformat
|
2009-01-27 |
lucabe |
Merge rtp_internal.h in rtp.h, and remove rtp_internal.h
libavformat
|
2009-01-27 |
bcoudurier |
seek at 0 when timestamp requested is negative
libavformat
|
2009-01-26 |
aurel |
make it clear that the new metadata API is a work in progress
libavformat
|
2009-01-25 |
diego |
Directly #include some required headers.
libavformat
|
2009-01-25 |
stefano |
Move documentation of av_register_all() from allformats.c to
libavformat
|
2009-01-25 |
jbr |
use function and definitions from libavcodec/flac.h in oggparseflac.c
libavformat
|
2009-01-25 |
jbr |
Handle ID3v2 tags in raw FLAC streams by skipping them.
libavformat
|
2009-01-24 |
diego |
Fix undefined preprocessor directives warnings during 'make checkheaders'.
libavformat
|
2009-01-24 |
stefang |
return an error if we can not get a full packet,
libavformat
|
2009-01-24 |
stefang |
fix header parsing, the NULL terminated File ID is followed by a space
libavformat
|
2009-01-24 |
rbultje |
Skip m= blocks in the SDP if the media type is unknown. This prevents
libavformat
|
2009-01-23 |
bcoudurier |
set pts and dts when only pts is present, according to specs
libavformat
|
2009-01-23 |
bcoudurier |
write essence container data
libavformat
|
2009-01-23 |
bcoudurier |
reduce display aspect ratio
libavformat
|
2009-01-23 |
bcoudurier |
stored height is a multiple of 16 for mpeg2
libavformat
|
2009-01-23 |
bcoudurier |
fix endianness of time code, and calculate it in fields, according to specs
libavformat
|
2009-01-23 |
compn |
add EM4A fourcc , works for:
libavformat
|
2009-01-23 |
andoma |
Avoid allocating MPADecodeContext on stack.
libavformat
|
2009-01-22 |
michael |
Move av_read_frame/parser related buffer variables from AVFormatContext
libavformat
|
2009-01-22 |
bcoudurier |
print stream sar if present and different than codec sar
libavformat
|
2009-01-22 |
michael |
Use EAGAIN return, primarely intended as example of EAGAIN useage.
libavformat
|
2009-01-22 |
michael |
Handle av_read_frame() EAGAIN return.
libavformat
|
2009-01-21 |
aurel |
'code' is used to index a table so make it unsigned
libavformat
|
2009-01-21 |
kostya |
yet another attempt on fixing synchronization in VMD
libavformat
|
2009-01-21 |
kostya |
Empty audio chunks in VMD are silent, not skipped
libavformat
|
2009-01-21 |
kostya |
cosmetics: reindent after last commit
libavformat
|
2009-01-21 |
kostya |
VMD first chunk of audio is not coded as many separate chunks of block_align
libavformat
|
2009-01-20 |
bcoudurier |
change sample aspect ratio test to be more clear, print old one
libavformat
|
2009-01-20 |
compn |
another mpeg4 fourcc
libavformat
|