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