summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Move restore_ac_coeffs() call into decode_ac_pred().Michael Niedermayer2010-01-07
* Move restore_ac_coeffs() up so its declared before its use.Michael Niedermayer2010-01-07
* More doxyMichael Niedermayer2010-01-07
* Document ff_h263_show_pict_info().Michael Niedermayer2010-01-07
* Factorize if() surrounding every ff_h263_show_pict_info() call.Michael Niedermayer2010-01-07
* Always set the destination address even if no port was found.Martin Storsjö2010-01-07
* Check the URL used for the SDP destination.Martin Storsjö2010-01-07
* Remove const to avoid a bunch of GCC warnings against discarded qualifiers andZuxy Meng2010-01-07
* 2 more if(CONFIG_*_DECODER)Michael Niedermayer2010-01-07
* Split out intel H263 decoder.Michael Niedermayer2010-01-07
* flv.h should ideally be included in flvdec.cMichael Niedermayer2010-01-07
* Move forgotton "AVCodec flv_encoder" over to flvenc.c.Michael Niedermayer2010-01-07
* Split flv decoding out.Michael Niedermayer2010-01-07
* Split out flv encoding.Michael Niedermayer2010-01-07
* Document aspect_to_info().Michael Niedermayer2010-01-07
* Cleanup aspect_to_info().Michael Niedermayer2010-01-07
* Document several more things.Michael Niedermayer2010-01-07
* Document *VLC_BITS.Michael Niedermayer2010-01-07
* Simplify h263_get_picture_format().Michael Niedermayer2010-01-07
* Mark h263_get_picture_format() av_const to indicate that it has no funnyMichael Niedermayer2010-01-07
* Document h263_get_picture_format().Michael Niedermayer2010-01-07
* Fix stream copy & transcoding one stream at the same time.Michael Niedermayer2010-01-07
* Correct indention.Michael Niedermayer2010-01-07
* Move the definitions of data_buf and data_size closer to where they are used.Michael Niedermayer2010-01-07
* 100l: Fix compilation after r21037.Carl Eugen Hoyos2010-01-06
* Stop the approximation in bessel() once it does no longer improve.Michael Niedermayer2010-01-06
* Handle more ADPCM codecs in av_get_bits_per_sample().Daniel Verkamp2010-01-06
* Add an entry for the avfilter_add_colorspace() API change.Stefano Sabatini2010-01-06