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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-01avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-10-01avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun
2012-09-29avidec: use actually read size instead of requested sizeAnton Khirnov
2012-09-29avidec: return 0, not packet size from read_packet().Anton Khirnov
2012-09-28http: Increase buffer sizes to cope with longer URIsDuncan Salerno
2012-09-27nutenc: const correctness for ff_put_v_trace/put_s_trace function argumentsDiego Biurrun
2012-09-27nutdec: Remove unused and broken debug function stubDiego Biurrun
2012-09-27Add Opus support to the Ogg muxer.Nathan Caldwell
2012-09-27avformat: Identify anonymous AVIO typedef structs.Dale Curtis
2012-09-26nutdec: const correctness for get_v_trace/get_s_trace function argumentsDiego Biurrun
2012-09-26rtpdec: Remove a useless ff_ prefix from a static symbolMartin Storsjö
2012-09-26rtpdec: Support depacketizing speexDmitry Samonenko
2012-09-26rtpenc: Add support for packetizing speexDmitry Samonenko
2012-09-25oggparsetheora: make it more robustLuca Barbato
2012-09-25ogg: prevent NULL pointer deference in theora gptoptsMichael Niedermayer
2012-09-25ogg: calculate the start position once all the headers are parsedLuca Barbato
2012-09-25ogg: check that the expected number of headers had been parsedLuca Barbato
2012-09-24Use avcodec_free_frame() to free AVFrames.Anton Khirnov
2012-09-24lavf: use a malloced AVFrame in try_decode_frame().Anton Khirnov
2012-09-23rtp: Packetization of JPEG (RFC 2435)Samuel Pitoiset
2012-09-23smoothstreamingenc: Copy the SAR on the AVStreams as wellMartin Storsjö
2012-09-21matroskadec: fix a sanity check.Anton Khirnov
2012-09-21matroskadec: only return corrupt packets that actually contain dataAnton Khirnov
2012-09-21lavf: zero data/size of the packet passed to read_packet().Anton Khirnov
2012-09-20lavf probe: prevent codec probe with no data at all seenJanne Grunau
2012-09-19mp3dec: read Xing frame TOC indexAnton Khirnov
2012-09-19mp3dec: use named constants for Xing header flagsAnton Khirnov
2012-09-19mov: support random access point groupingYusuke Nakamura
2012-09-19matroskadec: properly support BlockDurationLuca Barbato
2012-09-19matroskadec: split frame parsingLuca Barbato
2012-09-19matroskadec: split laces parsingLuca Barbato
2012-09-19matroska: implement support for ProResLuca Barbato
2012-09-19matroska: implement support for ALACMoritz Bunkus
2012-09-19matroskadec: validate lace_size when parsedLuca Barbato
2012-09-19matroskadec: return meaningful errors in matroska_decode_bufferLuca Barbato
2012-09-19matroskadec: fix incorrect unsigned->signed conversionDale Curtis
2012-09-19matroskadec: refactor matroska_decode_bufferLuca Barbato
2012-09-19matroskadec: check realloc in lzo encodingLuca Barbato
2012-09-19matroska: honor error_recognition on unknown doctypesLuca Barbato
2012-09-18smoothstreaming: Export the mp4 codec tagsMartin Storsjö
2012-09-18mov: check for EOF in long lasting loopsLuca Barbato
2012-09-18flvenc: silence bogus warningBenjamin Larsson
2012-09-17id3v2: strdup the genre name explicitly.Clément Bœsch
2012-09-17lavf/id3v2: do not export empty fields.Clément Bœsch
2012-09-16mov: stsd entries must be at least 16 byteMichael Niedermayer
2012-09-16mov: detect EOF in mov_read_dref()Michael Niedermayer
2012-09-16file: return proper error on seek failuresLuca Barbato
2012-09-15avformat: fix typo in avformat_close_inputLuca Barbato
2012-09-15mp3enc: write Xing TOCAnton Khirnov
2012-09-15mp3enc: support MPEG-2 and MPEG-2.5 in Xing header.Clément Bœsch