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-07-14avformat_open_input(): Add braces to shut up gcc warning.Diego Biurrun
2011-07-14APIchanges: fill in missing hashes and dates.Anton Khirnov
2011-07-14Add an APIChanges entry and bump minor versions for recent changes.Anton Khirnov
2011-07-14ffmpeg: print the low bitrate warning after the codec is openend.Anton Khirnov
2011-07-14doxygen: Move function documentation into the macro generating the function.Diego Biurrun
2011-07-14doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun
2011-07-14h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.hDiego Biurrun
2011-07-14H.264: Add more x86 assembly for 10-bit H.264 predict functionsDaniel Kang
2011-07-14lavf: fix invalid reads in avformat_find_stream_info()Anton Khirnov
2011-07-14cmdutils: replace opt_default with opt_default2() and remove set_context_optsAnton Khirnov
2011-07-14ffmpeg: use new avcodec_open2 and avformat_find_stream_info API.Anton Khirnov
2011-07-14ffplay: use new avcodec_open2 and avformat_find_stream_info API.Anton Khirnov
2011-07-14cmdutils: store all codec options in one dict instead of video/audio/subAnton Khirnov
2011-07-14ffmpeg: check experimental flag after codec is opened.Anton Khirnov
2011-07-14ffmpeg: do not set GLOBAL_HEADER flag in the options contextAnton Khirnov
2011-07-14ac3enc: merge AC3MDCTContext with AC3EncodeContext.Justin Ruggles
2011-07-14ac3enc: prefer passing AC3EncodeContext rather than AVCodecContextJustin Ruggles
2011-07-14ac3enc: fix memleakJustin Ruggles
2011-07-13mpeg1video: add CODEC_CAP_SLICE_THREADS.Ronald S. Bultje
2011-07-13lavf: fix segfault in av_open_input_stream()Anton Khirnov
2011-07-13mpegtsenc: set Random Access indicator on keyframe start packetsJindrich Makovicka
2011-07-13lavf: Cleanup try_decode_frame() logic.Alex Converse
2011-07-13Replace some gotos that lead to single return statements by direct return.Diego Biurrun
2011-07-13build: move tests/seek_test.c to libavformat and reuse generic build rulesDiego Biurrun
2011-07-13mxfenc: include needed header for ff_iso8601_to_unix_time() prototypeKostya Shishkov
2011-07-13Add a check for strptime().Anton Khirnov
2011-07-13lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov
2011-07-13wav: parse 'bext' metadataTomas Härdin
2011-07-13wav: keep parsing until EOF if the input is seekable and we know the size of ...Tomas Härdin
2011-07-13wav: Refactor the tag checking into a switch statementTomas Härdin
2011-07-13wav: make sure neither data_size nor sample_count is negative.Tomas Härdin
2011-07-13wav: refactor the 'fmt ' tag search and parsing.Tomas Härdin
2011-07-13wav: add an option for writing BEXT chunkBenjamin Larsson
2011-07-13ffmpeg: get rid of a pointless limit on number of streams.Anton Khirnov
2011-07-13ffmpeg: remove an unused define.Anton Khirnov
2011-07-13Musepack SV7: try to read files without number of frames providedKostya Shishkov
2011-07-13doc: Improve references to external URLs.Diego Biurrun
2011-07-12h264: move decode_mb_skip() from h264.h to h.264_mvpred.hDiego Biurrun
2011-07-12ffplay: skip return value of avcodec_decode_video2 / avcodec_decode_subtitle2Diego Biurrun
2011-07-12dnxhdenc: Replace a forward declaration by the proper #include.Diego Biurrun
2011-07-12h264: move h264_mvpred.h include.Ronald S. Bultje
2011-07-12pix_fmt: Fix number of bits per component in yuv444p9beOskar Arvidsson
2011-07-12lavf: deprecate AVFormatContext.timestampAnton Khirnov
2011-07-12ffmpeg: merge input_files_ts_scale into InputStream.Anton Khirnov
2011-07-12ffmpeg: don't abuse a global for passing sample format from input to outputAnton Khirnov
2011-07-12ffmpeg: don't abuse a global for passing channel layout from input to outputAnton Khirnov
2011-07-12ffmpeg: factor common code from new_a/v/s/d_stream to new_output_stream()Anton Khirnov
2011-07-12matroskaenc: make SSA default subtitle codec.Anton Khirnov
2011-07-12oggdec: prevent heap corruption.Chris Evans
2011-07-12changelog: misc typo and wording fixesDiego Biurrun