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-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-20mpegtsenc: Add an AVClass pointer to the private dataMartin 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-18lavf: remove duplicate assignment in avformat_alloc_context.Anton Khirnov
2011-05-18lavf: use designated initializers for AVClasses.Anton Khirnov
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-13movenc: always write esds descriptor length using 4 bytes.Baptiste Coudurier
2011-05-13rtpdec_qdm2: Don't try to parse data packet if no configuration is receivedMartin Storsjö
2011-05-12matroskaenc: make sure we don't produce invalid file with no codec IDAurelien Jacobs
2011-05-12matroskadec: check that pointers were initialized before accessing themAurelien Jacobs
2011-05-12lavf: fix function name in compute_pkt_fields2 av_dlog messageStefano Sabatini
2011-05-12lavf: fix av_find_best_stream when providing a wanted stream.Marton Balint
2011-05-12lavf: fix av_find_best_stream when decoder_ret is given and using a related s...Marton Balint
2011-05-12mov: Support edit list atom version 1.Yusuke Nakamura
2011-05-12Cosmetics: fix prototypes in oggdecClément Bœsch
2011-05-12oggdec: fix memleak with continuous streams.Clément Bœsch
2011-05-12matroskaenc: add missing new line in av_log() callAurelien Jacobs
2011-05-12movenc: fix yuv range in avid atoms used by dnxhd.Baptiste Coudurier
2011-05-12movenc: fix adpcm mono muxing.Alex Converse
2011-05-12mpegts: do not output known sized packet if an unbounded packet is already qu...Baptiste Coudurier
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-05-12nsv: Fix misdetection of MP3 files as NSV.Thierry Foucu
2011-05-12oggdec: use explicit AVInputFormat struct initializersClément Bœsch
2011-05-12oggdec: simplify ogg_probeClément Bœsch
2011-05-11Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier
2011-05-11rtsp: Only do keepalive using GET_PARAMETER if the server supports itMartin Storsjö
2011-05-10AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-05-10lavf/utils: fix ff_interleave_compare_dts corner case.Vitor Sessak
2011-05-09mpegtsenc: Clear st->priv_data when freeing itMartin Storsjö
2011-05-09udp: Fix receiving RTP data over multicastMartin Storsjö
2011-05-09rtpproto: Remove an unused variableMartin Storsjö
2011-05-06mov: fix composition timestamps on movie fragments.Yusuke Nakamura
2011-05-04Fix standalone compilation of pipe protocol.Diego Biurrun
2011-05-04Fix standalone compilation of WTV demuxer.Diego Biurrun
2011-05-04matroskaenc: fix memory leakMans Rullgard
2011-05-04Replace strncpy() with av_strlcpy().Alex Converse
2011-05-04asfdec: fix assert failure on invalid filesUoti Urpala
2011-05-04nutenc: check malloc return values.Ronald S. Bultje
2011-05-04nutenc: don't av_malloc(0).Ronald S. Bultje
2011-05-04asfdec: fix parsing of packets that overrun into padding.Ronald S. Bultje
2011-05-03Make ffmpeg support generic data streamLuca Barbato
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-30lavf: inspect more frames for fps when container time base is coarseAnssi Hannula