aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avio: deprecate url_fgetc and remove all it usesAnton Khirnov2011-03-084-15/+15
* avio: deprecate url_fgetsAnton Khirnov2011-03-082-1/+5
* h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found.Sean McGovern2011-03-081-2/+17
* Add Apple HTTP Live Streaming protocol handlerMartin Storsjö2011-03-084-0/+361
* URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEMEMartin Storsjö2011-03-082-1/+10
* URLProtocol: Add a flags fieldMartin Storsjö2011-03-081-0/+1
* yadif: add parens around macro parametersMans Rullgard2011-03-081-4/+4
* Do not loop endlessly if id3v2 tag size is negative / too large.Carl Eugen Hoyos2011-03-071-1/+4
* Change filesize to int64_t.Carl Eugen Hoyos2011-03-071-2/+2
* Seek back to old position after reading id3v1 tag.Carl Eugen Hoyos2011-03-071-1/+2
* Make sure the first q press doesnt f*ck up the protocols and thus written files.Michael Niedermayer2011-03-071-1/+2
* Fix seting of decode_interrupt_cb()Michael Niedermayer2011-03-071-2/+3
* Revert "lavf: deprecate get_strz() in favor of avio_get_str"Michael Niedermayer2011-03-063-5/+4
* Make matroska demuxer also set timestamps for RealAudio packets.Reimar Döffinger2011-03-051-0/+8
* ac3enc: add num_rematrixing_bands to AC3EncodeContext and use it instead of t...Justin Ruggles2011-03-051-4/+7
* ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.hJustin Ruggles2011-03-052-3/+4
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-0587-391/+392
* lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov2011-03-055-15/+14
* avio: add avio_get_str()Reimar Döffinger2011-03-052-0/+31
* avio: fix fourcc if any character is >=0x80.Ronald S. Bultje2011-03-051-1/+4
* Fix compilation on powerpc with --disable-altivec.Carl Eugen Hoyos2011-03-041-1/+1
* In retry_transfer_wrapper, do not check url_interrupt_cb,Baptiste Coudurier2011-03-031-2/+0
* Move guess_correct_pts() under got_picture_ptr.Michael Niedermayer2011-03-041-4/+5
* h263dec: produce a warning when excessive bitstream is discardedMichael Niedermayer2011-03-031-1/+3
* vp3-mt: fix deadlock when first frame is not a keyframe.Ronald S. Bultje2011-03-031-0/+1
* threads: allow thread count of zeroMans Rullgard2011-03-031-2/+5
* vc1: fix decoding when end sequence is presentBaptiste Coudurier2011-03-031-1/+1
* ffmpeg: Use av_pkt_dump_log2Martin Storsjö2011-03-031-1/+2
* libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameterMartin Storsjö2011-03-032-11/+31
* aviobuf: Write new data at s->buf_end in fill_bufferMartin Storsjö2011-03-031-1/+1
* movenc: use correct tag for dvcpro hdBaptiste Coudurier2011-03-031-6/+17
* dnxhd: allow encoding with Avid Nitris compatibility.Baptiste Coudurier2011-03-032-1/+18
* movenc: fix tkhd height for imxBaptiste Coudurier2011-03-031-1/+1
* avio: deprecate url_fskipAnton Khirnov2011-03-032-7/+3
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-0362-299/+299
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-0390-347/+352
* huffyuv: Add multithreading supportAlexander Strange2011-03-031-4/+29
* pthreads: Fix bug introduced with thread_safe_callbacksAlexander Strange2011-03-031-2/+7
* Fix duplicate & droped frame in Californication.S02E01.HDTV.XviD-NoTV.aviMichael Niedermayer2011-03-031-0/+10
* Attribute used is correctly supported by the Intel C compiler since version 1...Carl Eugen Hoyos2011-03-031-1/+1
* Use macro __INTEL_COMPILER instead of __ICC.Carl Eugen Hoyos2011-03-023-7/+7
* Use --sysroot flag for clangMans Rullgard2011-03-011-5/+1
* In mov muxer, fix adpcm mono muxing, patch by Alex ConverseBaptiste Coudurier2011-02-271-0/+1
* In mpegts demuxer, do not output known sized packet if an unbounded packetBaptiste Coudurier2011-02-271-1/+1
* ARM: VP8: fix build on systems with global symbol prefixMans Rullgard2011-02-281-1/+1
* ARM: fix vp8 neon with pic enabledMans Rullgard2011-02-281-0/+2
* configure: document FATE_SAMPLES env var in --help textReimar Döffinger2011-02-281-1/+2
* fate: get samples location from env var if not explicitly setMans Rullgard2011-02-281-1/+1
* movenc: remove uses of deprecated API.Ronald S. Bultje2011-02-261-4/+4
* store pasp atom for all types of quicktime movieMaksym Veremeyenko2011-02-261-2/+1