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