summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* sgi encoder does not support pal8Baptiste Coudurier2009-05-10
* rgb555le, rgb565le, rgb565be, bgr24 in .mov muxingBaptiste Coudurier2009-05-10
* bgra in .mov muxingBaptiste Coudurier2009-05-10
* correct pixfmt for argbBaptiste Coudurier2009-05-10
* rgba in .mov muxingBaptiste Coudurier2009-05-10
* reindentBaptiste Coudurier2009-05-10
* check for palette presence, fix crash with QT-BMP.mov, issue #1074Baptiste Coudurier2009-05-10
* Remove dead nested assignment found by CSABenjamin Larsson2009-05-10
* Remove unused code found by CSABenjamin Larsson2009-05-10
* Add const qualifier to param argument of sws_getContext() andDiego Biurrun2009-05-10
* Move preprocessor condition before variable declaration, fixes the warning:Diego Biurrun2009-05-10
* ensure first pts is set, according to specsBaptiste Coudurier2009-05-10
* remove useless max_payload_size variableBaptiste Coudurier2009-05-10
* do not write dts if pts is not setBaptiste Coudurier2009-05-10
* fix total bitrate computation, based on patch by corp186, chasedouglas at gma...Baptiste Coudurier2009-05-10
* update comment for rgb 16 bit in .movBaptiste Coudurier2009-05-10
* Add @code/@endcode commands to markup C code in av_tree_insert() doxy.Stefano Sabatini2009-05-09
* Add missing '*' to av_tree_insert() doxy.Stefano Sabatini2009-05-09
* Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.Diego Biurrun2009-05-09
* Add missing const qualifiers to AltiVec function parameters where appropriate.Diego Biurrun2009-05-09
* data parameter of dnxhd_encode_picture() should not be const.Daniel Verkamp2009-05-08
* "[" is a terminating char for the filter name. This fixes the parsing ofVitor Sessak2009-05-08
* Correct x/ymin to avoid segfault due to out of picture reads.Michael Niedermayer2009-05-08
* Fix sliced yuv410 -> yuv420 conversionVitor Sessak2009-05-07
* Warning fix: Make ogg_stream.codec constDaniel Verkamp2009-05-06
* Change codec_id type to enum CodecID, fix warning.Daniel Verkamp2009-05-06
* Update docs after the 8088flex TMV demuxer and decoder addition.Daniel Verkamp2009-05-06
* Add 8088flex TMV file demuxer.Daniel Verkamp2009-05-06
* Add 8088flex TMV video decoder.Daniel Verkamp2009-05-06
* Add CGA and palette data for 8088flex TMV decoder.Daniel Verkamp2009-05-06
* mlpdec: Fix possible writing out of array bounds introduced by beingRamiro Polla2009-05-06
* mlpdec: Split sync word error and MLP sync word check.Ramiro Polla2009-05-06
* mlpdec: Fix indentation that got mangled from copy&paste.Ramiro Polla2009-05-06
* Accept "bikeshed" as a random color.Ramiro Polla2009-05-06
* Add 32-bit RGB support to TIFF decoder and extend a bit 'unsupported format' ...Kostya Shishkov2009-05-06
* Add floating point audio decoding to WavPack decoder.Laurent Aimar2009-05-06
* Prepare WavPack decoder to support floating point output.Laurent Aimar2009-05-06
* cosmetics: line wrap and vertical alignmentJustin Ruggles2009-05-06
* ac3dec: Remove unneeded context variable, num_cpl_subbands. It is alsoJustin Ruggles2009-05-06
* cosmetics: indentation after last commitJustin Ruggles2009-05-05
* ac3dec: move channel remapping to outside of block loopJustin Ruggles2009-05-05
* Implement av_parse_color().Stefano Sabatini2009-05-05
* Extract colorspace fields from MPEG1/2.Michael Niedermayer2009-05-05
* mpegaudio: enclose SUM8() macro args in parens when usedMåns Rullgård2009-05-05
* mpegaudio: avoid unnecessary copy in high-precision modeMåns Rullgård2009-05-05
* mpegaudio: use av_clip()Måns Rullgård2009-05-05
* Add colorspace fields to AVCodecContext.Michael Niedermayer2009-05-05
* Cosmetics: Fix indentation after r18741.Carl Eugen Hoyos2009-05-05
* Do not discard mp3 frames in the parser after a broken frame.Michael Niedermayer2009-05-05
* Factorize out integer sample value decoding for WavPack.Laurent Aimar2009-05-05