2007-03-02 |
bcoudurier |
support for adpcm swf, pcm
libavformat
|
2007-03-02 |
aurel |
don't rely on a specific appearance order for ebml elements at the same level
libavformat
|
2007-03-02 |
aurel |
add support for simple blocks (ie. matroska v2)
libavformat
|
2007-03-01 |
aurel |
cosmetics: fix indentation of the new matroska_parse_block() function
libavformat
|
2007-03-01 |
aurel |
split a matroska_parse_block() function from matroska_parse_blockgroup()
libavformat
|
2007-03-01 |
aurel |
fix an off-by-one error in probing function
libavformat
|
2007-03-01 |
bcoudurier |
don't parse whole swf file in header, can now play ffserver swf streams
libavformat
|
2007-03-01 |
bcoudurier |
factorize
libavformat
|
2007-03-01 |
bcoudurier |
remove nonsense time base code, use swf ms per frame, only video frames contains pts
libavformat
|
2007-03-01 |
bcoudurier |
check for any seeking failure during probe
libavformat
|
2007-03-01 |
bcoudurier |
quicktime 'raw ' support
libavformat
|
2007-02-28 |
lu_zero |
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch
libavformat
|
2007-02-28 |
lu_zero |
Reverting stray commit part I
libavformat
|
2007-02-28 |
lu_zero |
get_packetheader() forgot to read the header_checksum in big packets
libavformat
|
2007-02-27 |
diego |
Add missing license headers.
libavformat
|
2007-02-27 |
bcoudurier |
use avcodec_decode_audio2
libavformat
|
2007-02-27 |
diego |
Remove useless conditional.
libavformat
|
2007-02-25 |
diego |
Add LGPL header as requested by Oded.
libavformat
|
2007-02-25 |
alex |
use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_header
libavformat
|
2007-02-24 |
michael |
be less noisy
libavformat
|
2007-02-23 |
mmu_man |
BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't plan on hosting a streaming tv anyway but it gets ffserver building.
libavformat
|
2007-02-23 |
banan |
Complete the video format enum.
libavformat
|
2007-02-23 |
banan |
Cosmetics.
libavformat
|
2007-02-22 |
alex |
change PF_INET to AF_INET to be consistent in the whole project. PF_INET is deprecated, while AF_INET is referred by the POSIX standards
libavformat
|
2007-02-22 |
alex |
codec_tag settable via VideoTag, and transmit codec_tag in ffm
libavformat
|
2007-02-22 |
diego |
Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com.
libavformat
|
2007-02-22 |
diego |
cosmetics: fix usefuLL --> usefuL typo
libavformat
|
2007-02-20 |
takis |
Add the stream_bitrate GUID to the asf parsing code, and set stream bitrate
libavformat
|
2007-02-20 |
michael |
warn if bps from user and what will be stored missmatches
libavformat
|
2007-02-20 |
michael |
try to fill in missing bits_per_sample
libavformat
|
2007-02-20 |
mbardiaux |
Remove code duplicated between adpcm.c and riff.c
libavformat
|
2007-02-20 |
mbardiaux |
Add support for MS-GSM codec
libavformat
|
2007-02-18 |
alex |
spit an error message in case of invalid chunk
libavformat
|
2007-02-17 |
michael |
not checking error return, resulting double free
libavformat
|
2007-02-15 |
mmu_man |
Make sure we don't try to emulate poll() when it's there if --disable-ffserver... 10l
libavformat
|
2007-02-15 |
mmu_man |
MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placeholder for winsock.
libavformat
|
2007-02-15 |
mmu_man |
poll() emulation for BeOS, and maybe MinGW.
libavformat
|
2007-02-14 |
mru |
rename video4linux[2] variables to v4l[2], consistent with --disable options
libavformat
|
2007-02-14 |
gpoirier |
implement new grabbing interface, as described here:
libavformat
|
2007-02-14 |
bcoudurier |
fix dts adjusting
libavformat
|
2007-02-14 |
lucabe |
Pass the v4l2 buffer into the AVPacket, instead of allocating a new buffer
libavformat
|
2007-02-14 |
bcoudurier |
100l
libavformat
|
2007-02-14 |
bcoudurier |
indentation
libavformat
|
2007-02-14 |
bcoudurier |
use aiff when we can, some players only support aiff
libavformat
|
2007-02-14 |
diego |
Remove unused file.
libavformat
|
2007-02-13 |
diego |
Ogg is not Vorbis.
libavformat
|
2007-02-13 |
mmu_man |
This fixes error handling for BeOS, removing the need for some ifdefs.
libavformat
|
2007-02-13 |
diego |
Move base64.[ch] to libavutil.
libavformat
|
2007-02-13 |
michael |
support yet another broken avi (filedoesitbetter.avi) which has a wrong stream count
libavformat
|
2007-02-12 |
michael |
always use audio spread (instead of "video no spread" for audio ...)
libavformat
|
2007-02-12 |
michael |
increaseing preroll time to the minimum of the asf files i have
libavformat
|
2007-02-12 |
michael |
dont set the keyframe flag for audio as microshitty doesnt do it and some things have problems with our asfs, maybe that has a positive effect?
libavformat
|
2007-02-12 |
mbardiaux |
Add FACT chunk for non-PCM wav formats
libavformat
|
2007-02-12 |
lucabe |
Pass a proper context to av_log()
libavformat
|
2007-02-11 |
bcoudurier |
mxf aes decryption support, patch by Reimar, simplified to only look for first crypto context, will be extended once we get files with multiple cryptocontext, and hope that they won't have broken container ul
libavformat
|
2007-02-11 |
bcoudurier |
add key field to AVFormatContext for de/encryption support, patch by Reimar
libavformat
|
2007-02-10 |
mru |
#include detected soundcard.h instead of testing for OpenBSD
libavformat
|
2007-02-10 |
michael |
use dvr-ms timestamps
libavformat
|
2007-02-09 |
michael |
fix broken memset(padding, 0) code
libavformat
|
2007-02-09 |
nicodvb |
demux VC1 in mpegts
libavformat
|