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-05-25matroska: improve declaration of video_stereo_* constant tablesAurelien Jacobs
2011-05-25matroskadec: fix reverted condition to accept combine_plane operationAurelien Jacobs
2011-05-24wav: fix various printf warnings related to wrong argument typeStefano Sabatini
2011-05-24wav: propagate ff_get_wav_header() error code in w64_read_header()Stefano Sabatini
2011-05-24Add Kamil Nowosads j2k code.Kamil Nowosad
2011-05-24matroska: cleanup handling of video stereo modeAurelien Jacobs
2011-05-24oggdec: use av_dlog()Stefano Sabatini
2011-05-22movdec: dont divide by zero when stts_data[0].duration = 0.Michael Niedermayer
2011-05-22lavf: fix style for avformat_alloc_output_context2()Stefano Sabatini
2011-05-22lavf: deprecate avformat_alloc_output_context() in favor of avformat_alloc_ou...Stefano Sabatini
2011-05-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-21matroska: switch stereo mode from int to string and add support in the demuxe...Kirill Gavrilov
2011-05-21matroska: cosmeticsKirill Gavrilov
2011-05-21Create a stereo_mode metadata tag to specify the stereo 3d video layout using...Alok Ahuja
2011-05-21multiple inclusion guard cleanupDiego Biurrun
2011-05-21avio: document buffer must created with av_malloc() and friendsCan Wu
2011-05-21avio: check AVIOContext malloc failureCan Wu
2011-05-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-21Add a flag to disable side data merging.Michael Niedermayer
2011-05-21Merge/split side data.Michael Niedermayer
2011-05-20mpegtsenc: Add an AVClass pointer to the private dataMartin Storsjö
2011-05-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-20ReindentMartin Storsjö
2011-05-20rtpenc_chain: Pass the MP4A_LATM flag to chained muxersMartin Storsjö
2011-05-20rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez
2011-05-20movenc: Pass AVFormatContext flags to the SDP generationMartin Storsjö
2011-05-20sdp: Allow passing AVFormatContext flags to the SDP generationMartin Storsjö
2011-05-19Remove silly insults from avformat_version() Doxygen documentation.Diego Biurrun
2011-05-19asfdec: add missing #include for av_bswap32()Mans Rullgard
2011-05-19av_find_stream_info: Print more details about max anaylize duration failures.Michael Niedermayer
2011-05-18Parse 'bext' metadata in the wav demuxerTomas Härdin
2011-05-18Cosmetics: indentTomas Härdin
2011-05-18Keep parsing wav until EOF if the input is seekable and we know the size of t...Tomas Härdin
2011-05-18Refactor the tag checking into a switch statementTomas Härdin
2011-05-18Use avio_tell() instead of url_ftell()Tomas Härdin
2011-05-18cleaned up the udp.c, removed some variables and an av_logJULIAN GARDNER
2011-05-18id3v2: prevent unsigned integer overflow in ff_id3v2_parse()Stefano Sabatini
2011-05-18id3v2: add @file doxy and link to format documentationStefano Sabatini
2011-05-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-18lavf: remove duplicate assignment in avformat_alloc_context.Anton Khirnov
2011-05-18lavf: use designated initializers for AVClasses.Anton Khirnov
2011-05-18Make sure neither data_size nor sample_count is negativeTomas Härdin
2011-05-18Refactor the 'fmt ' tag search and parsingTomas Härdin
2011-05-18flvdec: clenup debug codeAlex Converse
2011-05-18asfdec: fix possible overread on broken files.Uoti Urpala
2011-05-18asfdec: do not fall back to binary/generic searchVladimir Pantelic
2011-05-18asfdec: reindent after previous commit c7bd5edVladimir Pantelic
2011-05-17asfdec: fallback to binary search internallyVladimir Pantelic
2011-05-17Ogg demuxer: give meaningful error codes and warnings.Nicolas George
2011-05-17Add some forgotten const to function arguments in libavfilter & libavformat.Michael Niedermayer