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
2008-08-06Prevent low delay from being used with mpeg1.Michael Niedermayer
2008-08-05OKed sections of code from the SoC AAC decoderRobert Swain
2008-08-05Move shared tables to aactab.c and add declarations to aactab.h. Also sync withRobert Swain
2008-08-05AAC definitions and structures that have been OKed from the SoC AAC decoderRobert Swain
2008-08-05Use local variabes for *stride, where local variables exist.Michael Niedermayer
2008-08-05indentMichael Niedermayer
2008-08-05Simplify l1mv/l1ref calculation.Michael Niedermayer
2008-08-05simplify y_shift/ref_shift codeMichael Niedermayer
2008-08-05indentMichael Niedermayer
2008-08-05Factorize some code between temporal and spatial direct mode.Michael Niedermayer
2008-08-05Rename prodsum() function to convolve()Vitor Sessak
2008-08-05cosmetics: use a better function name than uncouple_channels()Justin Ruggles
2008-08-05cosmetics: change function name and comments to refer to block decodingJustin Ruggles
2008-08-05remove unneeded local variableJustin Ruggles
2008-08-05Port b4/b8_stride code from spatial direct mode to temporal.Michael Niedermayer
2008-08-05Use frame_num and reference instead of poc for matching frames for directMichael Niedermayer
2008-08-05*2 /2 is wrong for PAFF references, so do not do it.Michael Niedermayer
2008-08-05Port col_parity code from spatial mode to temporal mode,Michael Niedermayer
2008-08-05The code under FRAME_MBAFF for temporal direct mode MBs is needed for PAFF as...Michael Niedermayer
2008-08-05Remove redundant code.Michael Niedermayer
2008-08-05Fill ref_count/ref_poc for both fields of frames.Michael Niedermayer
2008-08-05Fix static leaks in h264.c.Art Clarke
2008-08-04Use ref_poc and ref_count from the correct field.Michael Niedermayer
2008-08-04Fix dist_scale_factor for long term reference pictures.Michael Niedermayer
2008-08-04Return an error when ff_jpegls_decode_picture fails.Mathieu Malaterre
2008-08-04Simplify PCM codec; replace switch() statements with av_get_bits_per_sample().Peter Ross
2008-08-04Simplify PCM codec; use sample_fmts field to set the avctx->sample_fmt field.Peter Ross
2008-08-04Make avcodec_string() and av_get_bits_per_sample() report the sample size for...Peter Ross
2008-08-04Use the correct collocated field in pred_direct_motion() when it differs in p...Michael Niedermayer
2008-08-04Read bitstream parameters for E-AC-3 streams before returning an error.Justin Ruggles
2008-08-04Hardcode the table for ungrouping 3 values in 5 bits. It will be reused byJustin Ruggles
2008-08-03use the same table for ungrouping exponents and bap=2 mantissasJustin Ruggles
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles
2008-08-03Remove useless mb_field_decoding_flag setting code that was at the wrong spot.Michael Niedermayer
2008-08-03mb_field_decoding_flag was not initializedMichael Niedermayer
2008-08-03Wrong constant used in default threshold value calculation forMathieu Malaterre
2008-08-03cosmetics: vertical alignmentJustin Ruggles
2008-08-03use MAX_BLOCKS for array size instead of 6Justin Ruggles
2008-08-03rearrange dimensions of pre_mantissa arrayJustin Ruggles
2008-08-03Add graceful error handling to avcodec_get_pix_fmt_name() and avcodec_get_pix...Peter Ross
2008-08-03Picture.ref_count/ref_poc have to be stored per field (actually also perMichael Niedermayer
2008-08-03do not fail on qscale==0 if error resilience is high, fix broken quicktime h2...Baptiste Coudurier
2008-08-02Mark add_png_paeth_prediction_* functions which are only used within this fileUoti Urpala
2008-08-01Modify av_audio_convert() to use AVAudioConvert context struct; add av_audio_...Peter Ross
2008-08-01Revert r14484 hunk that deleted the 'include avcodec.h' statement.Peter Ross
2008-08-01Use compression level to set mp3lame quality option.Nicolas George
2008-07-31fix mpeg 4:2:2 vis_qp and vis_mb_type debug, fix issue #471Baptiste Coudurier
2008-07-31Fix a potential out of array writing.Mathieu Malaterre
2008-07-31Write sample format description within avcodec_string()Peter Ross
2008-07-31Add sample format support functions: avcodec_get_sample_fmt_name(), avcodec_g...Peter Ross