summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* configure: use warn function for unrecognised --cc and --arch settingsMåns Rullgård2010-06-24
* configure: warn about missing yasmMåns Rullgård2010-06-24
* configure: add 'warn' functionMåns Rullgård2010-06-24
* tta: replace potentially huge VLAs with malloc/free in contextMåns Rullgård2010-06-24
* Remove typo: s/ingore/ignore/Luca Barbato2010-06-24
* Set an opaque alpha value when decoding rgba ffv1.Thad Ward2010-06-24
* asfdec: ensure number of streams is within bounds; remove VLA in asf_read_pts()Måns Rullgård2010-06-24
* Remove VLA in ff_kbd_window_init, limit window size to 1024Måns Rullgård2010-06-24
* vp6: convert VLA to fixed sizeMåns Rullgård2010-06-24
* Fix compilation on x64.Vitor Sessak2010-06-24
* Fix asm constraints in apply_window()Vitor Sessak2010-06-24
* alac: change VLAs to fixed sizeMåns Rullgård2010-06-24
* SSE-optimized MP3 floating point windowing functionsVitor Sessak2010-06-24
* Correctly return EOF for smacker videosAlexei Svitkine2010-06-24
* Fix dependencies for the ra_144 encoderFrancesco Lavra2010-06-24
* snow: remove unused parameter to mc_block()Måns Rullgård2010-06-23
* avoid conditional and division in chroma MV calculationStefan Gehrer2010-06-23
* flacenc: convert VLA to fixed sizeMåns Rullgård2010-06-23
* Move float-specific function to mpegaudiodec_float.cVitor Sessak2010-06-23
* Remove pointless condition in #ifVitor Sessak2010-06-23
* Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section.Alex Converse2010-06-23
* aactab: Tablegenify ff_aac_pow2sf_tab.Alex Converse2010-06-23
* Update x264asm header files to latest versions.Jason Garrett-Glaser2010-06-23
* Fix a typo, spotted by Diego.Ronald S. Bultje2010-06-23
* Add missing changelog entry for VP8 decoder.Ronald S. Bultje2010-06-23
* Add required #includes to pass 'make checkheaders'.Diego Biurrun2010-06-23
* ReindentMartin Storsjö2010-06-23
* Add all required includes to avio.hMartin Storsjö2010-06-23
* Enable pthreads automatically unless w32threads is requestedMåns Rullgård2010-06-23
* Continue after guids in asf after which other guids are possible instead of s...Michael Niedermayer2010-06-23
* Remove OS/2 threads supportMåns Rullgård2010-06-23
* Add barcelona to the list of cmov/fast_cmov compatible CPUs.Diego Pettenò2010-06-22
* Remove beosthreads supportMåns Rullgård2010-06-22
* Improve some uses of ff_cropTbl with constant offsetMåns Rullgård2010-06-22
* Rename rec_timestamp to recording_timestamp, for consistency withStefano Sabatini2010-06-22
* Extend documentation for the ffmpeg -timestamp option.Stefano Sabatini2010-06-22
* Mention how "now" is interpreted in the parse_date() doxy.Stefano Sabatini2010-06-22
* Fix date specification accepted by parse_date().Stefano Sabatini2010-06-22
* Use right-shift instead of division by two.Jason Garrett-Glaser2010-06-22
* Reindent after r23721.Ronald S. Bultje2010-06-22
* Rename PACK4x8() to PACK4UINT8().Ronald S. Bultje2010-06-22
* Move Parametric Stereo related ps* files to aacps*.Alex Converse2010-06-22
* Native VP8 decoder.David Conrad2010-06-22
* Change a / 256 into a >> 8.Ronald S. Bultje2010-06-22
* Reindent after r23716.Ronald S. Bultje2010-06-22
* Add intra prediction functions for VP8.David Conrad2010-06-22
* Add a macro to pack 4 bytes into native byte-order so they can be writtenRonald S. Bultje2010-06-22
* Make "topright" argument to pred4x4() const.David Conrad2010-06-22
* Add av_clip_int8(), used in the upcoming VP8 decoder.Ronald S. Bultje2010-06-22
* Cosmetics whitespace.Alex Converse2010-06-22