2008-04-28 |
bcoudurier |
set demuxers .value and use common audio_read_header function
libavformat
|
2008-04-26 |
bcoudurier |
set pkt duration, only when dts == pts though,
libavformat
|
2008-04-26 |
kostya |
Missing tags in APE is normal situation, so don't print an error.
libavformat
|
2008-04-25 |
bcoudurier |
yes it is true for mp4
libavformat
|
2008-04-25 |
bcoudurier |
remove unneeded variable
libavformat
|
2008-04-25 |
bcoudurier |
move vars decls where vars are used
libavformat
|
2008-04-25 |
bcoudurier |
set channels and sample rate from mpeg4audio config
libavformat
|
2008-04-25 |
bcoudurier |
parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference files
libavformat
|
2008-04-25 |
bcoudurier |
update doc
libavformat
|
2008-04-25 |
bcoudurier |
error is -1
libavformat
|
2008-04-25 |
bcoudurier |
cosmetics
libavformat
|
2008-04-25 |
bcoudurier |
move vars decls where vars are used
libavformat
|
2008-04-25 |
bcoudurier |
parser should not be needed anymore, merge cases and set frame size for amr too
libavformat
|
2008-04-25 |
bcoudurier |
lower frame size to split amr/qcelp/gsm frames
libavformat
|
2008-04-25 |
bcoudurier |
align and remove useless braces
libavformat
|
2008-04-25 |
bcoudurier |
cosmetics, remove whitespaces in tags
libavformat
|
2008-04-25 |
bcoudurier |
set gsm default frame size and bytes per frame, needed by old qt format, fix sample-gsm-8000.mov
libavformat
|
2008-04-25 |
bcoudurier |
pts are unsigned according to specs, fix negative pts when 32bit pts are used
libavformat
|
2008-04-25 |
bcoudurier |
set wrap bits to 32bit to actually use it
libavformat
|
2008-04-24 |
michael |
Avoid using reserved __names.
libavformat
|
2008-04-24 |
michael |
minor memleak
libavformat
|
2008-04-24 |
michael |
Fixing memleaks.
libavformat
|
2008-04-24 |
bcoudurier |
cosmetics: remove useless whitespaces and put braces correctly
libavformat
|
2008-04-24 |
bcoudurier |
demux qcelp, so this can work with soc decoder and stream copy
libavformat
|
2008-04-24 |
bcoudurier |
qcelp fourcc
libavformat
|
2008-04-24 |
bcoudurier |
support for alac in .mov
libavformat
|
2008-04-24 |
bcoudurier |
set alac frame size from extradata
libavformat
|
2008-04-24 |
diego |
Do not ignore .depend files, they are no longer generated.
libavformat
|
2008-04-23 |
michael |
Ensure that the timestamp reading code used for seeking chooses a position
libavformat
|
2008-04-22 |
superdump |
Read asf file header fields in the right order
libavformat
|
2008-04-22 |
bwolowiec |
change ff_ac3_parse_header() to take a GetBitContext instead of const char*
libavformat
|
2008-04-21 |
andoma |
Compute AC3 frame CRC for stronger raw AC3 format probing.
libavformat
|
2008-04-21 |
benoit |
Correct ASF duration.
libavformat
|
2008-04-20 |
banan |
Raw dts muxer
libavformat
|
2008-04-19 |
voroshil |
Implement FFMAX3(a,b,c) - maximum over three arguments.
libavformat
|
2008-04-19 |
voroshil |
Decrease returning probe score for WAV demuxer to avoid
libavformat
|
2008-04-18 |
melanson |
Tighten up the Westwood AUD detection. Probability of random detections
libavformat
|
2008-04-16 |
lu_zero |
doxy header for udp protocol
libavformat
|
2008-04-16 |
diego |
Print duration with higher precision.
libavformat
|
2008-04-15 |
lu_zero |
Cleanup comments and make them doxygen parsable.
libavformat
|
2008-04-15 |
lu_zero |
Expose max_packet_size from the rtp protocol
libavformat
|
2008-04-15 |
michael |
Do not detect a format if another has the same score.
libavformat
|
2008-04-15 |
michael |
Using the same probe function in 2 formats is not a good idea.
libavformat
|
2008-04-15 |
michael |
Reduce probe score as it misdetects our flv file from the regression test.
libavformat
|
2008-04-15 |
michael |
Fix probe for mov00003.mqv.
libavformat
|
2008-04-15 |
michael |
Identify codec in GMCMidiaASX.mov correctly.
libavformat
|
2008-04-15 |
lucabe |
Fix receiving from SDP with unicast destinations
libavformat
|
2008-04-15 |
lucabe |
Remove the "multicast=" tag from UDP and RTP URLs
libavformat
|
2008-04-14 |
benoit |
Maxis XA demuxer and decoder.
libavformat
|
2008-04-14 |
michael |
Remove useless code.
libavformat
|
2008-04-14 |
michael |
Recommit r12809
libavformat
|
2008-04-14 |
michael |
Use generic seeking code for flv. The removed code was a buggy duplicate.
libavformat
|
2008-04-14 |
michael |
revert r12809
libavformat
|
2008-04-13 |
michael |
Stop find_stream_info() searching for further streams if 2 streams have
libavformat
|
2008-04-13 |
michael |
10l
libavformat
|
2008-04-13 |
vitor |
BFI demuxer
libavformat
|
2008-04-13 |
michael |
Print warning if scale/rate is invalid.
libavformat
|
2008-04-13 |
michael |
indent
libavformat
|
2008-04-13 |
michael |
Restructure if/else a little.
libavformat
|
2008-04-13 |
reimar |
Do not call update_initial_durations if pkt->duration is 0.
libavformat
|
2008-04-12 |
diego |
Ignore dependency files.
libavformat
|
2008-04-09 |
michael |
Fix seeking in rm.
libavformat
|
2008-04-07 |
mru |
non-recursive makefiles
libavformat
|
2008-04-05 |
bcoudurier |
remove cast
libavformat
|
2008-04-05 |
bcoudurier |
better error message
libavformat
|
2008-04-04 |
bcoudurier |
special mpeg2 handling is no more needed
libavformat
|
2008-04-03 |
lu_zero |
use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorg
libavformat
|
2008-04-02 |
aurel |
use common aac sample rate tables
libavformat
|
2008-04-02 |
diego |
Remove unused variable.
libavformat
|
2008-03-31 |
aurel |
check return value of matroska_find_track_by_num (fix a segfault)
libavformat
|
2008-03-31 |
diego |
minor typo fixes
libavformat
|
2008-03-31 |
superdump |
ARMovie/RPL demuxer
libavformat
|
2008-03-31 |
lucabe |
Add a comment about missing entries
libavformat
|
2008-03-31 |
lucabe |
Use the correct size for the enc_name field (removing the arbitrary "50" size)
libavformat
|
2008-03-31 |
lucabe |
Remove useless entries from AVRtpPayloadTypes
libavformat
|
2008-03-31 |
lucabe |
Support mp3 audio in the RTP muxer
libavformat
|
2008-03-30 |
bcoudurier |
prevent writing empty stss atom
libavformat
|
2008-03-30 |
bcoudurier |
support mp4 fragmented files without any samples in the moov atom
libavformat
|
2008-03-30 |
bcoudurier |
check frag track id before setting st
libavformat
|
2008-03-30 |
vitor |
IFF demuxer
libavformat
|
2008-03-30 |
jbr |
fix Ogg/FLAC header size
libavformat
|
2008-03-28 |
bcoudurier |
gsm in mov, demux surge-1-16-B-agsm.mov
libavformat
|
2008-03-28 |
diego |
cosmetics: alphabetical order
libavformat
|
2008-03-28 |
michael |
indent
libavformat
|
2008-03-28 |
michael |
1000l to myself, dereferencing uninitalized pointer.
libavformat
|
2008-03-27 |
michael |
Support wb00+dc00 chunk mix.
libavformat
|
2008-03-27 |
bcoudurier |
print essence path in error message
libavformat
|
2008-03-27 |
bcoudurier |
cosmetics, useless braces
libavformat
|
2008-03-27 |
bcoudurier |
print stream index in error message
libavformat
|
2008-03-27 |
bcoudurier |
according to specs, only color table id set to 0, have it in stsd, fix 4colors.mov
libavformat
|
2008-03-27 |
bcoudurier |
Only use chunk demuxing for old uncompressed audio mechanism specified by stts.
libavformat
|
2008-03-27 |
michael |
Fix aspect ratio.
libavformat
|
2008-03-22 |
michael |
1st attempt at correcting the punktuation.
libavformat
|
2008-03-22 |
diego |
typo: occured --> occurred
libavformat
|
2008-03-21 |
michael |
Document get_*_buffer()
libavformat
|
2008-03-21 |
bcoudurier |
sample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback is better than failing
libavformat
|