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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-24tiff: Prevent overreads in the type_sizes array.Alex Converse
2012-02-24tiff: Make the TIFF_LONG and TIFF_SHORT types unsigned.Alex Converse
2012-02-24SBR DSP x86: implement SSE sbr_hf_g_filtChristophe GISQUET
2012-02-24SBR DSP x86: implement SSE sbr_sum_square_sseChristophe GISQUET
2012-02-24SBR DSP: use intptr_t for the ixh parameter.Christophe GISQUET
2012-02-23wavpack: Don't shift minclip/maxclipDerek Buitenhuis
2012-02-23lavc: drop encode() support for video.Anton Khirnov
2012-02-23snowenc: switch to encode2().Anton Khirnov
2012-02-23snowenc: don't abuse input picture for storing information.Anton Khirnov
2012-02-23a64multienc: switch to encode2().Anton Khirnov
2012-02-23a64multienc: don't write into output buffer when there's no output.Anton Khirnov
2012-02-23libxvid: switch to encode2().Anton Khirnov
2012-02-23tiffenc: switch to encode2().Anton Khirnov
2012-02-23tiffenc: properly forward error codes in encode_frame().Anton Khirnov
2012-02-23lavc: drop libdirac encoder.Anton Khirnov
2012-02-23gifenc: switch to encode2().Anton Khirnov
2012-02-23libvpxenc: switch to encode2().Anton Khirnov
2012-02-23flashsvenc: switch to encode2().Anton Khirnov
2012-02-23lcl: don't overwrite input memory.Ronald S. Bultje
2012-02-23libxavs: switch to encode2().Anton Khirnov
2012-02-23libxavs: add an AVClass at the beginning of XavsContext.Anton Khirnov
2012-02-23libxavs: split extradata writing out of encode_nals().Anton Khirnov
2012-02-23ljpegenc: switch to encode2().Anton Khirnov
2012-02-23truemotion2: error out if the huffman tree has no nodes.Ronald S. Bultje
2012-02-23asv1enc: switch to encode2().Anton Khirnov
2012-02-23libschroedingerenc: switch to encode2().Anton Khirnov
2012-02-23ffv1enc: switch to encode2().Anton Khirnov
2012-02-23libtheoraenc: switch to encode2().Anton Khirnov
2012-02-23jpeglsenc: switch to encode2().Anton Khirnov
2012-02-23lclenc: switch to encode2().Anton Khirnov
2012-02-23qtrleenc: switch to encode2().Anton Khirnov
2012-02-23flacdec: set channel_layout based on channel countJustin Ruggles
2012-02-23mov: set channel layout for AC-3 streams based on the 'dac3' atom infoJustin Ruggles
2012-02-22aac: fix infinite loop on end-of-frame with sequence of 1-bits.Alex Converse
2012-02-22mlpdec_parser: fix a few channel layouts.Tim Walker
2012-02-22prores: use natural integer type for the codebook indexChristophe GISQUET
2012-02-22mpegvideo_enc: only allocate output packet when we know there will be outputAnton Khirnov
2012-02-22sunrast: Add a sample request for RMP_RAW colormap.Aneesh Dogra
2012-02-22avcodec: do not override pts or duration from the audio encoderJustin Ruggles
2012-02-21Mark mutable static data const where appropriate.Alex Converse
2012-02-21dvbsubdec: avoid undefined signed left shift in RGBA macroJanne Grunau
2012-02-21mlpdec: use av_log_ask_for_sample()Paul B Mahol
2012-02-21png: make .long_name more descriptivePaul B Mahol
2012-02-21rv34: change most "int stride" into "ptrdiff_t stride".Ronald S. Bultje
2012-02-21adpcmenc: Use correct frame_size for Yamaha ADPCM.Justin Ruggles
2012-02-21avcodec: add ff_samples_to_time_base() convenience function to internal.hJustin Ruggles
2012-02-21adx parser: set durationJustin Ruggles
2012-02-21mlp parser: set duration instead of frame_sizeJustin Ruggles
2012-02-21gsm parser: set durationJustin Ruggles
2012-02-21mpegaudio parser: set duration instead of frame_sizeJustin Ruggles