summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* armv6: Accelerate ff_fft_calc for general case (nbits != 4)Ben Avison2014-07-18
* armv6: Accelerate ff_imdct_half for general case (mdct_bits != 6)Ben Avison2014-07-18
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-17
* x86: dsputil: Coalesce all init filesDiego Biurrun2014-07-17
* h264: K&R formatting cosmeticsLuca Barbato2014-07-17
* h264: Remove some commented-out, broken cruftDiego Biurrun2014-07-16
* arm: dsputil: Coalesce all init filesDiego Biurrun2014-07-16
* g2meet: allow size changes within original sizesVittorio Giovara2014-07-15
* x86: dsputil: Avoid pointless CONFIG_ENCODERS indirectionDiego Biurrun2014-07-13
* ppc: dsputil: Coalesce all init filesDiego Biurrun2014-07-13
* dsputil: Drop unused bit_depth parameter from all init functionsDiego Biurrun2014-07-11
* hevc: implement pic_output_flag handlingGildas Cocherel2014-07-11
* hevc: set the keyframe flag on output framesMickaël Raulet2014-07-11
* hevc: Replace nal type chek with equivalent IS_IRAP macroMickaël Raulet2014-07-11
* hevc_ps: remove a write-only variableAnton Khirnov2014-07-11
* dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-09
* hevc: parse display orientation SEI messageVittorio Giovara2014-07-09
* h264: parse display orientation SEI messageVittorio Giovara2014-07-09
* adxdec: get rid of an avpriv functionAnton Khirnov2014-07-09
* lavc: export DV profile API used by muxer/demuxer as publicAnton Khirnov2014-07-09
* arm: Avoid using the 'setend' instruction on ARMv7 and newerMartin Storsjö2014-07-08
* dsputil: Split off FDCT bits into their own contextDiego Biurrun2014-07-07
* libfdk-aacdec: Decode the first AAC frame to reliably identify the bitstreamOmer Osman2014-07-07
* vmd: Split audio and video decoderNidhi Makhijani2014-07-07
* dsputil: Move draw_edges() to mpegvideoencdspDiego Biurrun2014-07-06
* dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun2014-07-06
* dsputil: Split off *_8x8basis to a separate contextDiego Biurrun2014-07-06
* dsicin: Split audio and video decoderNidhi Makhijani2014-07-06
* bmv: Split audio and video decoderNidhi Makhijani2014-07-06
* paf: split audio and video decoderNidhi Makhijani2014-07-06
* cljr: split decoder and encoderNidhi Makhijani2014-07-06
* x86: build: Only compile FDCT code if MMX is enabledDiego Biurrun2014-07-05
* x86: Unconditionally compile blockdsp and svq1enc init filesDiego Biurrun2014-07-05
* x86: huffyuvdsp: Move inline assembly to init fileDiego Biurrun2014-07-05
* libfdk-aacdec: Reduce the default decoder delay by one frameOmer Osman2014-07-05
* x86: mpegvideoenc: Change SIMD optimization name suffixes to lowercaseDiego Biurrun2014-07-03
* webpdec: Fix decoding of the huffman group indices.Justin Ruggles2014-07-03
* hevc: Use the local context variable when neededLuca Barbato2014-07-02
* vaapi: Update idct_permutation location after dsputil/idctdsp splitDiego Biurrun2014-07-01
* Update Fiona's name in copyright statements.Diego Biurrun2014-07-01
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* mjpeg: Split off bits shared by MJPEG and LJPEG encodersDiego Biurrun2014-06-30
* pgssubdec: handle more complex PGS scenariosJohn Stebbins2014-06-30
* mpeg: Change ff_convert_matrix() to take an MpegEncContext parameterDiego Biurrun2014-06-27
* dv: Properly split decoder and encoder initializationDiego Biurrun2014-06-27
* dsputil: Move MMX/SSE2-optimized IDCT bits to the x86 subdirectoryDiego Biurrun2014-06-26
* fate: Add dependencies for dct/fft/mdct/rdft testsDiego Biurrun2014-06-26
* indeo4: B-frames decodingDirk Ausserhaus2014-06-26
* indeo2: rename stride to pitch for consistency with other Indeo decodersKostya Shishkov2014-06-26
* lavc: do not allocate edges in the default get_buffer2()Anton Khirnov2014-06-26