summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* flashsvenc: whitespace cosmeticsDiego Biurrun2011-07-161-7/+11
* flashsvenc: drop some unnecessary parenthesesDiego Biurrun2011-07-161-9/+9
* flashsvenc: fix some comment typosDiego Biurrun2011-07-161-14/+13
* aacps: skip some memcpy() if src and dst would be equalMans Rullgard2011-07-151-8/+11
* lavf/utils: drop av_ prefixes from static functions.Anton Khirnov2011-07-151-30/+30
* avio: don't replicate avio_alloc_context functionality.Anton Khirnov2011-07-151-10/+3
* configure: Automatically add more flags required on symbianMartin Storsjö2011-07-151-1/+8
* mem.h: switch doxygen parameter order to match function prototypeDiego Biurrun2011-07-151-2/+2
* doxygen: replace @sa tag by the more readable but equivalent @seeDiego Biurrun2011-07-1511-14/+14
* doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun2011-07-1513-29/+17
* doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-1520-75/+115
* ac3enc: Mark AVClasses constMartin Storsjö2011-07-153-6/+6
* ffserver: Replace two loops with one loop.Mike Williams2011-07-141-12/+4
* ffmpeg: Fix the check for experimental codecsMartin Storsjö2011-07-141-1/+1
* swscale: extend mmx padding.Ronald S. Bultje2011-07-141-6/+7
* swscale: clip unscaled colorspace conversion path.Ronald S. Bultje2011-07-141-15/+17
* doxygen: misc consistency cosmeticsDiego Biurrun2011-07-144-9/+5
* doc: remove file name from @file directive in Doxygen usage exampleDiego Biurrun2011-07-141-1/+1
* doxygen: consistently place brief descriptionDiego Biurrun2011-07-1412-12/+15
* doxygen: place empty line between brief description and detailed descriptionDiego Biurrun2011-07-145-1/+6
* avformat_open_input(): Add braces to shut up gcc warning.Diego Biurrun2011-07-141-1/+1
* APIchanges: fill in missing hashes and dates.Anton Khirnov2011-07-141-8/+8
* Add an APIChanges entry and bump minor versions for recent changes.Anton Khirnov2011-07-143-2/+8
* ffmpeg: print the low bitrate warning after the codec is openend.Anton Khirnov2011-07-142-19/+3
* doxygen: Move function documentation into the macro generating the function.Diego Biurrun2011-07-142-13/+14
* doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-1410-35/+41
* h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.hDiego Biurrun2011-07-142-418/+418
* H.264: Add more x86 assembly for 10-bit H.264 predict functionsDaniel Kang2011-07-132-1/+253
* lavf: fix invalid reads in avformat_find_stream_info()Anton Khirnov2011-07-141-1/+1
* cmdutils: replace opt_default with opt_default2() and remove set_context_optsAnton Khirnov2011-07-132-110/+1
* ffmpeg: use new avcodec_open2 and avformat_find_stream_info API.Anton Khirnov2011-07-131-25/+22
* ffplay: use new avcodec_open2 and avformat_find_stream_info API.Anton Khirnov2011-07-133-20/+40
* cmdutils: store all codec options in one dict instead of video/audio/subAnton Khirnov2011-07-132-22/+40
* ffmpeg: check experimental flag after codec is opened.Anton Khirnov2011-07-131-26/+26
* ffmpeg: do not set GLOBAL_HEADER flag in the options contextAnton Khirnov2011-07-131-4/+0
* ac3enc: merge AC3MDCTContext with AC3EncodeContext.Justin Ruggles2011-07-135-36/+26
* ac3enc: prefer passing AC3EncodeContext rather than AVCodecContextJustin Ruggles2011-07-133-13/+14
* ac3enc: fix memleakJustin Ruggles2011-07-131-0/+4
* mpeg1video: add CODEC_CAP_SLICE_THREADS.Ronald S. Bultje2011-07-131-1/+1
* lavf: fix segfault in av_open_input_stream()Anton Khirnov2011-07-131-1/+2
* mpegtsenc: set Random Access indicator on keyframe start packetsJindrich Makovicka2011-07-132-12/+57
* lavf: Cleanup try_decode_frame() logic.Alex Converse2011-07-132-9/+3
* Replace some gotos that lead to single return statements by direct return.Diego Biurrun2011-07-133-18/+13
* build: move tests/seek_test.c to libavformat and reuse generic build rulesDiego Biurrun2011-07-135-8/+3
* mxfenc: include needed header for ff_iso8601_to_unix_time() prototypeKostya Shishkov2011-07-131-0/+1
* Add a check for strptime().Anton Khirnov2011-07-132-0/+8
* lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov2011-07-136-21/+20
* wav: parse 'bext' metadataTomas Härdin2011-07-132-1/+102
* wav: keep parsing until EOF if the input is seekable and we know the size of ...Tomas Härdin2011-07-131-15/+32
* wav: Refactor the tag checking into a switch statementTomas Härdin2011-07-131-4/+9
OpenPOWER on IntegriCloud