aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Try to fix has_b_frame calculation for open gop files.Michael Niedermayer2009-11-101-5/+8
* Fix palette copying in av_picture_copy(). Previous code worked only ifVitor Sessak2009-11-101-3/+1
* Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation2009-11-106-0/+83
* Handle JPEG2000 frames stored in the Quicktime container.Jai Menon2009-11-101-0/+4
* cosmetics : fix indentation.Jai Menon2009-11-101-2/+2
* Avoid variable-length array use in ff_acelp_lspd2lpc()Vitor Sessak2009-11-102-1/+8
* Add a NULL pointer check to avcodec_close() this should prevent a segfaultMichael Niedermayer2009-11-101-1/+1
* Make get_bits_left() available for use in libavcodec (was previously heldRonald S. Bultje2009-11-092-5/+5
* And on the sixth day, God gave us the <= operand, which makes the loopRonald S. Bultje2009-11-091-12/+3
* Do not hardcode filter order in ff_acelp_lspd2lpc()Vitor Sessak2009-11-093-13/+14
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-098-37/+19
* Use enum FrameType as parameter to construct_perm_table().Carl Eugen Hoyos2009-11-081-2/+3
* Remove unused variable.Michael Niedermayer2009-11-081-1/+0
* 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