2006-12-28 |
kostya |
Enable forward seek in Musepack demuxer
libavformat
|
2006-12-28 |
aurel |
fall back mmap() call using MAP_PRIVATE for working on no-mmu systems
libavformat
|
2006-12-28 |
aurel |
Decode genre on asf/wma files.
libavformat
|
2006-12-24 |
kostya |
Musepack SV7 decoding support
libavformat
|
2006-12-24 |
diego |
Properly check for all required bktr headers.
libavformat
|
2006-12-23 |
ods15 |
sync to libnut, nom->num
libavformat
|
2006-12-23 |
diego |
Register x11grab only when it has been enabled.
libavformat
|
2006-12-22 |
diego |
support files >2GB on MinGW
libavformat
|
2006-12-22 |
diego |
Make the X11 frame grabber disabled by default.
libavformat
|
2006-12-21 |
diego |
Remove useless #include.
libavformat
|
2006-12-21 |
diego |
Remove useless MinGW #ifdefs.
libavformat
|
2006-12-20 |
aurel |
Fix a crash when probing img2 format with a NULL filename.
libavformat
|
2006-12-17 |
aurel |
Add support for VP60 and VP61.
libavformat
|
2006-12-16 |
aurel |
put_*() are not only useful to muxers and protocol
libavformat
|
2006-12-15 |
takis |
Allow provision of displaynumber, screennumber, x-offset and y-offset parameters
libavformat
|
2006-12-13 |
bcoudurier |
dont segv is ap->device is not set, display error message
libavformat
|
2006-12-13 |
bcoudurier |
fix compilation, use the standard INT64_C macro
libavformat
|
2006-12-13 |
gpoirier |
remove trailing whitespace left over
libavformat
|
2006-12-13 |
gpoirier |
Feedback from Karl H. Beckers about mouse cursor
libavformat
|
2006-12-13 |
gpoirier |
RFC 6: Overall cleanups again.
libavformat
|
2006-12-13 |
gpoirier |
RFC 5: Mouse cursor painting reduc and more cleanups
libavformat
|
2006-12-13 |
gpoirier |
RFC 3&4 stage: FFmpeg style aint't my style
libavformat
|
2006-12-13 |
gpoirier |
RFC 2 stage: First feedback from review comments
libavformat
|
2006-12-13 |
gpoirier |
RFC 1 stage: Improve maintainability of the cursoir painting code
libavformat
|
2006-12-13 |
gpoirier |
Adapt the patch to more recent FFmpeg habits
libavformat
|
2006-12-13 |
gpoirier |
Original X11 device demuxer patch from Clemens Fruhwirth
libavformat
|
2006-12-13 |
gpoirier |
revert broken commit of x11 device demuxer patch
libavformat
|
2006-12-12 |
gpoirier |
Feedback from Karl H. Beckers about mouse cursor
libavformat
|
2006-12-12 |
gpoirier |
RFC 6: Overall cleanups again.
libavformat
|
2006-12-12 |
gpoirier |
RFC 5: Mouse cursor painting reduc and more cleanups
libavformat
|
2006-12-12 |
gpoirier |
RFC 3&4 stage: FFmpeg style aint't my style
libavformat
|
2006-12-12 |
gpoirier |
RFC 2 stage: First feedback from review comments
libavformat
|
2006-12-12 |
gpoirier |
RFC 1 stage: Improve maintainability of the cursoir painting code
libavformat
|
2006-12-12 |
gpoirier |
Adapt the patch to more recent FFmpeg habits
libavformat
|
2006-12-12 |
gpoirier |
Original X11 device demuxer patch from Clemens Fruhwirth
libavformat
|
2006-12-12 |
michael |
indent
libavformat
|
2006-12-12 |
michael |
the next r_frame_rate try ...
libavformat
|
2006-12-12 |
gpoirier |
add FLV decoder metadata parsing
libavformat
|
2006-12-12 |
michael |
gcc 2.95 fix
libavformat
|
2006-12-11 |
michael |
rewrite r_frame_rate selectioon code again
libavformat
|
2006-12-11 |
bcoudurier |
remove useless sampleDuration
libavformat
|
2006-12-11 |
bcoudurier |
check codec frame size directly and only for audio
libavformat
|
2006-12-10 |
michael |
move duration finding code into read_packet() so it can be skiped if duration has already been set
libavformat
|
2006-12-10 |
michael |
use amf_get_string()
libavformat
|
2006-12-10 |
michael |
cosmetics
libavformat
|
2006-12-10 |
michael |
amf_get_string() by Allan Hsu allan aat counterpop doot net
libavformat
|
2006-12-10 |
michael |
get rid of AVFMTCTX_NOHEADER, create streams in read_header()
libavformat
|
2006-12-10 |
michael |
set flags correctly in write header instead of seeking back and fixing it in write_trailer()
libavformat
|
2006-12-07 |
mru |
use standard INT64_MAX instead of MAXINT64 (and MIN)
libavformat
|
2006-12-06 |
mru |
use the standard INT64_C() macro for 64-bit constants
libavformat
|
2006-12-06 |
bcoudurier |
cosmetics, remove braces, remove spaces just inside parens
libavformat
|
2006-12-06 |
bcoudurier |
do not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy Parkins, andrew parkins at 360visiontechnology com
libavformat
|
2006-12-06 |
aurel |
Defines various common FLV format values between the FLV muxer and demuxer
libavformat
|
2006-12-04 |
takis |
Minor modifications to handle mms streaming.
libavformat
|
2006-12-04 |
bcoudurier |
probe with some success image files not containing number pattern but having recognized image extension
libavformat
|
2006-12-03 |
kostya |
Do not touch pkt->pts
libavformat
|
2006-12-03 |
kostya |
Some VQA v1 files don't have audio stream
libavformat
|
2006-12-02 |
melanson |
Simplify the Sega FILM/CPK demuxer to not modify the bastardized Cinepak stream.
libavformat
|
2006-12-01 |
diego |
Fix wrong flags for S16LE and S16BE audio in FLV files.
libavformat
|
2006-11-30 |
diego |
Fix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg m4x org.
libavformat
|