2007-06-03 |
bcoudurier |
cosmetics, reorder and classify uids
libavformat
|
2007-06-02 |
michael |
get rid of if(1)
libavformat
|
2007-06-02 |
michael |
get rid of one layer of callback obfuscation
libavformat
|
2007-06-02 |
michael |
kill completely idiotic code which hides all but 2 streams
libavformat
|
2007-06-02 |
michael |
correct implementation of "try with auto_guess if first detection fails"
libavformat
|
2007-06-02 |
michael |
revert r4802 (try with auto_guess if first detection fails)
libavformat
|
2007-06-02 |
michael |
split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibly dirty hack
libavformat
|
2007-05-30 |
michael |
move jpegls up, fixes sf bug #1629152
libavformat
|
2007-05-30 |
aurel |
typo
libavformat
|
2007-05-30 |
aurel |
use FFSWAP()
libavformat
|
2007-05-30 |
aurel |
cosmetics: indentation
libavformat
|
2007-05-30 |
aurel |
split rm muxer and demuxer in their own files
libavformat
|
2007-05-30 |
michael |
warn the user about the the mdhd problem
libavformat
|
2007-05-29 |
benoit |
variable initialization (because of a gcc warning)
libavformat
|
2007-05-27 |
michael |
fix "incorrect frame size" errors with small.nuv
libavformat
|
2007-05-23 |
benoit |
add rgb suffix handling for demuxer
libavformat
|
2007-05-22 |
benoit |
id3v2 writer
libavformat
|
2007-05-22 |
benoit |
id3v2 reader
libavformat
|
2007-05-22 |
benoit |
cosmetic v1/v2 renaming
libavformat
|
2007-05-22 |
benoit |
Add transport method options
libavformat
|
2007-05-22 |
benoit |
Add support for options
libavformat
|
2007-05-21 |
alex |
r9095 invalidly removed the check for non-winsock
libavformat
|
2007-05-21 |
alex |
fix FD_SETSIZE handling in our poll() emulation
libavformat
|
2007-05-21 |
bcoudurier |
print and return error if output is non seekable
libavformat
|
2007-05-20 |
aurel |
add a ff_ prefix to some mpegaudio funcs
libavformat
|
2007-05-17 |
alex |
Use usleep instead of sleep, some MinGW versions lack sleep.
libavformat
|
2007-05-16 |
diego |
Remove extern C declarations for C++.
libavformat
|
2007-05-16 |
diego |
Drop unnecessary libavcodec/ prefix in #include path.
libavformat
|
2007-05-16 |
corey |
Don't forget about audio remaining in buffer, in case there is enough
libavformat
|
2007-05-15 |
alex |
initial mingw networking support
libavformat
|
2007-05-12 |
bcoudurier |
simplify, no need for a function
libavformat
|
2007-05-12 |
bcoudurier |
fix ctts index computation when seeking, check must be done against next ctts sample, thanks to Uoti
libavformat
|