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
2010-05-25Correct golomb vlc decoding tables.Michael Niedermayer
2010-05-25Headers for libvpx are installed into vpx subdirectory.Carl Eugen Hoyos
2010-05-25theora: Don't read an excess bit for maximum length long bit runs if the runDavid Conrad
2010-05-25VP8 decoding via libvpx.James Zern
2010-05-24Fix documentation of av_audio_convert.Cyril Russo
2010-05-23Document CODEC_FLAG_EMU_EDGE and avcodec_align_dimensions interaction.Reimar Döffinger
2010-05-22Rename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFormatBpsMOV toStefano Sabatini
2010-05-22Rename findPixelFormat() to find_pix_fmt().Stefano Sabatini
2010-05-21Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags.Stefano Sabatini
2010-05-21Fix doxy reference to unexisting function.Stefano Sabatini
2010-05-20Change eval API to take parent log context and log level offset.Michael Niedermayer
2010-05-20fix x264 encoding when delay is > number of input framesBaptiste Coudurier
2010-05-20Add a chomp BSF to consume zero padding at the end of a packet.Alex Converse
2010-05-20Make aac_decode_frame() consume zero padding at the end of a packet.Alex Converse
2010-05-20Bump minor version for CODEC_ID_VP8David Conrad
2010-05-19Add VP8 CODEC_IDGoogle
2010-05-19Fix signedness of q_delta field of the IVIMbInfo.Maxim Poliakovski
2010-05-18Factorize some code into the new function ff_toupper4().Francesco Lavra
2010-05-18Add log_level_offset to AVCodecContext.Stefano Sabatini
2010-05-17Fix typo ('B', 'O', 'W', '1') => ('B', '0', 'W', '1')Benoit Fouet
2010-05-17Change the order of parameters for ff_eval_expr() andStefano Sabatini
2010-05-17Factorize code into a single function.Sebastian Vater
2010-05-16Add missing rawvideo pixel formats to codec tags mappings for nut.Stefano Sabatini
2010-05-16Add NV12 and NV21 AVI tags.Stefano Sabatini
2010-05-15Reindent after last commit on dxva2 h264 AVHWAccel.Laurent Aimar
2010-05-15Fixed h264 long term support with dxva2 AVHWAccel.Laurent Aimar
2010-05-14fmaxf -> FFMAX to fix pre-C99 systemsAlex Converse
2010-05-14aacenc: Add a rate only trellis for codebook selection for the TLS.Alex Converse
2010-05-14aacenc: Use exact values when quantizing, not fuzzy values.Alex Converse
2010-05-14aacenc: Use an estimated codebook for the TLS (two loop search).Alex Converse
2010-05-14aacenc: Select the TLS (two-loop search) as the default scalefactor coder.Alex Converse
2010-05-14aacenc: Fix psy logic.Alex Converse
2010-05-14Fix compilation of AC3 decoder if E-AC3 decoder was disabled.Carl Eugen Hoyos
2010-05-13Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemail com>.Sebastian Vater
2010-05-13Grayscale support. Patch by Sebastian Vater <cdgs basty googlemail com>.Sebastian Vater
2010-05-13Add mpegaudiodec_float.o dependency on tables header with hardcoded tablesMåns Rullgård
2010-05-131.0 and the resulting exactly representable value must be marked as float as ...Michael Niedermayer
2010-05-13Cast constants to float to avoid gcc converting to and fromMichael Niedermayer
2010-05-13Use standard C for implementing sign_extend() and zero_extend().Michael Niedermayer
2010-05-13Reindent after r23112.Sebastian Vater
2010-05-13Move handling of paletted data to the IFF demuxer. This allows futureSebastian Vater
2010-05-13Handle palette underflows, fill remaining space with black (zero) data.Sebastian Vater
2010-05-13Move a while(..){..} -> do{..}while(..), slightly faster.Sebastian Vater
2010-05-13Fix compilation with low precission mpeg audio decoding.Michael Niedermayer
2010-05-13Fix mpegaudio tablegen.Michael Kostylev
2010-05-13Support writing 2d float arrays.Michael Kostylev
2010-05-13change a variable-length array to a malloc.Loren Merritt
2010-05-12Set coded_frame to NULL when closing a codec, since it mightReimar Döffinger
2010-05-12Do the same sign flip optimization to the low freq decoder.Michael Niedermayer
2010-05-12Factorize READ_FLIP_SIGN() optimization outMichael Niedermayer