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
2012-02-06doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun
2012-02-06ape: skip packets with invalid sizeJustin Ruggles
2012-02-06ape: calculate final packet size instead of guessingJustin Ruggles
2012-02-06ape: stop reading after the last frame has been readJustin Ruggles
2012-02-06ape: return AVERROR_EOF instead of AVERROR(EIO) when demuxing is finishedJustin Ruggles
2012-02-06ape: return error if seeking to the current packet fails in ape_read_packet()Justin Ruggles
2012-02-04ape: fix seekingPaul B Mahol
2012-02-03movdec: Avoid av_malloc(0) in stssAlex Converse
2012-02-03frame{crc/md5}: set the stream timebase from codec timebase.Anton Khirnov
2012-02-02movdec: Parse the dvc1 atomMartin Storsjö
2012-02-02movdec: fix dts generation in fragmented filesJanne Grunau
2012-02-01dv: Fix small stack overread related to CVE-2011-3929 and CVE-2011-3936.Alex Converse
2012-02-01dv: Fix null pointer dereference due to ach=0Michael Niedermayer
2012-02-01dv: check stypeMichael Niedermayer
2012-02-01swfdec: Simplify sample rate calculation.Alex Converse
2012-01-31lavf: add functions for accessing the fourcc<->CodecID mapping tables.Anton Khirnov
2012-01-31lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov
2012-01-31lavc: add avcodec_is_open().Anton Khirnov
2012-01-31lavf: rename AVInputFormat.value to raw_codec_id.Anton Khirnov
2012-01-31lavf: remove the pointless value field from flv and iv8Anton Khirnov
2012-01-31lavc/lavf: remove unnecessary symbols from the symbol version script.Anton Khirnov
2012-01-31lavf: reorder AVInput/OutputFormat fields.Anton Khirnov
2012-01-31movdec: Ignore sample_degradation_priority bits when checking first_sample_flagsMartin Storsjö
2012-01-31flvdec: Interpret a toplevel 'object' type metadata item as normal metadata, tooMartin Storsjö
2012-01-30nsvdec: Propagate errorsAlex Converse
2012-01-30nsvdec: Be more careful with av_malloc().Alex Converse
2012-01-30nsvdec: Fix use of uninitialized streams.Michael Niedermayer
2012-01-30movenc: cosmetics: Get rid of camelCase identifiersMartin Storsjö
2012-01-30rtsp: Remove some unused variables from ff_rtsp_connect().Diego Biurrun
2012-01-30avformat_write_header(): detail error messageRafaël Carré
2012-01-30s/vbsf/bsf/Mike Melanson
2012-01-30yuv4mpeg: allow YUV4MPEG2 demuxer to recognize 'C420' colorspace.Mike Melanson
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-27movenc: Allow writing to a non-seekable output if using empty moovMartin Storsjö
2012-01-27movenc: Support adding isml (smooth streaming live) metadataMartin Storsjö
2012-01-27lavf: remove disabled FF_API_SET_PTS_INFO cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_OLD_INTERRUPT_CB cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_REORDER_PRIVATE cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_SEEK_PUBLIC cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_STREAM_COPY cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_PRELOAD cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_NEW_STREAM cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_RTSP_URL_OPTIONS cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_MUXRATE cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_FILESIZE cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_TIMESTAMP cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_LOOP_OUTPUT cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_LOOP_INPUT cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_AVSTREAM_QUALITY cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_FLAG_RTP_HINT cruftAnton Khirnov