summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* Do not declare a counter as unsigned when it is not neededVitor Sessak2008-07-29
* Cosmetics: rename loop counter vars to i,jVitor Sessak2008-07-29
* Cosmetics: rename loop counter vars to i,jVitor Sessak2008-07-29
* r14205 broke vorbis float_to_int on ppcLoren Merritt2008-07-29
* Use #define instead of a constant. Patch by Paul Kendall.Paul Kendall2008-07-29
* Small h264 decoding speed optimization: while->do/whileJason Garrett-Glaser2008-07-28
* Cosmetics: new lineVitor Sessak2008-07-28
* Remove the now useless phase variable from contextVitor Sessak2008-07-28
* increment minor version for commit r14412 (add sample_fmts infrastructure)Peter Ross2008-07-28
* Cosmetics: make comment match var nameVitor Sessak2008-07-28
* Cosmetics: align commentsVitor Sessak2008-07-28
* Rename two context vars: s/sb/sp_block/, s/lhist/gain_block/Vitor Sessak2008-07-28
* Declare temporary buffers to be only of the necessary sizeVitor Sessak2008-07-28
* Remove redundant commentsVitor Sessak2008-07-28
* Cosmetics: do not align with now removed next instructionVitor Sessak2008-07-28
* Cosmetics: remove braces and useless newlineVitor Sessak2008-07-28
* Change the way the input is passed to do_hybrid_filter(). Before, in[0] wasVitor Sessak2008-07-28
* Remove RA288Context.output buffer. This buffer is just RA288Context.sbVitor Sessak2008-07-28
* Add a few comments pointing to the G.728 specificationVitor Sessak2008-07-27
* Remove the history buffer from the context. It can easily be evaluatedVitor Sessak2008-07-27
* Remove unused variable.Diego Biurrun2008-07-27
* Rename two context buffers: pr{1,2} -> {sp,gain}_lpc. Also add a few doxyVitor Sessak2008-07-27
* Complete documentation for av_set_string().Stefano Sabatini2008-07-27
* Remove st1 and st2 temporary buffers in backward_filter() and use insteadVitor Sessak2008-07-27
* Change slightly the meaning of RA288Context.phase. ThisVitor Sessak2008-07-27