summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Merge remote branch 'qatar/master'Michael Niedermayer2011-05-11
|\
| * AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-10
| * lavf/utils: fix ff_interleave_compare_dts corner case.Vitor Sessak2011-05-10
* | Added oggpagesize option for Ogg encoding. Allows setting a preferred page si...Andres Gonzalez2011-05-10
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-10
|\|
| * mpegtsenc: Clear st->priv_data when freeing itMartin Storsjö2011-05-09
| * udp: Fix receiving RTP data over multicastMartin Storsjö2011-05-09
| * rtpproto: Remove an unused variableMartin Storsjö2011-05-09
* | seeking: Favor pkt->pos for generic index building where possible.Michael Niedermayer2011-05-10
* | avienc: Update 2 debug statements to match the current code.Michael Niedermayer2011-05-09
* | 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