summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-15
|\
| * configure: Automatically add more flags required on symbianMartin Storsjö2011-07-15
| * mem.h: switch doxygen parameter order to match function prototypeDiego Biurrun2011-07-15
| * doxygen: replace @sa tag by the more readable but equivalent @seeDiego Biurrun2011-07-15
| * doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun2011-07-15
| * doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-15
| * ac3enc: Mark AVClasses constMartin Storsjö2011-07-15
| * ffserver: Replace two loops with one loop.Mike Williams2011-07-14
| * ffmpeg: Fix the check for experimental codecsMartin Storsjö2011-07-14
| * swscale: extend mmx padding.Ronald S. Bultje2011-07-14
| * swscale: clip unscaled colorspace conversion path.Ronald S. Bultje2011-07-14
| * doxygen: misc consistency cosmeticsDiego Biurrun2011-07-14
| * doc: remove file name from @file directive in Doxygen usage exampleDiego Biurrun2011-07-14
| * doxygen: consistently place brief descriptionDiego Biurrun2011-07-14
| * doxygen: place empty line between brief description and detailed descriptionDiego Biurrun2011-07-14
| * avformat_open_input(): Add braces to shut up gcc warning.Diego Biurrun2011-07-14
* | wtvdec: also support big-sectors when fat depth is zeroPeter Ross2011-07-15
* | vf_mp: remove rgbtest wrapperStefano Sabatini2011-07-15
* | lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecsStefano Sabatini2011-07-15
* | vsrc_testsrc: perform some refactoring for simplifying sharing code with anot...Stefano Sabatini2011-07-15
* | vf_mp: remove boxblur wrapperStefano Sabatini2011-07-15
* | cmdutils: remove #if 0-ed conflict marger trash that i forgotMichael Niedermayer2011-07-14
* | ffmpeg: loose lowres hackeryMichael Niedermayer2011-07-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-14
|\|
| * APIchanges: fill in missing hashes and dates.Anton Khirnov2011-07-14
| * Add an APIChanges entry and bump minor versions for recent changes.Anton Khirnov2011-07-14
| * ffmpeg: print the low bitrate warning after the codec is openend.Anton Khirnov2011-07-14
| * doxygen: Move function documentation into the macro generating the function.Diego Biurrun2011-07-14
| * doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-14
| * h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.hDiego Biurrun2011-07-14
| * H.264: Add more x86 assembly for 10-bit H.264 predict functionsDaniel Kang2011-07-13
| * lavf: fix invalid reads in avformat_find_stream_info()Anton Khirnov2011-07-14
| * cmdutils: replace opt_default with opt_default2() and remove set_context_optsAnton Khirnov2011-07-13
| * ffmpeg: use new avcodec_open2 and avformat_find_stream_info API.Anton Khirnov2011-07-13
| * ffplay: use new avcodec_open2 and avformat_find_stream_info API.Anton Khirnov2011-07-13
| * cmdutils: store all codec options in one dict instead of video/audio/subAnton Khirnov2011-07-13
| * ffmpeg: check experimental flag after codec is opened.Anton Khirnov2011-07-13
| * ffmpeg: do not set GLOBAL_HEADER flag in the options contextAnton Khirnov2011-07-13
* | ffmpeg: deprecate -vc and -tvstdAnton Khirnov2011-07-14
* | ffmpeg: use new avformat_open_* API.Anton Khirnov2011-07-14
* | seektest: forgot adding a file (from commit 191c5f8ff33eb995b6dbc5b11af7c1a79...Michael Niedermayer2011-07-14
* | Merge commit 'b5849f77095439e994b11c25e6063d443b36c228'Michael Niedermayer2011-07-14
|\|
| * ac3enc: merge AC3MDCTContext with AC3EncodeContext.Justin Ruggles2011-07-13
| * ac3enc: prefer passing AC3EncodeContext rather than AVCodecContextJustin Ruggles2011-07-13
| * ac3enc: fix memleakJustin Ruggles2011-07-13
| * mpeg1video: add CODEC_CAP_SLICE_THREADS.Ronald S. Bultje2011-07-13
| * lavf: fix segfault in av_open_input_stream()Anton Khirnov2011-07-13
| * mpegtsenc: set Random Access indicator on keyframe start packetsJindrich Makovicka2011-07-13
| * lavf: Cleanup try_decode_frame() logic.Alex Converse2011-07-13
| * Replace some gotos that lead to single return statements by direct return.Diego Biurrun2011-07-13