summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* libavcodec: Add ff_ prefix to some nonstatic symbolsMartin Storsjö2012-02-15
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-15
* mpegvideo: Remove a leftover function declarationMartin Storsjö2012-02-15
* rtsp: Make rtsp_demuxer_class staticMartin Storsjö2012-02-15
* prores encoderKostya Shishkov2012-02-15
* prores: move data shared between decoder and encoder to common fileKostya Shishkov2012-02-15
* prores: fix multithreaded decoding case when slice quantisers are not the sameKostya Shishkov2012-02-15
* CDXL demuxer and decoderPaul B Mahol2012-02-14
* hls: Re-add legacy applehttp name to preserve interface compatibility.Alex Converse2012-02-14
* hlsproto: Rename the functions and contextMartin Storsjö2012-02-14
* hlsproto: Encourage users to try the hls demuxer instead of the protoMartin Storsjö2012-02-14
* doc: Move the hls protocol section into the right placeMartin Storsjö2012-02-14
* libavformat: Rename the applehttp protocol to hlsMartin Storsjö2012-02-14
* hls: Rename the functions and contextMartin Storsjö2012-02-14
* 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