summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kmvc: Log into a context at a log level constant.Alex Converse2012-01-301-1/+2
* mpeg12: Pad framerate tab to 16 entries.Alex Converse2012-01-301-1/+1
* kgv1dec: Increase offsets array size so it is large enough.Michael Niedermayer2012-01-301-2/+2
* kmvc: Check palsize.Alex Converse2012-01-301-1/+6
* nsvdec: Propagate errorsAlex Converse2012-01-301-1/+6
* nsvdec: Be more careful with av_malloc().Alex Converse2012-01-301-1/+7
* nsvdec: Fix use of uninitialized streams.Michael Niedermayer2012-01-301-4/+4
* movenc: cosmetics: Get rid of camelCase identifiersMartin Storsjö2012-01-302-151/+152
* swscale: more generic check for planar destination formats with alphaPaul B Mahol2012-01-301-1/+1
* doc: Document mov/mp4 fragmentation optionsMartin Storsjö2012-01-301-0/+61
* build: Use order-only prerequisites for creating FATE reference file dirs.Diego Biurrun2012-01-301-8/+6
* x86 dsputil: provide SSE2/SSSE3 versions of bswap_bufChristophe Gisquet2012-01-302-0/+128
* rtsp: Remove some unused variables from ff_rtsp_connect().Diego Biurrun2012-01-301-1/+0
* avutil: make intfloat api publicPaul B Mahol2012-01-303-1/+6
* avformat_write_header(): detail error messageRafaël Carré2012-01-301-1/+5
* s/vbsf/bsf/Mike Melanson2012-01-301-1/+1
* yuv4mpeg: allow YUV4MPEG2 demuxer to recognize 'C420' colorspace.Mike Melanson2012-01-301-0/+3
* png: add support for bpp>4 to paeth x86 SIMD code.Ronald S. Bultje2012-01-291-1/+13
* png: add SSE2 version for add_bytes_l2.Ronald S. Bultje2012-01-292-0/+26
* png: convert DSP functions to yasm.Ronald S. Bultje2012-01-293-103/+156
* Fix non-C89 declarations in for loopsMans Rullgard2012-01-292-4/+6
* png: add missing #if HAVE_SSSE3 around function pointer assignment.Ronald S. Bultje2012-01-291-1/+1
* imdct36: mark SSE functions as using all 16 XMM registers.Ronald S. Bultje2012-01-291-1/+1
* png: move DSP functions to their own DSP context.Ronald S. Bultje2012-01-299-127/+230
* sunrast: Add a sample request for TIFF, IFF, and Experimental Rastfile formats.Aneesh Dogra2012-01-291-2/+2
* sunrast: CosmeticsAneesh Dogra2012-01-291-17/+17
* sunrast: Remove if (unsigned int < 0) check.Aneesh Dogra2012-01-291-1/+1
* sunrast: Replace magic number by a macro.Aneesh Dogra2012-01-291-1/+3
* aacenc: Fix LONG_START windowing.Nathan Caldwell2012-01-281-2/+2
* aacenc: Fix a bug where deinterleaved samples were stored in the wrong place.Nathan Caldwell2012-01-281-2/+2
* avplay: use the correct array size for stride.Anton Khirnov2012-01-281-1/+1
* lavc: extend doxy for avcodec_alloc_context3().Anton Khirnov2012-01-281-0/+3
* APIchanges: mention avcodec_alloc_context()/2/3Anton Khirnov2012-01-281-0/+2
* avcodec_align_dimensions2: set only 4 linesizes, not AV_NUM_DATA_POINTERS.Anton Khirnov2012-01-281-2/+2
* aacsbr: ARM NEON optimised sbrdsp functionsMans Rullgard2012-01-285-0/+490
* aacsbr: align some arraysMans Rullgard2012-01-283-10/+14
* aacsbr: move some simdable loops to function pointersMans Rullgard2012-01-286-137/+337
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-2791-92/+0
* movenc: Allow writing to a non-seekable output if using empty moovMartin Storsjö2012-01-271-2/+13
* movenc: Support adding isml (smooth streaming live) metadataMartin Storsjö2012-01-272-0/+131
* libavcodec: Don't crash in avcodec_encode_audio if time_base isn't setMartin Storsjö2012-01-271-0/+6
* sunrast: Document the different Sun Raster file format types.Aneesh Dogra2012-01-271-0/+16
* sunrast: Add a check for experimental type.Aneesh Dogra2012-01-271-1/+2
* libspeexenc: use AVSampleFormat instead of deprecated/removed SampleFormatJustin Ruggles2012-01-271-1/+1
* lavf: remove disabled FF_API_SET_PTS_INFO cruftAnton Khirnov2012-01-273-20/+0
* lavf: remove disabled FF_API_OLD_INTERRUPT_CB cruftAnton Khirnov2012-01-273-38/+0
* lavf: remove disabled FF_API_REORDER_PRIVATE cruftAnton Khirnov2012-01-272-107/+0
* lavf: remove disabled FF_API_SEEK_PUBLIC cruftAnton Khirnov2012-01-273-43/+0
* lavf: remove disabled FF_API_STREAM_COPY cruftAnton Khirnov2012-01-272-7/+0
* lavf: remove disabled FF_API_PRELOAD cruftAnton Khirnov2012-01-273-10/+0
OpenPOWER on IntegriCloud