summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-0714-3884/+4113
* handler can be NULL if we did not support this dynamic format (codec).Ronald S. Bultje2010-01-071-1/+1
* Make avfilter_formats_unref(AVFilterFormats **ref) handle the caseStefano Sabatini2010-01-072-3/+7
* Use the @return doxy command, and extend documentation for the returnStefano Sabatini2010-01-071-1/+2
* Avoid the use of the modal auxiliary "should" in theStefano Sabatini2010-01-071-2/+2
* Add multi-channel correlation support for ALS.Thilo Borgmann2010-01-071-21/+269
* Fix doxy, use third person.Stefano Sabatini2010-01-071-1/+1
* Add correct log context to av_log() calls in parse_rtpmap().Ronald S. Bultje2010-01-071-6/+7
* Re-indent to more closely follow general coding standards used in otherRonald S. Bultje2010-01-071-222/+240
* Fix red/blue swap for 4xa files.Carl Eugen Hoyos2010-01-071-1/+1
* Optimize short-term prediction by reducing index arithmetic.Thilo Borgmann2010-01-071-6/+19
* Silence calls to git in version.sh.Ramiro Polla2010-01-071-2/+2
* Check for VERSION in source dir.Ramiro Polla2010-01-071-1/+1
* Add an entry for the sws_isSupportedInput() andStefano Sabatini2010-01-071-0/+3
* Implement sws_isSupportedInput() and sws_isSupportedOutput().Stefano Sabatini2010-01-072-2/+26
* Check for snapshot_version in source dir.Ramiro Polla2010-01-071-1/+1
* Add some const qualifiers.Michael Niedermayer2010-01-071-2/+2
* Document decide_ac_pred() and restore_ac_coeffs().Michael Niedermayer2010-01-071-0/+14
* Move restore_ac_coeffs() call into decode_ac_pred().Michael Niedermayer2010-01-071-3/+6
* Move restore_ac_coeffs() up so its declared before its use.Michael Niedermayer2010-01-071-23/+23
* More doxyMichael Niedermayer2010-01-071-0/+7
* Document ff_h263_show_pict_info().Michael Niedermayer2010-01-071-0/+4
* Factorize if() surrounding every ff_h263_show_pict_info() call.Michael Niedermayer2010-01-072-3/+2
* Always set the destination address even if no port was found.Martin Storsjö2010-01-071-1/+1
* Check the URL used for the SDP destination.Martin Storsjö2010-01-071-1/+11
* Remove const to avoid a bunch of GCC warnings against discarded qualifiers andZuxy Meng2010-01-071-2/+2
* 2 more if(CONFIG_*_DECODER)Michael Niedermayer2010-01-071-2/+2
* Split out intel H263 decoder.Michael Niedermayer2010-01-075-114/+137
* flv.h should ideally be included in flvdec.cMichael Niedermayer2010-01-071-0/+1
* Move forgotton "AVCodec flv_encoder" over to flvenc.c.Michael Niedermayer2010-01-072-12/+12
* Split flv decoding out.Michael Niedermayer2010-01-076-112/+139
* Split out flv encoding.Michael Niedermayer2010-01-076-63/+116
* Document aspect_to_info().Michael Niedermayer2010-01-071-0/+5
* Cleanup aspect_to_info().Michael Niedermayer2010-01-071-6/+5
* Document several more things.Michael Niedermayer2010-01-071-0/+17
* Document *VLC_BITS.Michael Niedermayer2010-01-071-0/+4
* Simplify h263_get_picture_format().Michael Niedermayer2010-01-071-9/+6
* Mark h263_get_picture_format() av_const to indicate that it has no funnyMichael Niedermayer2010-01-071-1/+1
* Document h263_get_picture_format().Michael Niedermayer2010-01-071-0/+7
* Fix stream copy & transcoding one stream at the same time.Michael Niedermayer2010-01-071-15/+17
* Correct indention.Michael Niedermayer2010-01-071-2/+2
* Move the definitions of data_buf and data_size closer to where they are used.Michael Niedermayer2010-01-071-2/+3
* 100l: Fix compilation after r21037.Carl Eugen Hoyos2010-01-061-1/+1
* Stop the approximation in bessel() once it does no longer improve.Michael Niedermayer2010-01-061-1/+3
* Handle more ADPCM codecs in av_get_bits_per_sample().Daniel Verkamp2010-01-062-1/+4
* Add an entry for the avfilter_add_colorspace() API change.Stefano Sabatini2010-01-061-0/+4
* Change avfilter_add_colorspace() to make it accept **avff rather thanStefano Sabatini2010-01-062-11/+16
* Fix entry on concatenating multiple yuv4mpegpipe streams.John Van Sickle2010-01-061-1/+6
* add another mjpeg fourcc to riff.c listBen Littler2010-01-051-0/+1
* Use correct context for av_log(), should prevent a crash for malformed files.Francesco Lavra2010-01-051-3/+7
OpenPOWER on IntegriCloud