aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* hevc: parse display orientation SEI messageVittorio Giovara2014-07-093-0/+37
* h264: parse display orientation SEI messageVittorio Giovara2014-07-093-0/+45
* adxdec: get rid of an avpriv functionAnton Khirnov2014-07-094-8/+20
* lavc: export DV profile API used by muxer/demuxer as publicAnton Khirnov2014-07-099-36/+102
* arm: Avoid using the 'setend' instruction on ARMv7 and newerMartin Storsjö2014-07-081-1/+5
* dsputil: Split off FDCT bits into their own contextDiego Biurrun2014-07-0720-87/+231
* libfdk-aacdec: Decode the first AAC frame to reliably identify the bitstreamOmer Osman2014-07-072-2/+2
* vmd: Split audio and video decoderNidhi Makhijani2014-07-073-219/+238
* dsputil: Move draw_edges() to mpegvideoencdspDiego Biurrun2014-07-0612-195/+155
* dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun2014-07-0621-296/+444
* dsputil: Split off *_8x8basis to a separate contextDiego Biurrun2014-07-0611-125/+245
* dsicin: Split audio and video decoderNidhi Makhijani2014-07-063-111/+139
* bmv: Split audio and video decoderNidhi Makhijani2014-07-063-69/+96
* paf: split audio and video decoderNidhi Makhijani2014-07-063-67/+87
* cljr: split decoder and encoderNidhi Makhijani2014-07-063-75/+101
* x86: build: Only compile FDCT code if MMX is enabledDiego Biurrun2014-07-051-1/+1
* x86: Unconditionally compile blockdsp and svq1enc init filesDiego Biurrun2014-07-053-2/+2
* x86: huffyuvdsp: Move inline assembly to init fileDiego Biurrun2014-07-054-131/+76
* libfdk-aacdec: Reduce the default decoder delay by one frameOmer Osman2014-07-052-10/+6
* x86: mpegvideoenc: Change SIMD optimization name suffixes to lowercaseDiego Biurrun2014-07-032-16/+16
* webpdec: Fix decoding of the huffman group indices.Justin Ruggles2014-07-031-2/+6
* hevc: Use the local context variable when neededLuca Barbato2014-07-021-1/+1
* vaapi: Update idct_permutation location after dsputil/idctdsp splitDiego Biurrun2014-07-012-2/+2
* Update Fiona's name in copyright statements.Diego Biurrun2014-07-0111-11/+11
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-3076-874/+1214
* mjpeg: Split off bits shared by MJPEG and LJPEG encodersDiego Biurrun2014-06-307-294/+360
* pgssubdec: handle more complex PGS scenariosJohn Stebbins2014-06-301-130/+294
* mpeg: Change ff_convert_matrix() to take an MpegEncContext parameterDiego Biurrun2014-06-273-7/+8
* dv: Properly split decoder and encoder initializationDiego Biurrun2014-06-273-19/+31
* dsputil: Move MMX/SSE2-optimized IDCT bits to the x86 subdirectoryDiego Biurrun2014-06-263-22/+40
* fate: Add dependencies for dct/fft/mdct/rdft testsDiego Biurrun2014-06-261-0/+22
* indeo4: B-frames decodingDirk Ausserhaus2014-06-266-58/+238
* indeo2: rename stride to pitch for consistency with other Indeo decodersKostya Shishkov2014-06-261-8/+8
* lavc: do not allocate edges in the default get_buffer2()Anton Khirnov2014-06-261-21/+1
* hevc: remove unused array min_cb_addr_zsGildas Cocherel2014-06-262-19/+1
* hevc: Allow out of bound values for num_reorder_picsKieran Kunhya2014-06-261-5/+10
* dv: Replace a magic number by sizeof()Diego Biurrun2014-06-251-1/+1
* x86: h264dsp: Fix link failure with optimizations disabledDiego Biurrun2014-06-251-1/+1
* mjpegdec: Properly set the context colorspace infoDerek Buitenhuis2014-06-241-0/+1
* h264: error out from decode_nal_units() when AV_EF_EXPLODE is setVittorio Giovara2014-06-231-5/+14
* jpeg2000: fix dereferencing invalid pointers during cleanupVittorio Giovara2014-06-231-8/+23
* dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun2014-06-2317-274/+374
* h264: avoid using uninitialized memory in NEON chroma mcJanne Grunau2014-06-232-8/+111
* indeo45: use is_indeo4 context flag instead of checking codec IDDirk Ausserhaus2014-06-234-6/+10
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-2239-138/+241
* mpeg: Split error resilience bits off into a separate fileDiego Biurrun2014-06-2212-43/+93
* Check mp3 header before calling avpriv_mpegaudio_decode_header().Justin Ruggles2014-06-221-1/+7
* Check if an mp3 header is using a reserved sample rate.Justin Ruggles2014-06-221-0/+4
* libx264: Correctly manage constant rate factor paramsLuca Barbato2014-06-221-2/+3
* ape: Replace memset(0) by zero initializationDiego Biurrun2014-06-221-3/+1