summaryrefslogtreecommitdiff
path: root/libavformat/wtvdec.c
Commit message (Collapse)AuthorAge
* wtvdec: Avoid gmtime_r() it breaks compile on windows.Michael Niedermayer2011-05-09
| | | | | Better solutions welcome, this is just a quick fix to unbreak compile. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* wtv: calculate ole date correctly (is seconds since 1899-12-30)Peter Ross2011-05-09
|
* wtv: detect ole date overflowPeter Ross2011-05-09
|
* WTV: Add ff_ prefix to the moved fields.zhentan feng2011-05-01
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* WTV:move the common variable used by wtvdec.c and wtvenc.c to a new file ↵zhentan feng2011-05-01
| | | | | | wtv.h and wtv.c. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* rename wtv.c to wtvdec.czhentan feng2011-05-01
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>