aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'ecff5acb5a738fcb4f9e206a12070dac4bf259b3'Michael Niedermayer2013-04-171-15/+14
|\
| * svq1dec: clip motion vectors to the frame size.Anton Khirnov2013-04-171-14/+13
* | Merge commit 'b1bb8fb860b47e90dd67f0c5740698128fc82dcc'Michael Niedermayer2013-04-171-1/+2
|\|
| * svq1dec: check that the reference frame has the same dimensions as the curren...Anton Khirnov2013-04-171-1/+2
* | Remove two anonymous arrays.Carl Eugen Hoyos2013-04-171-1/+2
* | ass_split: Do not use the function name as a parameter name in a declaration.Carl Eugen Hoyos2013-04-171-1/+1
* | libaacpluc: remove unused codePaul B Mahol2013-04-161-6/+0
* | sgirledec: remove unused headersPaul B Mahol2013-04-161-2/+0
* | lavc: avcodec_open2(): pass context to av_log()Paul B Mahol2013-04-161-2/+2
* | mjpegdec: fix overlapping memcpy with upscale_vMichael Niedermayer2013-04-161-3/+7
* | libaacplus: support for float sample formatPaul B Mahol2013-04-161-1/+2
* | avcodec/c93: Check for block overlap.Michael Niedermayer2013-04-161-1/+8
* | libaacplus: set supported profilesPaul B Mahol2013-04-161-0/+6
* | libaacplus: set supported channel_layoutsPaul B Mahol2013-04-161-0/+9
* | libaacplus: remove FF_API_OLD_ENCODE_AUDIO cruftPaul B Mahol2013-04-161-8/+0
* | Merge commit '015821229f96bf7e677f2a711a58dbea3009f574'Michael Niedermayer2013-04-162-3/+2
|\|
| * vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-1512-117/+135
* | Merge commit '5941978e71d2c3a8e2a7e87951e081e0b2e77da9'Michael Niedermayer2013-04-161-8/+12
|\|
| * vp3: bfin: Transpose the IDCTsMartin Storsjö2013-04-151-2/+8
* | Merge commit 'c46819f2299c73cd1bfa8ef04d08b0153a5699d3'Michael Niedermayer2013-04-161-1/+1
|\|
| * x86: Move constants to the only place where they are usedRonald S. Bultje2013-04-153-9/+4
| * bfin: Match DEFUN_END macros to the right functionsMartin Storsjö2013-04-151-1/+2
* | dfa: support decoding version=1.0Michael Niedermayer2013-04-151-2/+11
* | Add thread-safe wrapper for get_format().Reimar Döffinger2013-04-156-4/+64
* | Fix compilation on ARM with android gcc 4.7Reimar Döffinger2013-04-151-38/+36
* | Add avpriv_dsputil_init() and use it in lavfi where relevant.Clément Bœsch2013-04-142-0/+6
* | avcodec: fix ignorecrop AVOption offsetMichael Niedermayer2013-04-131-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-121-1/+1
|\|
| * x86: dsputil: Move some ifdefs to avoid unused variable warningsDiego Biurrun2013-04-121-2/+2
* | Merge commit '2004c7c8f763280ff3ba675ea21cf25396528fd3'Michael Niedermayer2013-04-121-2/+1
|\|
| * x86: dsputil: cosmetics: Remove two pointless variable indirectionsDiego Biurrun2013-04-121-4/+2
* | Merge commit 'c51a3a5bd9a5b404176ff343ecadb80b2553b256'Michael Niedermayer2013-04-123-16/+7
|\|
| * x86: dsputil: Refactor some ff_{avg|put}_pixels function declarationsDiego Biurrun2013-04-123-15/+6
* | Merge commit 'e027032fc6a49db5a4ce12fc3e09ffb86ff20522'Michael Niedermayer2013-04-121-5/+3
|\|
| * x86: dsputil: ff_h263_*_loop_filter declarations to a more suitable placeDiego Biurrun2013-04-121-5/+3
* | Merge commit 'a89c05500f68d94a0269e68bc522abfd420c5497'Michael Niedermayer2013-04-122-6/+9
|\|
| * x86: h264qpel: int --> ptrdiff_t for some line_size parametersDiego Biurrun2013-04-122-6/+9
* | avcodec: rename prores encodersMichael Niedermayer2013-04-115-10/+10
* | libshine fixed point MP3 encoding supportPaul B Mahol2013-04-113-0/+151
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-115-22/+22
|\|
| * Move misplaced file author information where it belongsDiego Biurrun2013-04-115-22/+22
* | Merge commit '9de9b828ef005dec37052548c195a6b4f18fc701'Michael Niedermayer2013-04-111-5/+9
|\|
| * lavc: don't overwrite display dimensions with coded dimensions.Anton Khirnov2013-04-101-1/+1
| * lavc: extend / update the [coded_]{width,height} doxyAnton Khirnov2013-04-101-5/+9
* | Merge commit '20429ba96e55db17ac57f6c0e330914287f1f614'Michael Niedermayer2013-04-114-7/+14
|\|
| * h261: Move encoder/decoder shared table init to common codeDiego Biurrun2013-04-104-7/+14
* | Merge commit '8a776ad90e00ab2b98e8683ac6182d641a383c3a'Michael Niedermayer2013-04-116-52/+22
|\|
| * h261: Move shared data tables from a header to a proper C fileDiego Biurrun2013-04-105-38/+47
* | mss4: make code independent of sizeof(AVFrame)Paul B Mahol2013-04-111-17/+22
* | mss4: use init_get_bits8()Paul B Mahol2013-04-111-1/+1