summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-171-1/+1
|\
| * dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-171-1/+1
* | Merge commit 'f46bb608d9d76c543e4929dc8cffe36b84bd789e'Michael Niedermayer2014-07-101-0/+1
|\ \ | |/
| * dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-091-0/+1
* | Merge commit 'd5cf5afabbf43f00283e70b12afbe1da030d85b6'Michael Niedermayer2014-07-091-1/+0
|\ \ | |/
| * adxdec: get rid of an avpriv functionAnton Khirnov2014-07-091-1/+0
* | Merge commit 'f6ee61fb05482c617f5deee29a190d8ff483b3d1'Michael Niedermayer2014-07-091-4/+4
|\ \ | |/
| * lavc: export DV profile API used by muxer/demuxer as publicAnton Khirnov2014-07-091-4/+4
* | Fix wmv1 encoding if all other msmpeg4-related encoders were disabled.Carl Eugen Hoyos2014-07-091-0/+1
* | Merge commit 'a9aee08d900f686e966c64afec5d88a7d9d130a3'Michael Niedermayer2014-07-081-1/+2
|\ \ | |/
| * dsputil: Split off FDCT bits into their own contextDiego Biurrun2014-07-071-1/+2
* | Merge commit '246f869590b8c7313d26e1c2ef56db01f6fd2503'Michael Niedermayer2014-07-071-2/+2
|\ \ | |/
| * vmd: Split audio and video decoderNidhi Makhijani2014-07-071-2/+2
* | Merge commit '8d686ca59db14900ad5c12b547fb8a7afc8b0b94'Michael Niedermayer2014-07-071-1/+2
|\ \ | |/
| * dsputil: Split off *_8x8basis to a separate contextDiego Biurrun2014-07-061-1/+2
* | Merge commit 'd6902070c52151ec1e8154ce9b22283a1d0bc192'Michael Niedermayer2014-07-071-2/+2
|\ \ | |/
| * dsicin: Split audio and video decoderNidhi Makhijani2014-07-061-2/+2
* | Merge commit '2fc85fe96e7e0e5fc433b98eacebf4d3511d2d58'Michael Niedermayer2014-07-061-2/+2
|\ \ | |/
| * bmv: Split audio and video decoderNidhi Makhijani2014-07-061-2/+2
* | Merge commit 'b0633f83f277c05bf1f617a99c7aedd2db8306e3'Michael Niedermayer2014-07-061-2/+2
|\ \ | |/
| * paf: split audio and video decoderNidhi Makhijani2014-07-061-2/+2
* | Merge commit '373a6dda5422186bc057297342a9e559a564595e'Michael Niedermayer2014-07-061-2/+2
|\ \ | |/
| * cljr: split decoder and encoderNidhi Makhijani2014-07-061-2/+2
* | avcodec/Makefile: add libutvideo.h to SKIPHEADERSMichael Niedermayer2014-07-061-0/+1
* | Fix standalone compilation of the amv encoder.Carl Eugen Hoyos2014-07-051-1/+1
* | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-011-2/+3
|\ \ | |/
| * dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-2/+3
* | Merge commit 'adcb8392c9b185fd8a91a95fa256d15ab1432a30'Michael Niedermayer2014-07-011-2/+2
|\ \ | |/
| * mjpeg: Split off bits shared by MJPEG and LJPEG encodersDiego Biurrun2014-06-301-2/+2
* | Merge commit 'fab9df63a3156ffe1f9490aafaea41e03ef60ddf'Michael Niedermayer2014-06-231-2/+2
|\ \ | |/
| * dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun2014-06-231-2/+2
* | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer2014-06-231-0/+1
|\ \ | |/
| * dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-0/+1
* | Merge commit '7b9ef8d701c319c26f7d0664fe977e176764c74e'Michael Niedermayer2014-06-231-0/+1
|\ \ | |/
| * mpeg: Split error resilience bits off into a separate fileDiego Biurrun2014-06-221-0/+1
* | Merge commit 'c54e118722cbbdc04945538d1796d4472a1ff406'Michael Niedermayer2014-06-231-2/+1
|\ \ | |/
| * build: Have the eatqi decoder depend on the MPEG-1 decoderDiego Biurrun2014-06-221-2/+1
* | Merge commit '03391b5432a2b8b8dbc3d2db722a54dfb68737b9'Michael Niedermayer2014-06-231-1/+1
|\ \ | |/
| * build: Add missing object files for Matroska demuxerDiego Biurrun2014-06-221-1/+2
* | Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer2014-06-221-0/+1
|\ \ | |/
| * dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-221-0/+1
* | Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer2014-06-191-0/+1
|\ \ | |/
| * dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-0/+1
* | Fix standalone compilation of the webvtt encoder.Carl Eugen Hoyos2014-06-101-1/+1
* | apedsp: move to llauddspChristophe Gisquet2014-06-051-0/+1
* | Fix compilation with --disable-everything --enable-demuxer=matroska.Carl Eugen Hoyos2014-05-311-1/+2
* | Merge commit '368f50359eb328b0b9d67451f56fda20b3255f9a'Michael Niedermayer2014-05-301-0/+1
|\ \ | |/
| * dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-291-0/+1
* | Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c'Michael Niedermayer2014-05-281-0/+1
|\ \ | |/
| * dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun2014-05-271-0/+1
OpenPOWER on IntegriCloud