summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add @code/@endcode commands to markup C code in av_tree_insert() doxy.Stefano Sabatini2009-05-091-1/+2
* Add missing '*' to av_tree_insert() doxy.Stefano Sabatini2009-05-091-1/+1
* Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.Diego Biurrun2009-05-091-0/+2
* Add missing const qualifiers to AltiVec function parameters where appropriate.Diego Biurrun2009-05-093-7/+11
* data parameter of dnxhd_encode_picture() should not be const.Daniel Verkamp2009-05-081-1/+1
* "[" is a terminating char for the filter name. This fixes the parsing ofVitor Sessak2009-05-081-1/+1
* Correct x/ymin to avoid segfault due to out of picture reads.Michael Niedermayer2009-05-082-6/+6
* Fix sliced yuv410 -> yuv420 conversionVitor Sessak2009-05-071-4/+8
* Warning fix: Make ogg_stream.codec constDaniel Verkamp2009-05-061-1/+1
* Change codec_id type to enum CodecID, fix warning.Daniel Verkamp2009-05-061-1/+1
* Update docs after the 8088flex TMV demuxer and decoder addition.Daniel Verkamp2009-05-062-0/+3
* Add 8088flex TMV file demuxer.Daniel Verkamp2009-05-063-0/+158
* Add 8088flex TMV video decoder.Daniel Verkamp2009-05-064-0/+105
* Add CGA and palette data for 8088flex TMV decoder.Daniel Verkamp2009-05-062-0/+184
* mlpdec: Fix possible writing out of array bounds introduced by beingRamiro Polla2009-05-061-0/+9
* mlpdec: Split sync word error and MLP sync word check.Ramiro Polla2009-05-061-3/+8
* mlpdec: Fix indentation that got mangled from copy&paste.Ramiro Polla2009-05-061-4/+4
* Accept "bikeshed" as a random color.Ramiro Polla2009-05-061-0/+9
* Add 32-bit RGB support to TIFF decoder and extend a bit 'unsupported format' ...Kostya Shishkov2009-05-061-1/+9
* Add floating point audio decoding to WavPack decoder.Laurent Aimar2009-05-062-13/+131
* Prepare WavPack decoder to support floating point output.Laurent Aimar2009-05-061-17/+17
* cosmetics: line wrap and vertical alignmentJustin Ruggles2009-05-061-7/+6
* ac3dec: Remove unneeded context variable, num_cpl_subbands. It is alsoJustin Ruggles2009-05-062-8/+3
* cosmetics: indentation after last commitJustin Ruggles2009-05-051-2/+2
* ac3dec: move channel remapping to outside of block loopJustin Ruggles2009-05-051-3/+3
* Implement av_parse_color().Stefano Sabatini2009-05-052-0/+225
* Extract colorspace fields from MPEG1/2.Michael Niedermayer2009-05-051-3/+4
* mpegaudio: enclose SUM8() macro args in parens when usedMåns Rullgård2009-05-051-8/+8
* mpegaudio: avoid unnecessary copy in high-precision modeMåns Rullgård2009-05-051-9/+9
* mpegaudio: use av_clip()Måns Rullgård2009-05-051-10/+2
* Add colorspace fields to AVCodecContext.Michael Niedermayer2009-05-052-0/+69
* Cosmetics: Fix indentation after r18741.Carl Eugen Hoyos2009-05-051-4/+4
* Do not discard mp3 frames in the parser after a broken frame.Michael Niedermayer2009-05-051-4/+0
* Factorize out integer sample value decoding for WavPack.Laurent Aimar2009-05-051-33/+26
* dvh1 avi fourcc, dvh1_sample_truncated.avi, issue #1034Baptiste Coudurier2009-05-051-0/+1
* more dvcprohd .mov fourcc, see #1034Baptiste Coudurier2009-05-051-0/+3
* Change VOFW for x86 to 5120, it allows larger images to be scaled and wasMichael Niedermayer2009-05-051-1/+6
* PPC: implement MULH() in assemblerMåns Rullgård2009-05-041-0/+7
* Do not scan for MP3 header after the given buffer and return skippedZdenek Kabelac2009-05-041-2/+4
* Add note about nonfree license of libfaac.Diego Biurrun2009-05-041-3/+4
* Properly handle SILENCE frame. Patch by Kenan Gillet.Kenan Gillet2009-05-041-1/+1
* Remove dead assignments found by CSABenjamin Larsson2009-05-033-5/+1
* Check whether extra bits block has enough data.Laurent Aimar2009-05-031-0/+8
* Remove dead assignments found by CSABenjamin Larsson2009-05-023-8/+0
* Remove dead assignments found by CSABenjamin Larsson2009-05-022-9/+3
* Fix chroma shift when scaling from ARGB on LE and BGRA on BECédric Schieli2009-05-021-1/+1
* Decode extended bitstream for high-precision WavPack files.Laurent Aimar2009-05-021-2/+50
* Use new packet reading API, fixes a memory leak.Zdenek Kabelac2009-05-011-0/+3
* Prefer (void) over () in function prototype.Stefano Sabatini2009-05-011-1/+1
* Make graphparser.c use av_get_token().Stefano Sabatini2009-05-011-46/+4
OpenPOWER on IntegriCloud