summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* asfdec: fix assert failure on invalid filesUoti Urpala2011-05-121-0/+4
* Revert "asfdec: fix assert failure on invalid files"Michael Niedermayer2011-05-121-4/+0
* If a MP3 file contains the string NSVs, the NSV probe will think it is a NSV ...Thierry Foucu2011-05-121-3/+17
* Merge remote branch 'qatar/master'Michael Niedermayer2011-05-124-1/+13
|\
| * Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier2011-05-111-0/+1
| * rtsp: Only do keepalive using GET_PARAMETER if the server supports itMartin Storsjö2011-05-113-1/+12
* | libavformat/utils: Only consider dvb teletext timestamps for start time when ...Michael Niedermayer2011-05-121-1/+8
* | Add "DAVC" FourCCami_stuff2011-05-111-0/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-111-5/+5
|\ \ | |/
| * AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-105-28/+28
| * lavf/utils: fix ff_interleave_compare_dts corner case.Vitor Sessak2011-05-101-5/+5
* | Added oggpagesize option for Ogg encoding. Allows setting a preferred page si...Andres Gonzalez2011-05-101-2/+23
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-103-10/+8
|\ \ | |/
| * mpegtsenc: Clear st->priv_data when freeing itMartin Storsjö2011-05-091-1/+1
| * udp: Fix receiving RTP data over multicastMartin Storsjö2011-05-091-6/+6
| * rtpproto: Remove an unused variableMartin Storsjö2011-05-091-3/+1
* | seeking: Favor pkt->pos for generic index building where possible.Michael Niedermayer2011-05-101-1/+2
* | avienc: Update 2 debug statements to match the current code.Michael Niedermayer2011-05-091-2/+2
* | h264probe: update to latest spec.Michael Niedermayer2011-05-091-1/+1
* | 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