summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-09
* Remove unused PREFETCHW macroZuxy Meng2010-01-09
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-09
* Always initialize bit_depth_luma and bit_depth_chroma in the H264Laurent Aimar2010-01-09
* update my email addressPeter Ross2010-01-09
* Make the scale filter set in the input and output links only theStefano Sabatini2010-01-08
* Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c.Michael Niedermayer2010-01-08
* Change local variable type from unsigned int to int in order toThilo Borgmann2010-01-08
* Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init.Michael Niedermayer2010-01-08
* Ignore 0-height slice in sws_scale, otherwise a final 0-height slice willReimar Döffinger2010-01-08
* Use h263 tables in msmpeg4v1 dont duplicate them halfway.Michael Niedermayer2010-01-08
* Release cyuv/aura decoder bufferDaniel Verkamp2010-01-08
* AAC: add a const to decode_spectrum_and_dequant() argsMåns Rullgård2010-01-08
* Rename most non static h263 tables so their name contains h263.Michael Niedermayer2010-01-08
* Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readabilityMichael Niedermayer2010-01-08
* Rename DCtab_*, its a global variable and it helps understanding if mpeg4Michael Niedermayer2010-01-08
* Use the correct ByteIOContext in extradata parsing.Fixes half of issueRonald S. Bultje2010-01-08
* Snow : re-indent after r21093.Jai Menon2010-01-08
* Snow : remove pointless 'if(1)'.Jai Menon2010-01-08
* Remove useless line.Michael Niedermayer2010-01-08
* Fix indention.Michael Niedermayer2010-01-08
* Log unknown NAL code from correct contextAndreas Öman2010-01-08
* Snow : use non-NULL context for av_log.Jai Menon2010-01-08
* Cosmetics : remove duplicated comment.Jai Menon2010-01-08
* Explain why the level variable is magically inceased in mpeg4_encode_dc().Diego Biurrun2010-01-08
* Fix compilation on gcc 2.95.3 (still supported) broken by r21077,Stefano Sabatini2010-01-08
* fft-test: whitespace cosmeticsAlex Converse2010-01-08
* Snow : release buffers allocated using avctx->get_buffer.Jai Menon2010-01-08
* Set bits_per_coded_sample in the raw video encoder.Jai Menon2010-01-08
* Add a few CONFIG_MPEG4_DECODER that should be there.Michael Niedermayer2010-01-08
* Improve avformat_version() doxy.Art Clarke2010-01-08
* Currently, the replacement which is used if inet_aton isn't available,Martin Storsjö2010-01-08
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-07
* handler can be NULL if we did not support this dynamic format (codec).Ronald S. Bultje2010-01-07
* Make avfilter_formats_unref(AVFilterFormats **ref) handle the caseStefano Sabatini2010-01-07
* Use the @return doxy command, and extend documentation for the returnStefano Sabatini2010-01-07
* Avoid the use of the modal auxiliary "should" in theStefano Sabatini2010-01-07
* Add multi-channel correlation support for ALS.Thilo Borgmann2010-01-07
* Fix doxy, use third person.Stefano Sabatini2010-01-07
* Add correct log context to av_log() calls in parse_rtpmap().Ronald S. Bultje2010-01-07
* Re-indent to more closely follow general coding standards used in otherRonald S. Bultje2010-01-07
* Fix red/blue swap for 4xa files.Carl Eugen Hoyos2010-01-07
* Optimize short-term prediction by reducing index arithmetic.Thilo Borgmann2010-01-07
* Silence calls to git in version.sh.Ramiro Polla2010-01-07
* Check for VERSION in source dir.Ramiro Polla2010-01-07
* Add an entry for the sws_isSupportedInput() andStefano Sabatini2010-01-07
* Implement sws_isSupportedInput() and sws_isSupportedOutput().Stefano Sabatini2010-01-07
* Check for snapshot_version in source dir.Ramiro Polla2010-01-07
* Add some const qualifiers.Michael Niedermayer2010-01-07
* Document decide_ac_pred() and restore_ac_coeffs().Michael Niedermayer2010-01-07