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-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
2010-05-12Optimize decoding high freqs.Michael Niedermayer
2010-05-12Make lsf_sf_expand() 4 times faster.Michael Niedermayer
2010-05-11float based mp1/mp2/mp3 decoders.Michael Niedermayer
2010-05-11Set cur_channel in the AAC encoder context where needed.Alex Converse
2010-05-11Remove unused FRAC_RND() macro from mpegaudiodec.c.Michael Niedermayer
2010-05-11mlpdec: Comment channel_params field in struct SubStream.Nick Brereton
2010-05-11mlpdec: Allocate channel decoding parameters for each substream. Some fileNick Brereton
2010-05-11Adding missing () to mathops.h.Michael Niedermayer
2010-05-11Replace more "m" constraints with MANGLE to fix compilation issuesReimar Döffinger
2010-05-10Optimize decodeplane32().Sebastian Vater
2010-05-10Ensure that width and height are > 0. avcodec_open() itself only checks thatSebastian Vater
2010-05-10Check NAL unit size to avoid reading past the buffer.Thomas Devanneaux
2010-05-10Reorder nut specific codec tags and add a comment for marking them asStefano Sabatini
2010-05-10Add missing nut-specific codec tags for rawvideo pixel formats.Stefano Sabatini
2010-05-10Make the codec tags for the yuvjXXX pixel formats the same as theStefano Sabatini
2010-05-10Add support to the Y411 codec tag, corresponding to the rawvideo pixelStefano Sabatini
2010-05-10Remove "bps" parameter to decodeplane8/32(), it's unused.Sebastian Vater
2010-05-09IFF: decode last 8 pixels per lineMåns Rullgård