summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Avoid huge array for rgb ljpeg on the stack.Michael Niedermayer2009-11-02
* map VYUY fourcc to rawcodecBen Littler2009-11-02
* Set sample format in flac_decode_init() rather than inJustin Ruggles2009-11-01
* Set the sample format for Smacker audio in the decoder rather than in theJustin Ruggles2009-11-01
* Implement AMR gain function that is used by both AMR and SIPR.Vitor Sessak2009-10-31
* Change whitespace placement a little to improve readabiliy slightly.Michael Niedermayer2009-10-29
* Multiple inclusion guards for synth_filter.h.Michael Niedermayer2009-10-29
* Support demuxing teletext in DVB streams.Francesco Lavra2009-10-29
* Vertically align function arguments.Michael Niedermayer2009-10-29
* 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