aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* ac3dec: revert r20089. The change was just wrong. 10l for me.Justin Ruggles2009-11-081-2/+1
* Simpliy exp*table init, based on patch by reimar.Michael Niedermayer2009-11-071-8/+8
* Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that theReimar Döffinger2009-11-053-9/+22
* Correct double include introduced by r20450Reynaldo H. Verdejo Pinochet2009-11-051-1/+0
* Reduce stack memory allocation in MP3 decoderVitor Sessak2009-11-042-29/+28
* Implement ff_scale_vector_to_given_sum_of_squares()Reynaldo H. Verdejo Pinochet2009-11-043-33/+36
* Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.Reimar Döffinger2009-11-043-4/+6
* Don't lock the channel output configuration based on the first value seen forAlex Converse2009-11-032-8/+23
* add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.movAndrew Wason2009-11-031-0/+1
* Simplify AC-3 critical band end calculation (correctly this time).Justin Ruggles2009-11-031-1/+1
* Revert r20050, which caused decoding errors with at least one valid AC-3 file.Justin Ruggles2009-11-031-1/+1
* Avoid huge array for rgb ljpeg on the stack.Michael Niedermayer2009-11-022-3/+8
* map VYUY fourcc to rawcodecBen Littler2009-11-021-0/+1
* Set sample format in flac_decode_init() rather than inJustin Ruggles2009-11-011-4/+4
* Set the sample format for Smacker audio in the decoder rather than in theJustin Ruggles2009-11-011-0/+1
* Implement AMR gain function that is used by both AMR and SIPR.Vitor Sessak2009-10-312-0/+35
* Change whitespace placement a little to improve readabiliy slightly.Michael Niedermayer2009-10-291-15/+15
* Multiple inclusion guards for synth_filter.h.Michael Niedermayer2009-10-291-0/+4
* Support demuxing teletext in DVB streams.Francesco Lavra2009-10-291-0/+1
* Vertically align function arguments.Michael Niedermayer2009-10-292-6/+6
* Add generic rules for building helpers with HOSTCCMåns Rullgård2009-10-291-4/+3
* vorbis_dec: factor out duplicated code for index reading, bounds checking andReimar Döffinger2009-10-281-58/+26
* Change format string from "x" to PRIx32 to hopefully fix a warning with Cygwi...Reimar Döffinger2009-10-281-1/+1
* Makefile cosmeticsMåns Rullgård2009-10-281-1/+2
* Generate mpegaudio tables only when CONFIG_HARDCODED_TABLES is setMåns Rullgård2009-10-281-1/+4
* Fix out-of-tree builds with --enable-hardcoded-tablesReimar Döffinger2009-10-282-2/+2
* Fix dependency: generated table is needed to create the mpegaudiodec.o file, ...Reimar Döffinger2009-10-281-1/+1
* Better formatting for 2D tables in tableprint code.Reimar Döffinger2009-10-281-1/+1
* 10l, fix incorrect endif comment.Reimar Döffinger2009-10-281-1/+1
* Add support for hardcoding the mpegaudiodec tables.Reimar Döffinger2009-10-286-28/+273
* Remove unused variable j.Michael Niedermayer2009-10-281-1/+1
* Split synth filter out of dca.c.Michael Niedermayer2009-10-284-32/+89
* Split PAM encoder off into its own file.Diego Biurrun2009-10-283-97/+121
* Split the decoders from pnmen.c off into their own file.Diego Biurrun2009-10-283-213/+239
* The encoders in pnmenc.c now depend on the init/end functions in pnm.c.Diego Biurrun2009-10-281-5/+5
* Commit some functions that are used by both SIPR and AMR.Vitor Sessak2009-10-276-0/+107
* Move pixdesc.{h,c} from libavcodec to libavutil.Stefano Sabatini2009-10-272-803/+0
* Consistently use third person in doxies.Stefano Sabatini2009-10-271-5/+5
* Move PNM init/end functions to the PNM common code.Diego Biurrun2009-10-273-35/+37
* whitespace cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-10-273-164/+170
* Remove crufty leftovers from the era when this file resided within libavformat.Diego Biurrun2009-10-271-34/+0
* add some raw codec fourccs, fixes:Ben Littler2009-10-271-0/+7
* Fix indentation.Benoit Fouet2009-10-271-1/+1
* Only memset for palettes of 16 elements.Benoit Fouet2009-10-271-0/+1
* Clarify responsibility for freeing a buffer when using vdpau.Carl Eugen Hoyos2009-10-271-1/+3
* Add a PIX_FMT_HWACCEL flag to the AVPixFmtDescriptor.flags.Stefano Sabatini2009-10-261-0/+1
* s/movdqa/movaps/ in sse1 fft. (regression in r20293)Loren Merritt2009-10-251-0/+2
* Bump micro version after the FRWU decoder inclusionVitor Sessak2009-10-241-1/+1
* Compile LPC code when CONFIG_LPC is set.Diego Biurrun2009-10-231-2/+3
* Build extradata in adpcm_ms encoder.Daniel Verkamp2009-10-221-0/+12