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-09-19rmdec: use the deinterleaving mode and not the codec when creating audio pack...Laurent Aimar
2011-09-19lavf: Fix context pointer in av_open_input_stream when avformat_open_input failsDavid Goldwich
2011-09-17oggdec: fix out of bound write in the ogg demuxerLaurent Aimar
2011-09-17movenc: create an alternate group for each media typeAnton Khirnov
2011-09-17rawdec: refactor private option for raw video demuxersAnton Khirnov
2011-09-17pcmdec: use unique classes for all pcm demuxers.Anton Khirnov
2011-09-17rawdec: g722 is always 1 channel/16kHzAnton Khirnov
2011-09-16Fixed size given to init_get_bits().Laurent Aimar
2011-09-15matroskadec: fix typo.Dustin Brody
2011-09-15matroskadec: bail on parsing of incorrect seek index segmentsDustin Brody
2011-09-14lavf utils: Remove write-only variableAlex Converse
2011-09-14lavf utils: Rename shadowing variableAlex Converse
2011-09-13Fixed off by one packet size allocation in the smacker demuxer.Laurent Aimar
2011-09-13Check for invalid packet size in the smacker demuxer.Laurent Aimar
2011-09-12ape demuxer: fix segfault on memory allocation failure.Laurent Aimar
2011-09-12smacker demuxer: handle possible av_realloc() failure.Kostya Shishkov
2011-09-11mpegts: improve error reportingGeorgi Chorbadzhiyski
2011-09-11mpegts: on seek, reset the cc for all PIDsAviad Rozenhek
2011-09-08Employ FF_ARRAY_ELEMS instead of manually calculating array length.Diego Biurrun
2011-09-08rtpdec_asf: Fix integer underflow that could allow remote code executionMichael Niedermayer
2011-09-07Add LATM muxerKieran Kunhya
2011-09-07libx264: add 'direct-pred' private optionAnton Khirnov
2011-09-07libx264: add 'partitions' private optionAnton Khirnov
2011-09-04http: Consider the stream as seekable if the reply contains Accept-Ranges: bytesStefan Fritsch
2011-09-04nutenc: add namespace to the api facing functionsLuca Barbato
2011-09-03lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov
2011-09-03AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov
2011-08-29isom: add missing AVC-Intra tags, rearrange list and update commentsTomas Härdin
2011-08-27Use deinterleavers for demangling audio packets in RealMedia.Kostya Shishkov
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-25mp4: Handle non-trivial ES Descriptors.Alex Converse
2011-08-23lavf utils: Fix bad indentation.Alex Converse
2011-08-23Windows Media Image decoder (WMVP/WVP2)Alberto Delmás
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-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-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
2011-08-17rmdec: correct DTS calculation in RealMedia container.Kostya Shishkov
2011-08-16matroskaenc: vertical alignment.Anton Khirnov
2011-08-16matroskaenc: implement query_codec()Anton Khirnov
2011-08-16lavf: add avformat_query_codec().Anton Khirnov
2011-08-16flvenc: use int64_t to store offsetsLuca Barbato
2011-08-16Do not write ID3v1 tags by defaultDiogo Franco
2011-08-16mpegts: log into an AVFormatContext rather than MpegTSContext.Alex Converse