Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-14rv30: check block type validityJanne Grunau
2012-02-14ttadec: CRC checkingPaul B Mahol
2012-02-14rv34: handle size changes during frame multithreadingJanne Grunau
2012-02-14rv40: prevent undefined signed overflow in rv40_loop_filter()Janne Grunau
2012-02-14rv34: use AVERROR return values in ff_rv34_decode_frame()Janne Grunau
2012-02-14rv34: use uint16_t for RV34DecContext.deblock_coefsJanne Grunau
2012-02-13Drop unnecessary av_uninit attributes from some variable declarations.Diego Biurrun
2012-02-13Move PS2 MMI code below the mips subdirectory, where it belongs.Diego Biurrun
2012-02-13mips: Move MMI function declarations to a header.Diego Biurrun
2012-02-12cljr: implement encode2.Anton Khirnov
2012-02-12cljr: set the properties of the coded_frame, not input frame.Anton Khirnov
2012-02-12dnxhdenc: switch to encode2.Anton Khirnov
2012-02-12bmpenc: switch to encode2().Anton Khirnov
2012-02-12sunrast: Return AVERROR values instead of -1.Aneesh Dogra
2012-02-11sunrast: Add support for gray8 decoding.Aneesh Dogra
2012-02-11alacenc: use AVCodec.encode2()Justin Ruggles
2012-02-11alacenc: cosmetics: indentationJustin Ruggles
2012-02-11alacenc: consolidate bitstream writing into a single function.Justin Ruggles
2012-02-11alacenc: only encode frame size in header for a final smaller frameJustin Ruggles
2012-02-11alacenc: store current frame size in AlacEncodeContext.Justin Ruggles
2012-02-11alacenc: return AVERROR codes in alac_encode_frame()Justin Ruggles
2012-02-11alacenc: calculate a new max frame size for the final small frameJustin Ruggles
2012-02-11alacenc: pretty-printing and other cosmeticsJustin Ruggles
2012-02-11alacenc: fix error handling and potential memleaks in alac_encode_init()Justin Ruggles
2012-02-11alacenc: do not set coded_frame->key_frameJustin Ruggles
2012-02-11alacenc: do not set bits_per_coded_sampleJustin Ruggles
2012-02-11alacenc: remove unneeded frame_size check in alac_encode_frame()Justin Ruggles
2012-02-11tta: error out if samplerate is zero.Ronald S. Bultje
2012-02-11ttadec: fix invalid free when an error occurs while decoding 24-bit ttaJustin Ruggles
2012-02-11wavpack: add needed braces for 2 statements inside an if blockJustin Ruggles
2012-02-11v210enc: remove redundant check for pix_fmtPaul B Mahol
2012-02-11wavpack: allow user to disable CRC checkingPaul B Mahol
2012-02-11v210enc: Use Bytestream2 functionsAneesh Dogra
2012-02-10Check AVCodec.pix_fmts in avcodec_open2()Paul B Mahol
2012-02-10svq3: Prevent illegal reads while parsing extradata.Alex Converse
2012-02-10remove ParseContext1Rafaël Carré
2012-02-10vc1: use ff_parse_closeRafaël Carré
2012-02-10mpegvideo parser: move specific fields into private contextRafaël Carré
2012-02-10mpeg4video parser: move specific fields into private contextRafaël Carré
2012-02-10cavs parser: fix parser context typeRafaël Carré
2012-02-104xm, timefilter: K&R formatting cosmeticsYordan Makariev
2012-02-10h264: disallow constrained intra prediction modes for luma.Ronald S. Bultje
2012-02-10dv: Move tables from dvdata.h to dvdata.cAlex Converse
2012-02-10dv: Move a table used only by the demuxer out of a shared header.Alex Converse
2012-02-10dv: Move functions used only by the encoder out of a shared header.Alex Converse
2012-02-10dv: Split dvdata.h into dvdata.h and dvquant.hAlex Converse
2012-02-10avcodec: set avpkt->size to 0 if encode2() did not output a packetJustin Ruggles
2012-02-10avcodec: for audio encoding, set packet dts to packet pts.Justin Ruggles
2012-02-10ac3dsp: do not use pshufb in ac3_extract_exponents_ssse3()Justin Ruggles
2012-02-10ac3dec: Move center and surround mix level tables to the parser.Michael Niedermayer