aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Move AVEvalExpr declaration at the beginning of the file, where it isStefano Sabatini2010-04-111-2/+2
* alacenc : Report supported input sample formats.Jai Menon2010-04-101-0/+1
* ARM: NEON optimised synth_filter_floatMåns Rullgård2010-04-104-0/+133
* Make synth_filter a function pointerMåns Rullgård2010-04-103-6/+20
* DCA: align some arraysMåns Rullgård2010-04-102-3/+3
* Reindent read_sbr_extension.Alex Converse2010-04-081-7/+7
* Print an error and skip PS when PS is found but explicitly found butAlex Converse2010-04-081-0/+6
* Add support for PS sync extensions.Alex Converse2010-04-082-0/+6
* Use get_bits_left() in the sync extension check.Alex Converse2010-04-081-2/+1
* Fix ext_object_type.Alex Converse2010-04-081-1/+1
* Fix segfault when encoder initialization fails.Craig Thomasson2010-04-061-1/+1
* Avoid division by zeroReinhard Tartler2010-04-041-0/+1
* Add help for (I)RDFT test in fft-testVitor Sessak2010-04-031-0/+1
* Make code using 1d-DCT consistent with the API changeVitor Sessak2010-04-032-4/+4
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-034-6/+6
* aacenc: Error when an unsupported profile is requestedAlex Converse2010-04-021-0/+4
* aacenc: Don't lowpass the input unless specifically requested.Alex Converse2010-04-021-5/+2
* Change default for bidir_refine to 1.Michael Niedermayer2010-04-021-1/+1
* Optimize bidir_refine a bit.Michael Niedermayer2010-04-021-26/+75
* Change bidir refine hash code so we only need to perform a singleMichael Niedermayer2010-04-021-5/+6
* Reduce the size of the bidir refine hashtable from 4096 to 256 andMichael Niedermayer2010-04-021-2/+2
* Move comment that belonged to cmp() back to cmp().Michael Niedermayer2010-04-021-3/+3
* slice dice, inline and outline cmp()Michael Niedermayer2010-04-022-17/+79
* Store range coder state transition table.Michael Niedermayer2010-04-011-2/+47
* Allow hardcoding of ulaw and alaw tables.Reimar Döffinger2010-04-014-76/+168
* Change/simplify the tableprint/tablegen API.Reimar Döffinger2010-04-018-167/+94
* Convert two "m" constraints to MANGLE to fix compilation with some compilers.Reimar Döffinger2010-04-011-3/+3
* Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags.Takashi Mochizuki2010-04-011-1/+1
* Add function to export EDGE_WIDTH from libavcodec.Bobby Bingham2010-04-012-1/+15
* Document API addition of avcodec_copy_context().Ronald S. Bultje2010-03-311-1/+1
* Add avcodec_copy_context().Ronald S. Bultje2010-03-312-0/+73
* Fix likely typo in r15937.Carl Eugen Hoyos2010-03-311-1/+1
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-312-2/+2
* H264: Copy h264dsp when creating new slice threadsAlexander Strange2010-03-311-0/+1
* Move AVMediaType from libavcodec to libavutil.Stefano Sabatini2010-03-301-10/+0
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30226-330/+342
* Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos2010-03-308-21/+299
* Fix implicit weight for b frames in mbaff.Michael Niedermayer2010-03-303-19/+40
* Make sure the EC code does not attempt to use inter based concealment if thereMichael Niedermayer2010-03-301-0/+6
* Replace @returns by @return.Benoit Fouet2010-03-307-12/+12
* Set VDPAU H264 picture parameter field_order_cnt and frame_num at theStephen Warren2010-03-303-8/+21
* Fix VDPAU for H.264 streams with long reference frames.Stephen Warren2010-03-301-1/+1
* Implement YOP demuxer and video decoder.Mohamed Naufal2010-03-294-1/+264
* Include appropriate header in table generators instead of using a dummyReimar Döffinger2010-03-294-2/+2
* Fix indentation.Reimar Döffinger2010-03-291-4/+4
* Simplify interleaving code.Ronald S. Bultje2010-03-291-5/+3
* Cosmetics : add a space after ",".Jai Menon2010-03-291-1/+1
* indentLoren Merritt2010-03-291-53/+53
* optimize init_vlc().Loren Merritt2010-03-291-67/+107
* TTA : Check if the output buffer size is within bounds.Jai Menon2010-03-281-0/+4