summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* wtvdec: Avoid gmtime_r() it breaks compile on windows.Michael Niedermayer2011-05-091-3/+3
* wtv: calculate ole date correctly (is seconds since 1899-12-30)Peter Ross2011-05-091-1/+1
* wtv: detect ole date overflowPeter Ross2011-05-091-5/+13
* Remove unused variable.Reimar Döffinger2011-05-071-2/+0
* Replace deprecated url_fseek by avio_seek.Reimar Döffinger2011-05-071-1/+1
* Move ifdef to avoid unused variable warnings.Reimar Döffinger2011-05-071-1/+1
* Remove unused variables.Reimar Döffinger2011-05-071-3/+3
* Fix printf format string, fixes a warning.Reimar Döffinger2011-05-071-1/+1
* riffenc/ffmpeg: Fix stream copyMichael Niedermayer2011-05-071-1/+1
* Increase TS packet size detection buffer.Reimar Döffinger2011-05-071-1/+1
* Assume some TS packet size instead of failing completely.Reimar Döffinger2011-05-071-2/+4
* oggdec:Correct durationjan gerber2011-05-071-0/+12
* Simplify condition.Reimar Döffinger2011-05-071-1/+1
* Merge remote branch 'qatar/master'Michael Niedermayer2011-05-071-13/+27
|\
| * mov: fix composition timestamps on movie fragments.Yusuke Nakamura2011-05-051-13/+27
* | mp3enc:simplifyMichael Niedermayer2011-05-071-2/+2
* | mp3enc:better variable name for the frames field file postion.Michael Niedermayer2011-05-071-5/+5
* | mp3enc: drop nested structsMichael Niedermayer2011-05-071-37/+28
* | mp3enc:use FFMIN()Michael Niedermayer2011-05-071-1/+1
* | mp3enc:Drop unneeded floating point math.Michael Niedermayer2011-05-071-3/+2
* | mp3enc: drop sum and count bytes instead of bitrates from decoded headers.Michael Niedermayer2011-05-071-9/+5
* | mp3enc: remove unneeded ifdefMichael Niedermayer2011-05-071-2/+0
* | mp3enc: remove unneeded static const variables.Michael Niedermayer2011-05-071-8/+3
* | mp3enc: mux a XING headerPeter Belkner2011-05-071-3/+226
* | aiffdec:Rewrite get_meta()Michael Niedermayer2011-05-061-11/+12
* | avidec: correct frame_offset for seekingMichael Niedermayer2011-05-061-1/+17
* | avidec: detect mpeg4 keyframes in indexless aviMichael Niedermayer2011-05-061-0/+17
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-057-20/+38
|\ \ | |/
| * Fix standalone compilation of pipe protocol.Diego Biurrun2011-05-041-13/+13
| * Fix standalone compilation of WTV demuxer.Diego Biurrun2011-05-041-1/+2
| * matroskaenc: fix memory leakMans Rullgard2011-05-041-2/+2
| * Replace strncpy() with av_strlcpy().Alex Converse2011-05-032-2/+3
| * asfdec: fix assert failure on invalid filesUoti Urpala2011-05-031-0/+4
| * nutenc: check malloc return values.Ronald S. Bultje2011-05-031-0/+6
| * nutenc: don't av_malloc(0).Ronald S. Bultje2011-05-031-1/+2
| * asfdec: fix parsing of packets that overrun into padding.Ronald S. Bultje2011-05-031-2/+8
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-041-0/+1
|\ \ | |/
| * Make ffmpeg support generic data streamLuca Barbato2011-05-031-0/+1
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-022-5/+5
* | Add *.j2k extension to JPEG2000 decoderami_stuff2011-05-021-0/+1
* | Make DV (sub) demuxer set proper pkt->pos values.Reimar Döffinger2011-05-024-5/+8
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-022-5/+5
* | WTV: Add ff_ prefix to the moved fields.zhentan feng2011-05-013-31/+31
* | WTV:move the common variable used by wtvdec.c and wtvenc.c to a new file wtv....zhentan feng2011-05-014-29/+88
* | rename wtv.c to wtvdec.czhentan feng2011-05-012-1/+1
* | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-019-69/+65
|\ \
| * | AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-04-305-28/+28
| * | Move ff_dynarray_add to lavu and make it public.Anton Khirnov2011-04-292-25/+2
| * | lavf: remove duplicate assignment in avformat_alloc_context.Anton Khirnov2011-04-291-1/+0
| * | lavf: use designated initializers for AVClasses.Anton Khirnov2011-04-297-14/+34
OpenPOWER on IntegriCloud