summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-03
|\
| * ARM: ac3: update ff_ac3_extract_exponents_neon per 8b7b2d6Mans Rullgard2011-07-02
| * ARM: NEON optimised vector_clip_int32()Mans Rullgard2011-07-02
| * suggest to use av_get_bytes_per_sample() in av_get_bits_per_sample_format() doxyStefano Sabatini2011-07-02
| * put_bits: remove ALT_BITSTREAM_WRITERMans Rullgard2011-07-02
| * put_bits: always use intreadwrite.h macrosMans Rullgard2011-07-02
| * doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-02
|\|
| * get_bits: remove x86 inline asm in A32 bitstream readerMans Rullgard2011-07-01
| * ac3dsp: add x86-optimized versions of ac3dsp.extract_exponents().Justin Ruggles2011-07-01
| * ac3dsp: simplify extract_exponents() now that it does not need to do clipping.Justin Ruggles2011-07-01
| * ac3enc: clip coefficients after MDCT.Justin Ruggles2011-07-01
| * ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions.Justin Ruggles2011-07-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-01
|\|
| * cosmetics: fix some then/than typosDiego Biurrun2011-06-30
| * doxygen: Include libavcodec and libavformat examples into the documentationReinhard Tartler2011-06-30
| * Add support for aac streams in mp4/mov without extradata.Benjamin Larsson2011-06-30
| * aacenc: Make chan_map const correctAlex Converse2011-06-29
* | Fix mpeg4 padding bug detection with more than 128bit trash and slices.Michael Niedermayer2011-07-01
* | Fix possible double free when encoding using xvid.Carl Eugen Hoyos2011-07-01
* | Fix internal buffer size for 2bpp and 4bpp raw video.Carl Eugen Hoyos2011-07-01
* | Fix linesize for some rawvideo samples with odd width.Carl Eugen Hoyos2011-06-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-30
|\|
| * aacenc: Fix determination of Mid/Side Mode.Nathan Caldwell2011-06-29
| * psymodel: Remove the single channel analysis functionNathan Caldwell2011-06-29
| * aacenc: Implement dummy channel group analysis that just calls the single cha...Nathan Caldwell2011-06-29
| * psymodel: Add channels and channel groups to the psymodel.Nathan Caldwell2011-06-29
| * ARM: remove check for PLD instructionMans Rullgard2011-06-29
| * Add new yuv444 pixfmts to avcodec_align_dimensions2Jason Garrett-Glaser2011-06-29
* | avcodec: increase padding, fixes ticket313Michael Niedermayer2011-06-30
* | Remove gcc 2.95.3 remnants.Carl Eugen Hoyos2011-06-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-29
|\|
| * build: include sub-makefiles using full path instead of symlinksMans Rullgard2011-06-28
| * cosmetics: remove outdated comment that is no longer trueJustin Ruggles2011-06-28
| * avutil: Remove unused arbitrary precision integer code.Diego Biurrun2011-06-28
| * configure: Drop check for availability of ten assembler operands.Diego Biurrun2011-06-28
| * aacenc: Save channel configuration for later use.Nathan Caldwell2011-06-27
| * aacenc: Fix codebook trellising for zeroed bands.Alex Converse2011-06-27
* | amrnbdec: we dont want dtx samples anymore and give the user a hint towards h...Michael Niedermayer2011-06-28
* | targa: Do not read colormap from files without one.Reimar Döffinger2011-06-28
* | targa: Simplify using bytestream_get functions.Reimar Döffinger2011-06-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-28
|\|
| * ac3enc: move ff_ac3_encode_frame() to ac3enc_template.cJustin Ruggles2011-06-27
| * ac3enc: merge log2_tab() into normalize_samples()Justin Ruggles2011-06-27
| * ac3enc: Remove bit allocation fallbacks.Justin Ruggles2011-06-27
* | Support fourcc Y8 (ticket 308).ami_stuff2011-06-27
* | Support fourcc YV16 (ticket 307).ami_stuff2011-06-27
* | Fix VDPAU decoding for some H264 samples.Carl Eugen Hoyos2011-06-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-27
|\|
| * H.264: disable 2tap qpel with CODEC_FLAG2_FAST and >8-bitJason Garrett-Glaser2011-06-26