summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-09
* Use enum FrameType as parameter to construct_perm_table().Carl Eugen Hoyos2009-11-08
* Remove unused variable.Michael Niedermayer2009-11-08
* ac3dec: revert r20089. The change was just wrong. 10l for me.Justin Ruggles2009-11-08
* Simpliy exp*table init, based on patch by reimar.Michael Niedermayer2009-11-07
* Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that theReimar Döffinger2009-11-05
* Correct double include introduced by r20450Reynaldo H. Verdejo Pinochet2009-11-05
* Reduce stack memory allocation in MP3 decoderVitor Sessak2009-11-04
* Implement ff_scale_vector_to_given_sum_of_squares()Reynaldo H. Verdejo Pinochet2009-11-04
* Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.Reimar Döffinger2009-11-04
* Don't lock the channel output configuration based on the first value seen forAlex Converse2009-11-03
* add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.movAndrew Wason2009-11-03
* Simplify AC-3 critical band end calculation (correctly this time).Justin Ruggles2009-11-03
* Revert r20050, which caused decoding errors with at least one valid AC-3 file.Justin Ruggles2009-11-03
* 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