summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Change avfilter_add_colorspace() to make it accept **avff rather thanStefano Sabatini2010-01-06
* Fix entry on concatenating multiple yuv4mpegpipe streams.John Van Sickle2010-01-06
* add another mjpeg fourcc to riff.c listBen Littler2010-01-05
* Use correct context for av_log(), should prevent a crash for malformed files.Francesco Lavra2010-01-05
* Add a few explanatory comments to cornercase workarounds.Diego Biurrun2010-01-05
* Replace array operator [] with direct access via pointer.Thilo Borgmann2010-01-05
* Cosmetics: Fix indentation and comment after r21027.Carl Eugen Hoyos2010-01-05
* Support decoding raw 2bpp in mov, fixes issue 1528.Carl Eugen Hoyos2010-01-05
* Improve readability of 4bpp raw decoder and prepare for supporting 2bpp.Carl Eugen Hoyos2010-01-05
* cosmetics, remove useless parentheses, add spaceBaptiste Coudurier2010-01-04
* simplify error handling in mov_read_defaultBaptiste Coudurier2010-01-04
* remove no more needed MOVAtom.offset fieldBaptiste Coudurier2010-01-04
* remove useless code skipping data at end of hdlr atom, already done in mov_re...Baptiste Coudurier2010-01-04
* Register myself as libdirac libschroedinger and libtheora maintainerDavid Conrad2010-01-04
* Remove forward declarations.Ronald S. Bultje2010-01-04
* Reindent after last commitVitor Sessak2010-01-04
* Add missing "static" qualifierVitor Sessak2010-01-04
* Mark http_log() as static; it is only used in this file.Diego Biurrun2010-01-04
* Fix VDPAU check to avoid printing spurious messages to the console.Diego Biurrun2010-01-04
* Add myself as HTTP maintainer.Ronald S. Bultje2010-01-04
* Do not print libvdpau upgrade advice on platforms without vdpauJai Menon2010-01-04
* The H.263 wrong_run table is only for encoding; only enable it in such cases.avcoder2010-01-04