8152 Commits (caf63ebd0b314faf0922bf2042ad1545d602a56a)

Author SHA1 Message Date
Michael Niedermayer 25308afbb2 wtvdec: Avoid gmtime_r() it breaks compile on windows. 14 years ago
Peter Ross fddf0521c6 wtv: calculate ole date correctly (is seconds since 1899-12-30) 14 years ago
Peter Ross 8acab7ae5b wtv: detect ole date overflow 14 years ago
Reimar Döffinger d3445a911c Remove unused variable. 14 years ago
Reimar Döffinger 48b9b7edb3 Replace deprecated url_fseek by avio_seek. 14 years ago
Reimar Döffinger 5ce33e6bc5 Move ifdef to avoid unused variable warnings. 14 years ago
Reimar Döffinger 1795364205 Remove unused variables. 14 years ago
Reimar Döffinger 8c3651f4a5 Fix printf format string, fixes a warning. 14 years ago
Michael Niedermayer 7deaa2b8bd riffenc/ffmpeg: Fix stream copy 14 years ago
Reimar Döffinger 5631729c3d Increase TS packet size detection buffer. 14 years ago
Reimar Döffinger 90f5e991be Assume some TS packet size instead of failing completely. 14 years ago
jan gerber 5901cd6236 oggdec:Correct duration 14 years ago
Reimar Döffinger 6266c51538 Simplify condition. 14 years ago
Michael Niedermayer c60d2be551 mp3enc:simplify 14 years ago
Michael Niedermayer e1e8a8ded4 mp3enc:better variable name for the frames field file postion. 14 years ago
Michael Niedermayer 4382bc2ceb mp3enc: drop nested structs 14 years ago
Michael Niedermayer f2a90c3b34 mp3enc:use FFMIN() 14 years ago
Michael Niedermayer 01be9331c7 mp3enc:Drop unneeded floating point math. 14 years ago
Michael Niedermayer ec9a5deb20 mp3enc: drop sum and count bytes instead of bitrates from decoded headers. 14 years ago
Michael Niedermayer 7d62475656 mp3enc: remove unneeded ifdef 14 years ago
Michael Niedermayer 173c975ead mp3enc: remove unneeded static const variables. 14 years ago
Peter Belkner d62bf5d4e7 mp3enc: mux a XING header 14 years ago
Michael Niedermayer a565c7b7f2 aiffdec:Rewrite get_meta() 14 years ago
Yusuke Nakamura 45a811b512 mov: fix composition timestamps on movie fragments. 14 years ago
Michael Niedermayer 187528441a avidec: correct frame_offset for seeking 14 years ago
Michael Niedermayer 5e24098b84 avidec: detect mpeg4 keyframes in indexless avi 14 years ago
Diego Biurrun 8799541a0a Fix standalone compilation of pipe protocol. 14 years ago
Diego Biurrun 61165a1bba Fix standalone compilation of WTV demuxer. 14 years ago
Mans Rullgard eddd580b74 matroskaenc: fix memory leak 14 years ago
Alex Converse 1a5e4fd8c5 Replace strncpy() with av_strlcpy(). 14 years ago
Uoti Urpala 0bd433a916 asfdec: fix assert failure on invalid files 14 years ago
Ronald S. Bultje 7643265505 nutenc: check malloc return values. 14 years ago
Ronald S. Bultje 25588d3b8a nutenc: don't av_malloc(0). 14 years ago
Ronald S. Bultje f8b1245922 asfdec: fix parsing of packets that overrun into padding. 14 years ago
Luca Barbato e3b540b424 Make ffmpeg support generic data stream 14 years ago
ami_stuff 884f678cfd Add *.j2k extension to JPEG2000 decoder 14 years ago
Reimar Döffinger 148ffcd2ce Make DV (sub) demuxer set proper pkt->pos values. 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
zhentan feng 5edb23295e WTV: Add ff_ prefix to the moved fields. 14 years ago
zhentan feng 5ab826c165 WTV:move the common variable used by wtvdec.c and wtvenc.c to a new file wtv.h and wtv.c. 14 years ago
zhentan feng 80a330679f rename wtv.c to wtvdec.c 14 years ago
Reimar Döffinger 1a9f9f81b1 Do not drop packets with no valid ->pos set as e.g. DV-in-AVI produces. 14 years ago
Michael Niedermayer ffdc49df25 AVIDEC: use_odmc demuxer specific option. (mostly an exmaple for demuxer specific options) 14 years ago
Michael Niedermayer 492026209b LAVFAPI: demuxer specific options. 14 years ago
Michael Niedermayer ce62b35c31 output_example: use avformat_alloc_output_context() 14 years ago
Michael Niedermayer 7d727f1338 LAVFAPI: avformat_alloc_output_context() / simplify usage of muxers. 14 years ago
Michael Niedermayer a2eef3e9f5 LAVF API: remove AVOutputFormat.set_parameters() the field is unused. 14 years ago
Reimar Döffinger 543f3db978 Read the album_artist, grouping and lyrics metadata. 14 years ago
Anton Khirnov 85770f2a26 AVOptions: make default_val a union, as proposed in AVOption2. 14 years ago