summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Add generic rules for building helpers with HOSTCCMåns Rullgård2009-10-29
* vorbis_dec: factor out duplicated code for index reading, bounds checking andReimar Döffinger2009-10-28
* Change format string from "x" to PRIx32 to hopefully fix a warning with Cygwi...Reimar Döffinger2009-10-28
* Makefile cosmeticsMåns Rullgård2009-10-28
* Generate mpegaudio tables only when CONFIG_HARDCODED_TABLES is setMåns Rullgård2009-10-28
* Fix out-of-tree builds with --enable-hardcoded-tablesReimar Döffinger2009-10-28
* Fix dependency: generated table is needed to create the mpegaudiodec.o file, ...Reimar Döffinger2009-10-28
* Better formatting for 2D tables in tableprint code.Reimar Döffinger2009-10-28
* 10l, fix incorrect endif comment.Reimar Döffinger2009-10-28
* Add support for hardcoding the mpegaudiodec tables.Reimar Döffinger2009-10-28
* Remove unused variable j.Michael Niedermayer2009-10-28
* Split synth filter out of dca.c.Michael Niedermayer2009-10-28
* Split PAM encoder off into its own file.Diego Biurrun2009-10-28
* Split the decoders from pnmen.c off into their own file.Diego Biurrun2009-10-28
* The encoders in pnmenc.c now depend on the init/end functions in pnm.c.Diego Biurrun2009-10-28
* Commit some functions that are used by both SIPR and AMR.Vitor Sessak2009-10-27
* Move pixdesc.{h,c} from libavcodec to libavutil.Stefano Sabatini2009-10-27
* Consistently use third person in doxies.Stefano Sabatini2009-10-27
* Move PNM init/end functions to the PNM common code.Diego Biurrun2009-10-27
* whitespace cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-10-27
* Remove crufty leftovers from the era when this file resided within libavformat.Diego Biurrun2009-10-27
* add some raw codec fourccs, fixes:Ben Littler2009-10-27
* Fix indentation.Benoit Fouet2009-10-27
* Only memset for palettes of 16 elements.Benoit Fouet2009-10-27
* Clarify responsibility for freeing a buffer when using vdpau.Carl Eugen Hoyos2009-10-27
* Add a PIX_FMT_HWACCEL flag to the AVPixFmtDescriptor.flags.Stefano Sabatini2009-10-26
* s/movdqa/movaps/ in sse1 fft. (regression in r20293)Loren Merritt2009-10-25
* Bump micro version after the FRWU decoder inclusionVitor Sessak2009-10-24
* Compile LPC code when CONFIG_LPC is set.Diego Biurrun2009-10-23
* Build extradata in adpcm_ms encoder.Daniel Verkamp2009-10-22
* Indicate that AdaptCoeff1 and 2 are functions of the actual coefficients.Daniel Verkamp2009-10-22
* sin_tables.c is a generated file, so add it to CLEANFILESReimar Döffinger2009-10-20
* Remove SHIFT_TEMPS from jfdct code.avcoder2009-10-20
* Add missing dependency of the S/PDIF muxer on the AAC parser.Diego Biurrun2009-10-19
* Get rid of some pointless '== NULL' / '!= 0' conditions in if statements.Diego Biurrun2009-10-19
* Add additional long names for the Flash Video decoder and encoder.Stefano Sabatini2009-10-19
* Add additional long names for the Sorenson Vector Quantizer 3 decoder.Stefano Sabatini2009-10-19
* Add additional long names for the Sorenson Vector Quantizer 1 decoderStefano Sabatini2009-10-19
* mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so makeReimar Döffinger2009-10-19
* whitespace cosmetics: prettyprinting, K&R styleDiego Biurrun2009-10-19
* Flip (M)JPEG frames encoded by Intel JPEG library.Carl Eugen Hoyos2009-10-19
* Remove pointless parentheses.Diego Biurrun2009-10-19
* cosmetics: Remove pointless parentheses from return statement.Diego Biurrun2009-10-19
* Update libx264.c for x264 API changeJason Garrett-Glaser2009-10-19
* fix linking on systems with a function name prefix (10l in r20287)Loren Merritt2009-10-18
* sync yasm macros to x264Loren Merritt2009-10-18
* fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at gmail dot...Charles Yates2009-10-18
* huffyuv: add some const qualifiersLoren Merritt2009-10-18
* simd add_hfyu_left_predictionLoren Merritt2009-10-18
* add CONFIG_LPC to the build system for lpc dsputil functions. fixes buildJustin Ruggles2009-10-18