summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* bytestream: K&R formatting cosmeticsAneesh Dogra2012-02-09
* apetag: fix commentPaul B Mahol2012-02-08
* rawenc: switch to encode2().Anton Khirnov2012-02-08
* pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-08
* avconv: switch to avcodec_encode_video2().Anton Khirnov2012-02-08
* libx264: implement encode2().Anton Khirnov2012-02-08
* libx264: split extradata writing out of encode_nals().Anton Khirnov2012-02-08
* lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacketAnton Khirnov2012-02-08
* cmdutils: update copyright year to 2012.Ronald S. Bultje2012-02-08
* swscale: sign-extend integer function argument to qword on x86-64.Ronald S. Bultje2012-02-08
* x86inc: support yasm -f win64 flag also.Haruhiko Yamagata2012-02-08
* h264: manually save/restore XMM registers for functions using INIT_MMX.Ronald S. Bultje2012-02-08
* x86inc: allow manual use of WIN64_SPILL_XMM.Henrik Gramner2012-02-08
* aacdec: Use correct speaker order for 7.1.Alex Converse2012-02-08
* aacdec: Remove incorrect comment.Alex Converse2012-02-08
* aacdec: Simplify output configuration.Alex Converse2012-02-08
* Remove Sun medialib glue code.Diego Biurrun2012-02-08
* dsputil: set STRIDE_ALIGN to 16 for x86 also.Ronald S. Bultje2012-02-07
* pngdsp: swap argument inversion.Ronald S. Bultje2012-02-07
* swscale: make yuv2yuv1 use named registers.Ronald S. Bultje2012-02-07
* h264: mark h264_idct_add8_10 with number of XMM registers.Michael Kostylev2012-02-07
* swscale: fix V plane memory location in bilinear/unscaled RGB/YUYV case.Ronald S. Bultje2012-02-07
* vp8: always update next_framep[] before returning from decode_frame().Ronald S. Bultje2012-02-07
* avconv: estimate next_dts from framerate if it is set.Anton Khirnov2012-02-07
* avconv: better next_dts usage.Anton Khirnov2012-02-07
* avconv: rename InputStream.pts to last_dts.Anton Khirnov2012-02-07
* avconv: reduce overloading for InputStream.pts.Anton Khirnov2012-02-07
* avconv: rename InputStream.next_pts to next_dts.Anton Khirnov2012-02-07
* avconv: rework -t handling for encoding.Anton Khirnov2012-02-07
* avconv: set encoder timebase for subtitles.Anton Khirnov2012-02-07
* pva-demux test: add -vnAnton Khirnov2012-02-07
* swscale: K&R formatting cosmetics for SPARC codeDiego Biurrun2012-02-07
* apedec: allow the user to set the maximum number of output samples per callJustin Ruggles2012-02-07
* apedec: do not unnecessarily zero output samples for mono framesJustin Ruggles2012-02-07
* apedec: allocate a single flat buffer for decoded samplesJustin Ruggles2012-02-07
* apedec: use sizeof(field) instead of sizeof(type)Justin Ruggles2012-02-07
* swscale: split C output functions into separate file.Ronald S. Bultje2012-02-07
* swscale: Split C input functions into separate file.Ronald S. Bultje2012-02-07
* bytestream: Add bytestream2 writing API.Aneesh Dogra2012-02-06
* Revert "v210enc: use FFALIGN()"Paul B Mahol2012-02-06
* doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun2012-02-06
* avplay: reset decoder flush state when seekingJustin Ruggles2012-02-06
* ape: skip packets with invalid sizeJustin Ruggles2012-02-06
* ape: calculate final packet size instead of guessingJustin Ruggles2012-02-06
* ape: stop reading after the last frame has been readJustin Ruggles2012-02-06
* ape: return AVERROR_EOF instead of AVERROR(EIO) when demuxing is finishedJustin Ruggles2012-02-06
* ape: return error if seeking to the current packet fails in ape_read_packet()Justin Ruggles2012-02-06
* avcodec: Clarify AVFrame member documentation.Kieran Kunhya2012-02-06
* v210dec: check for coded_frame allocation failurePaul B Mahol2012-02-06
* v210enc: use stride as it is already calculatedPaul B Mahol2012-02-06