summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Implement av_get_codec_tag_string() and use it in ffprobe.Stefano Sabatini2010-06-02
* ffserver: Allow floating point audio bit ratesMartin Storsjö2010-06-02
* arm neon: Add missing mangle to external symbolDavid Conrad2010-06-01
* Do not check_lib for -lva if vaapi is disabled, having -lva in extralibsReimar Döffinger2010-06-01
* Add an entry to APIchanges for the addition of sws_convertPalette8ToPacked32 -24Reinhard Tartler2010-06-01
* Change default number of channels (used if unspecified in the format desc)Ronald S. Bultje2010-06-01
* Print an error when MAX_STREAMS is reached.Michael Niedermayer2010-06-01
* deprecate palette8topacked32 in favor of public API functions sws_convertPale...Reinhard Tartler2010-06-01
* ARM: NEON clear_block[s]Måns Rullgård2010-06-01
* Move get_buffer() calls from decode_init() to decode_frame(). Anything else isSebastian Vater2010-06-01
* Rename @chapter "Quick Start" to "Examples", for consistency with theStefano Sabatini2010-06-01
* Fix texi2pod.pl rendering of the Tips section by putting each @itemStefano Sabatini2010-06-01
* Make texi2pod.pl accept @itemize commands with no following characterStefano Sabatini2010-06-01
* Merge @chapter Introduction and @chapter Description into a singleStefano Sabatini2010-06-01
* Move internal scale context fields initialization fromStefano Sabatini2010-06-01
* Fix eval-test compilation.Stefano Sabatini2010-06-01
* Cosmetics: reindent and break some overly long line.Stefano Sabatini2010-06-01
* Cosmetics: consistently apply K&R style.Stefano Sabatini2010-06-01
* Cosmetics: rename ff_parse_expr() and ff_parse_and_eval_expr() parameters:Stefano Sabatini2010-06-01
* Make ff_parse_expr() and ff_parse_and_eval_expr() return an intStefano Sabatini2010-06-01
* Declare the url_write buffer parameter as constMartin Storsjö2010-06-01
* remove palette8torgb15 and palette8tobgr15Reinhard Tartler2010-06-01
* ffmpeg: offer alternatives for experimental codecs if they existJanne Grunau2010-05-31
* ffmpeg: fail if user selected codec is experimental and strict_std_compliance...Janne Grunau2010-05-31
* Pass codec pixel format list to get_format, if present, fix vdpau decodingBaptiste Coudurier2010-05-31
* Add a short note about libvpx.Diego Biurrun2010-05-31
* Prevent au_read_packet() looping endlessly when .au file contains unsupported...Peter Ross2010-05-31
* Make dequantization equation use less registers on some CPUs.Maxim Poliakovski2010-05-30
* Remove unused variables.Maxim Poliakovski2010-05-30
* automatically enable buffer_filter when compiling ffmpegPeter Ross2010-05-30
* Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.Diego Biurrun2010-05-30
* The GPL-licensed optimizations in libswscale have been replaced.Diego Biurrun2010-05-30
* Remove GPL-licensed YUV to RGB MMX routines.Diego Biurrun2010-05-30
* ARM: NEON optimised dct_unquantize_h263_{intra,inter}Måns Rullgård2010-05-29
* Require --enable-nonfree flag for libvpx.Diego Biurrun2010-05-29
* 321l: do not use shifted s->linesize instead of correct s->uvlinesize.Kostya Shishkov2010-05-29
* In h264 decoder, use jpeg yuv pixel format when full range is set in vuiBaptiste Coudurier2010-05-28
* aacenc: Remove an unnecessary division from the TLS.Alex Converse2010-05-28
* Cosmetics: whitespaceAlex Converse2010-05-28
* aacenc: Remove unnecessary variables and scopes in the TLS.Alex Converse2010-05-28
* Cleanup prev commit, flag variable should start with 0Howard Chu2010-05-28
* Parse avctx->extradata if available.Howard Chu2010-05-28
* Reindent after r23361.Francesco Lavra2010-05-28
* Use ff_rm_codec_tags[] in RM muxer. This, incidentally, also allows muxingFrancesco Lavra2010-05-28
* Move rm_codec_tags to rm.c so muxer/demuxer can share it.Francesco Lavra2010-05-28
* vp3: 10l Fix DC-only IDCT for C and ARM tooDavid Conrad2010-05-28
* vp3: The DC-only IDCT is surprisingly not supposed to be bitexact to theDavid Conrad2010-05-28
* On2 IVF demuxerDavid Conrad2010-05-27
* Make sure that when the parser is feeded with frame==packet that theMichael Niedermayer2010-05-27
* aacdec: Clarify a channel mapping comment.Cyril Russo2010-05-27