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
|
2009-01-20 |
bcoudurier |
Do not use avctx->frame_number which might not be set,
libavformat
|
2009-01-20 |
bcoudurier |
set correct value for starting line
libavformat
|
2009-01-20 |
bcoudurier |
fix gxf time code mark out value
libavformat
|
2009-01-20 |
benoit |
Enable building r3d demuxer when its config is set.
libavformat
|
2009-01-20 |
alexc |
Fix a read past end of buffer crash in the mp3 probe
libavformat
|
2009-01-20 |
bcoudurier |
R3D REDCODE demuxer
libavformat
|
2009-01-20 |
aurel |
matroskaenc: correctly handle h264 streams with 3 bytes nal startcodes
libavformat
|
2009-01-19 |
diego |
Use "" instead of <> when #including non-system headers.
libavformat
|
2009-01-19 |
alexc |
Fix probing of files with ID3v2 tags. Discussed at
libavformat
|
2009-01-19 |
diego |
Restore mistakenly removed period after "DivX, Inc".
libavformat
|
2009-01-19 |
compn |
add T263. works on samples/V-codecs/T263/
libavformat
|
2009-01-19 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavformat
|
2009-01-18 |
aurel |
replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag
libavformat
|
2009-01-18 |
aurel |
matroskadec: merge ByteIOContext declarations at upper level
libavformat
|
2009-01-18 |
aurel |
matroskadec: parse the WAVEFORMATEX header and discard it from extradata
libavformat
|
2009-01-18 |
bcoudurier |
add jp2 formater in image2 muxer
libavformat
|
2009-01-18 |
bcoudurier |
jpeg2k is intra only codec
libavformat
|
2009-01-17 |
bcoudurier |
match format in names list separated by commas
libavformat
|
2009-01-17 |
stefang |
added demuxer for FunCom ISS audio files,
libavformat
|
2009-01-17 |
aurel |
remove ff_get_fourcc() and use AV_RL32() instead
libavformat
|
2009-01-17 |
aurel |
export gcd function as av_gcd()
libavformat
|
2009-01-17 |
conrad |
Cosmetics: indent
libavformat
|
2009-01-17 |
conrad |
Treat disposition==0 as undefined and don't write the default flag
libavformat
|
2009-01-17 |
conrad |
Flush the buffer after writing the header and when done with writing the files
libavformat
|
2009-01-16 |
compn |
add LM20 mimic in avi fourcc
libavformat
|