summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16151-51/+243
|\
| * Fix even more missing includes after the common.h removalMartin Storsjö2012-08-161-0/+3
| * build: Factor out rangecoder dependencies to CONFIG_RANGECODERDiego Biurrun2012-08-161-4/+5
| * build: Factor out error resilience dependencies to CONFIG_ERROR_RESILIENCEDiego Biurrun2012-08-161-35/+20
| * x86: avcodec: Consistently name all init filesDiego Biurrun2012-08-164-3/+3
| * Add more missing includes after removing the implicit common.hMartin Storsjö2012-08-162-0/+2
| * Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-151-0/+2
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15145-0/+200
* | movtextdec: Don't emit errors for normal duration-end packets.Philip Langdale2012-08-151-2/+12
* | srtenc: Add timing-less "subrip" encoder.Philip Langdale2012-08-154-13/+31
* | srtdec: Add timing-less "subrip" decoder.Philip Langdale2012-08-154-4/+30
* | sp5xdec: fix off by 1 error causing a crashMichael Niedermayer2012-08-161-1/+1
* | av_get_audio_frame_duration: fix ra144Michael Niedermayer2012-08-161-1/+2
* | snowdec: add 2 av_asserts to check run validityMichael Niedermayer2012-08-161-1/+3
* | snowdec: check log in get_symbol2()Michael Niedermayer2012-08-161-1/+1
* | mpegvideo: dont call draw edges on lowresMichael Niedermayer2012-08-151-1/+3
* | h263penc: fix multitheraded encodingMichael Niedermayer2012-08-151-0/+3
* | mpegvideo_enc: reset mb_x/y before writing the headersMichael Niedermayer2012-08-151-0/+1
* | motion_est: switch some asserts to av_assertMichael Niedermayer2012-08-151-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-158-32/+37
|\ \ | |/
| * api-example: use new video encoding API.Anton Khirnov2012-08-151-28/+44
| * x86: avcodec: Appropriately name files containing only init functionsDiego Biurrun2012-08-155-4/+4
| * mpegvideo_mmx_template: drop some commented-out cruftDiego Biurrun2012-08-151-8/+0
| * w32pthreads: Add missing #includes to make header compile standaloneDiego Biurrun2012-08-141-0/+3
| * prores: interlaced ProRes encodingMaksalov Boris2012-08-141-68/+115
* | msmpeg4v2: initialize mb_type arrayMichael Niedermayer2012-08-151-0/+4
* | mpegvideo: fix MB/MV vissualization on videos that are not mod 16 == 0Michael Niedermayer2012-08-151-2/+2
* | pafdec: fix wrong check for input buffer size.Michael Niedermayer2012-08-151-1/+1
* | pafdec: fix wrong palette index check.Michael Niedermayer2012-08-151-1/+1
* | vda: better frame allocation.Sebastien Zwickert2012-08-141-2/+1
* | bmv_videodec: fix out of array readMichael Niedermayer2012-08-141-0/+5
* | remove duplicated codeupsuper2012-08-141-4/+0
* | prores_kostya: implement interlaced encoding.Boris Maksalov2012-08-141-70/+103
* | prores_kostya: fix incorrect picture_size field.Boris Maksalov2012-08-141-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-1410-190/+178
|\ \ | |/
| * g723.1: simplify scale_vector()Mans Rullgard2012-08-141-6/+2
| * g723.1: simplify normalize_bits()Mans Rullgard2012-08-141-7/+0
| * vda: cosmetics: fix Doxygen comment formattingSebastien Zwickert2012-08-141-78/+78
| * vda: better frame allocationSebastien Zwickert2012-08-141-1/+1
| * vda: Merge implementation into one fileSebastien Zwickert2012-08-144-356/+285
| * vda: support synchronous decodingSebastien Zwickert2012-08-145-47/+123
| * vda: Reuse the bitstream buffer and reallocate it only if neededSebastien Zwickert2012-08-143-26/+28
| * build: Factor out mpegvideo encoding dependencies to CONFIG_MPEGVIDEOENCDiego Biurrun2012-08-141-30/+14
| * proresenc: use the edge emulation bufferBoris Maksalov2012-08-131-6/+6
| * Use log2(x) instead of log(x) / log(2)Mans Rullgard2012-08-132-3/+3
| * x86: cabac: allow building with sunccMans Rullgard2012-08-132-24/+37
| * x86: mlpdsp: avoid taking address of voidMans Rullgard2012-08-131-15/+15
* | vda: fix make checkheaders.Sebastien Zwickert2012-08-141-0/+1
* | dvdsubenc: reindent after recent commit.Nicolas George2012-08-141-31/+29
* | lavc: add const to AVCodecContext.codec_descriptor.Nicolas George2012-08-142-4/+4