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
|
2007-02-09 |
kostya |
Raw VC-1 demuxer
libavformat
|
2007-02-09 |
diego |
Remove obsolete imgformat1 leftovers.
libavformat
|
2007-02-09 |
diego |
Remove commented-out NUT muxer entry, can be added once we have a native muxer.
libavformat
|
2007-02-09 |
diego |
cosmetics: Reorder NUT entries.
libavformat
|
2007-02-09 |
diego |
Properly separate native and libnut NUT (de)muxers.
libavformat
|
2007-02-08 |
jbr |
add read_probe function to raw ac3 demuxer
libavformat
|
2007-02-08 |
reimar |
Use av_set_pts_info and set some arbitrary timebase fallback
libavformat
|
2007-02-07 |
michael |
remove senseless and wrong direct access to ByteIOContext internals
libavformat
|
2007-02-07 |
reimar |
set pts_wrap_bits to 32 since timestamps in packets are 32 bit
libavformat
|
2007-02-07 |
michael |
iam pretty sure send time is dts and not pts ...
libavformat
|
2007-02-07 |
reimar |
10l, forgot to skip payload description in UMF packet parsing
libavformat
|
2007-02-07 |
michael |
muxing packets with unknown timestamps is not allowed
libavformat
|
2007-02-07 |
michael |
supporting files with A,V,I,0x19 header
libavformat
|
2007-02-07 |
diego |
Replace deprecated PIX_FMT names by the newer variants.
libavformat
|
2007-02-06 |
michael |
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>)
libavformat
|
2007-02-05 |
michael |
indent
libavformat
|
2007-02-05 |
michael |
dynamic index building so forward and backward seeking in avi without an index is possible
libavformat
|
2007-02-05 |
michael |
better generic index building and seeking code
libavformat
|
2007-02-05 |
takis |
Fix audio corruption when cutting.
libavformat
|
2007-02-04 |
mru |
move networking #includes into separate file
libavformat
|
2007-02-02 |
takis |
Make x11grab output its warning that it couldn't find the mouse pointer only
libavformat
|
2007-02-02 |
kostya |
Set correct aspect ratio (it's sample aspect, not display aspect)
libavformat
|
2007-02-02 |
michael |
packets must be correctly interleaved
libavformat
|
2007-01-31 |
michael |
extract aspect ratio
libavformat
|
2007-01-31 |
michael |
10l to whoever wrote this (wrong fps, fixes nirvana.nuv)
libavformat
|
2007-01-31 |
diego |
Add some context to av_log calls.
libavformat
|
2007-01-30 |
gpoirier |
Fix misbehaviour in url_fseek() when seeking fails.
libavformat
|
2007-01-30 |
gpoirier |
protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else the
libavformat
|
2007-01-29 |
lu_zero |
Missing prototype added
libavformat
|
2007-01-29 |
michael |
fix seeking in wma
libavformat
|
2007-01-28 |
kostya |
Seeking support in WavPack
libavformat
|
2007-01-28 |
mmu_man |
an alloc func failing should give ENOMEM anyway.
libavformat
|
2007-01-28 |
bcoudurier |
proper error handling in file size retrieval, patch by Ronald S. Bultje rbultje at ronald bitfreak net
libavformat
|
2007-01-27 |
michael |
stealing a few field names from mplayers asf demuxer
libavformat
|
2007-01-26 |
bcoudurier |
remove void * used in arithmetic warnings
libavformat
|
2007-01-25 |
bcoudurier |
add waveformatextensible support
libavformat
|
2007-01-25 |
gpoirier |
use more portable PRIu64
libavformat
|
2007-01-25 |
diego |
Move conditional CFLAGS and OBJS setting to common place.
libavformat
|
2007-01-25 |
diego |
cosmetics: sort
libavformat
|
2007-01-24 |
bcoudurier |
remove some printf warnings
libavformat
|
2007-01-24 |
bcoudurier |
make vars unsigned
libavformat
|
2007-01-24 |
bcoudurier |
stop if current sample is higher than sample count
libavformat
|
2007-01-24 |
bcoudurier |
replace strcpy by memcpy
libavformat
|
2007-01-24 |
bcoudurier |
remove useless field
libavformat
|
2007-01-24 |
bcoudurier |
remove obsolete comment
libavformat
|
2007-01-24 |
bcoudurier |
make some fields unsigned
libavformat
|
2007-01-24 |
bcoudurier |
add sanity checks
libavformat
|
2007-01-23 |
michael |
mpegts-documentation-only.patch -- adds documentation patch by Daniel Kristjansson / danielk mrl.nyu edu
libavformat
|
2007-01-23 |
mru |
remove unused files
libavformat
|
2007-01-23 |
michael |
"converts printf's to avlog's" patch by Daniel Kristjansson / danielk mrl.nyu edu
libavformat
|