summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* libavformat: Rename the applehttp demuxer to hlsMartin Storsjö2012-02-14
* rtpdec: Support H263 in RFC 2190 formatMartin Storsjö2012-02-14
* rv30: check block type validityJanne Grunau2012-02-14
* ttadec: CRC checkingPaul B Mahol2012-02-14
* movenc: Support muxing VC1Martin Storsjö2012-02-14
* avconv: Don't split out inline sequence headers when stream copying VC1Martin Storsjö2012-02-14
* rv34: handle size changes during frame multithreadingJanne Grunau2012-02-14
* rv40: prevent undefined signed overflow in rv40_loop_filter()Janne Grunau2012-02-14
* rv34: use AVERROR return values in ff_rv34_decode_frame()Janne Grunau2012-02-14
* rv34: use uint16_t for RV34DecContext.deblock_coefsJanne Grunau2012-02-14
* librtmp: Add "lib" prefix to librtmp URLProtocol declarations.Diego Biurrun2012-02-14
* movenc: Use defines instead of hardcoded numbers for RTCP typesMartin Storsjö2012-02-14
* smjpegdec: implement seekingPaul B Mahol2012-02-14
* swscale: Remove some write-only variables related to alpha handling.Diego Biurrun2012-02-14
* swscale: fix crashes in yuv2yuvX on x86-32.Ronald S. Bultje2012-02-13
* sunrast: Add fate test for gray8.Aneesh Dogra2012-02-13
* rtpdec: Use 4 byte startcodes for H.264Matthew Szatmary2012-02-13
* matroskadec: Mark variable as av_unused.Diego Biurrun2012-02-13
* Move some conditionally used variables into the block where they are used.Diego Biurrun2012-02-13
* Drop some completely unnecessary av_unused attributes.Diego Biurrun2012-02-13
* swscale: Remove unused variable alpMmxFilter.Diego Biurrun2012-02-13
* Drop unnecessary av_uninit attributes from some variable declarations.Diego Biurrun2012-02-13
* movenc: Support muxing wmapro in ismv/ismaMartin Storsjö2012-02-13
* mpegtsenc: Add an AVOption for forcing a new PAT/PMT/SDT to be writtenMartin Storsjö2012-02-13
* swscale: move YUV2PACKED16WRAPPER() macro down to where it is used.Ronald S. Bultje2012-02-13
* swscale: handle gray16 as a "planar" YUV format (Y-only, of course).Ronald S. Bultje2012-02-13
* swscale: use yuv2packed1() functions for unscaled chroma also.Ronald S. Bultje2012-02-13
* swscale: fix incorrect chroma bias in yuv2rgb48_1_c().Ronald S. Bultje2012-02-13
* swscale: fix invalid memory accesses in yuvpacked1() functions.Ronald S. Bultje2012-02-13
* Move PS2 MMI code below the mips subdirectory, where it belongs.Diego Biurrun2012-02-13
* mips: Move MMI function declarations to a header.Diego Biurrun2012-02-13
* build: Set correct dependencies for rtmp* protocols implemented by librtmp.Diego Biurrun2012-02-13
* swscale: convert yuv2yuvX() to using named arguments.Ronald S. Bultje2012-02-12
* swscale: rename "dstw" to "w" to prevent name collisions.Ronald S. Bultje2012-02-12
* swscale: use named registers in yuv2yuv1_plane() place.Ronald S. Bultje2012-02-12
* lavf: fix aspect ratio mismatch message.Andrey Utkin2012-02-12
* avconv: set AVFormatContext.duration from '-t'Andrey Utkin2012-02-12
* cljr: implement encode2.Anton Khirnov2012-02-12
* cljr: set the properties of the coded_frame, not input frame.Anton Khirnov2012-02-12
* dnxhdenc: switch to encode2.Anton Khirnov2012-02-12
* bmpenc: switch to encode2().Anton Khirnov2012-02-12
* FATE: update reference for seek-alac_mp4Justin Ruggles2012-02-11
* sunrast: Return AVERROR values instead of -1.Aneesh Dogra2012-02-11
* sunrast: Add support for gray8 decoding.Aneesh Dogra2012-02-11
* swscale: enforce a minimum filtersize.Ronald S. Bultje2012-02-11
* alacenc: use AVCodec.encode2()Justin Ruggles2012-02-11
* alacenc: cosmetics: indentationJustin Ruggles2012-02-11
* alacenc: consolidate bitstream writing into a single function.Justin Ruggles2012-02-11
* alacenc: only encode frame size in header for a final smaller frameJustin Ruggles2012-02-11
* alacenc: store current frame size in AlacEncodeContext.Justin Ruggles2012-02-11