Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-30mov: read tmcd tag and set timecode drop flag accordingly.Baptiste Coudurier
2011-08-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-29isom: add missing AVC-Intra tags, rearrange list and update commentsTomas Härdin
2011-08-29Do not set codec_tag property for matroska muxers.Carl Eugen Hoyos
2011-08-28Do not assume timestamps for mp2 format.Carl Eugen Hoyos
2011-08-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-28Add support for BDAV/m2ts-mode muxingFredrik Axelsson
2011-08-28vocdec: Take channel count into account when calculating bit rate.Reimar Döffinger
2011-08-28Rename find_program_from_stream to av_find_program_from_stream and add it to ...Marton Balint
2011-08-27Fix memory corruption in case of memory allocation failure in av_probe_input_...Michael Niedermayer
2011-08-27Use deinterleavers for demangling audio packets in RealMedia.Kostya Shishkov
2011-08-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-26fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini
2011-08-26Replace deprecated av_find_stream_info() by avformat_find_stream_info().Diego Biurrun
2011-08-26xmv: eliminate superfluous zeroing of zero dataSven Hesse
2011-08-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-25udp: fix circular buffer error handlingMichael Niedermayer
2011-08-25udp: buffer datagrams in circular buffer instead of a bytestreamMichael Niedermayer
2011-08-25mp4: Handle non-trivial ES Descriptors.Alex Converse
2011-08-25oggdec: subtract time of first packet only from duration when it is significantMichael Niedermayer
2011-08-25oggdec: Make sure start time correction is applied once to each streamMichael Niedermayer
2011-08-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-23lavf utils: Fix bad indentation.Alex Converse
2011-08-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-23Windows Media Image decoder (WMVP/WVP2)Alberto Delmás
2011-08-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-22lavf: warn when a parser is needed and not found.Nicolas George
2011-08-22rtpenc: use avcodec_get_name to report unsupported codecs.Nicolas George
2011-08-22flvenc: use avcodec_get_name to report unsupported codecs.Nicolas George
2011-08-22Support more codecs when muxing caf.Carl Eugen Hoyos
2011-08-22movenc: use libx264 by default when possible for mov, mp4 and pspAnton Khirnov
2011-08-22avienc: saner default audio codec.Anton Khirnov
2011-08-22matroskaenc: saner default codecs.Anton Khirnov
2011-08-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-21Stream-copying PureVoice into caf works fine.Carl Eugen Hoyos
2011-08-21WavPack demuxer: do not rely on index when timestamp is not in indexed range.Kostya Shishkov
2011-08-21WavPack demuxer: store position of the first block in index.Kostya Shishkov
2011-08-20Autodetect LOAS in transport streams.Carl Eugen Hoyos
2011-08-20Add LOAS demuxer.Carl Eugen Hoyos
2011-08-19xmv: Read the video packet data first, then swap its bytesSven Hesse
2011-08-19xmv: Remove superfluous zeroing of already zero'd dataSven Hesse
2011-08-19xmv: Add some doxygen commentsSven Hesse
2011-08-19xmv: Merge XMVAudioTrack into XMVAudioPacketSven Hesse
2011-08-19xmv: Make the various offset variables uint64_tSven Hesse
2011-08-19xmv: fix license header to match patchMichael Niedermayer
2011-08-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-18matroskadec: use correct compression parameters for current track CodecPrivateAurelien Jacobs
2011-08-17add XMV demuxerSven Hesse
2011-08-17rmdec: parse FPS in RealMedia properlyKostya Shishkov
2011-08-17Use parsers for RealVideo 3/4 to determine correct PTSKostya Shishkov