summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* OGG: untypedef demuxer structsMåns Rullgård2008-11-06
* ARM: change MUL16() macro to inline functionMåns Rullgård2008-11-06
* ARM: prettify MAC16() macroMåns Rullgård2008-11-06
* ARM: change MULH() macro to inline functionMåns Rullgård2008-11-06
* ARM: change MULL() macro to inline functionMåns Rullgård2008-11-06
* ARM: mathops.h whitespace cosmeticsMåns Rullgård2008-11-06
* Add missing #include "libavutil/avstring.h", fixesDiego Biurrun2008-11-05
* Fix perceptual noise shaping scaling including an oversight of the offset forAlex Converse2008-11-05
* Fix test program build: ff_eval was replaced by ff_eval2.Diego Biurrun2008-11-05
* Decode audio channel layout from RIFF/WAV file format.Peter Ross2008-11-05
* Add some const specifiers to function name variables; fixes a bunch ofDiego Biurrun2008-11-04
* h264: Implement decoding of picture timing SEI message.Andreas Öman2008-11-04
* Only warn about "Invalid and inefficient vfw-avi packed B frames" once.Andrew Savchenko2008-11-04
* Merge ARCH_BFIN lines.Diego Biurrun2008-11-03
* Add tests target for libswscale test programs.Diego Biurrun2008-11-03
* Fix illegal identifier, __ are reserved for the system.Diego Biurrun2008-11-03
* Remove forgotten ASM_OBJS in libswscaleMåns Rullgård2008-11-03
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-03
* Change the dca channel layout, S -> SIDE not BACK.Benjamin Larsson2008-11-02
* Change multichannel API define prefix from "CHANNEL_" to "CH_".Andreas Öman2008-11-02
* Replace long with x86_reg in postprocess_template.c like in all otherReimar Döffinger2008-11-02
* Guess channel layout based on the number of channels if a custom layout is sp...Benjamin Larsson2008-11-01
* Add channel layouts for dca.Benjamin Larsson2008-11-01
* Introduce RV3-specific motion vector prediction.Kostya Shishkov2008-11-01
* Enable CMOV usage on x86_64 arch. All x86_64 CPUs have it.Dominik Mierzejewski2008-11-01
* Add audio channel layout API to libavcodec.Peter Ross2008-11-01
* Fix build.François Revol2008-10-31
* Initialize variable to silence the warning:Diego Biurrun2008-10-31
* OKed parts of the QCELP decoderKenan Gillet2008-10-30
* Fix numbers in Doxygen comments, patch by Kenan Gillet, kenan.gillet gmail com.Kenan Gillet2008-10-30
* Use ff_dot_productf() in ra288.cVitor Sessak2008-10-30
* Remove nonsense @return Doxygen comment for void function.Diego Biurrun2008-10-30
* cosmetics: small spelling fixesDiego Biurrun2008-10-30
* Add a LPC filterKenan Gillet2008-10-30
* Add ff_dot_productf() to celp_math.{c,h}Kenan Gillet2008-10-30
* More OKed parts of QCELP data tablesKenan Gillet2008-10-30
* renaming macro in order to conform with the rest of libavcodecRoman Shaposhnik2008-10-30
* Add check target to run both tests and checkheaders targets.Diego Biurrun2008-10-30
* Remove duplicated patch submission checklist entry by putting the moreDiego Biurrun2008-10-30
* Remove unused variable, patch by Art Clarke, aclarke vlideshow com.Art Clarke2008-10-30
* Correct motion vector scaling in B-frames for RV3/4Kostya Shishkov2008-10-30
* asm() --> __asm__() in #warning commentDiego Biurrun2008-10-29
* Add missing headers to pass 'make checkheaders'.Diego Biurrun2008-10-29
* Fix av_picture_copy missing pixels on packed planar AVPictures with odd size.Art Clarke2008-10-29
* Revert adding controversial 'make checkheaders' item to the development policy.Diego Biurrun2008-10-29
* Reset state after some frame header is found.Michael Niedermayer2008-10-29
* Add 'make checkheaders' to developer guidelines and patch checklist.Diego Biurrun2008-10-29
* OKed parts of QCELP data tablesKenan Gillet2008-10-29
* Check sub_packet_size against 0 to avoid div by zero later.Michael Niedermayer2008-10-29
* Fix endless loop when opening corrupt FLV files (issue 699).Andrew Wason2008-10-28