aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'fcb07e8b332bbd6f9558bff98ff5102c5f2d8252'Michael Niedermayer2013-03-133-9/+0
|\
| * lavc: remove disabled FF_API_MMI cruftAnton Khirnov2013-03-113-9/+0
* | Revert "Merge commit '0517c9e098092709397cc522c59fa63c83cc81be'" bring the ol...Michael Niedermayer2013-03-135-0/+856
* | vc1dec: remove unused variablesMichael Niedermayer2013-03-131-2/+0
* | CrystalHD: Port to ref-counted frame API.Philip Langdale2013-03-131-17/+18
* | vp56: remove unused variableMichael Niedermayer2013-03-131-1/+0
* | dsputil: remove hpel functions (moved to hpeldsp).Ronald S. Bultje2013-03-134-227/+7
* | Move alpha half-pel assembly from dsputil to hpeldsp.Ronald S. Bultje2013-03-138-282/+377
* | Move sparc/vis half-pel assembly from dsputil to hpeldsp.Ronald S. Bultje2013-03-134-3487/+3540
* | Move sh4 half-pel assembly from dsputil to hpeldsp.Michael Niedermayer2013-03-135-86/+365
* | Move bfin half-pel assembly from dsputil to hpeldsp.Ronald S. Bultje2013-03-138-466/+552
* | Move arm half-pel assembly from dsputil to hpeldsp.Ronald S. Bultje2013-03-1315-1350/+1539
* | Move ppc half-pel assembly from dsputil to hpeldsp.Ronald S. Bultje2013-03-134-421/+467
* | Move x86 half-pel assembly from dsputil to hpeldsp.Ronald S. Bultje2013-03-139-660/+967
* | mjpeg: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-132-1/+4
* | svq1enc: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-131-3/+7
* | snow: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-133-4/+9
* | svq3: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-131-7/+10
* | mpegvideo: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-136-36/+38
* | svq1: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-131-11/+11
* | mimic: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-131-2/+5
* | interplayvideo: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-131-5/+5
* | bink: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-131-7/+10
* | indeo3: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-131-5/+5
* | vp56: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-132-5/+6
* | vp3: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-134-13/+9
* | hpeldsp: add half-pel functions (currently copies of dsputil).Ronald S. Bultje2013-03-136-6/+433
* | Merge commit 'de27d2b92fa97deb2856d18e9f5f19586ce45a0f'Michael Niedermayer2013-03-137-692/+0
|\|
| * lavc: remove disabled FF_API_LIBMPEG2 cruftAnton Khirnov2013-03-112-6/+0
* | Merge commit '0517c9e098092709397cc522c59fa63c83cc81be'Michael Niedermayer2013-03-135-856/+0
|\|
| * lavc: remove disabled FF_API_AVCODEC_RESAMPLE cruftAnton Khirnov2013-03-115-805/+0
* | Merge commit '684e3d2e1ce96625eeef63f2564aab66f6715d05'Michael Niedermayer2013-03-132-6/+8
|\|
| * ra144: check buffer size before requesting a bufferJanne Grunau2013-03-101-6/+7
| * wmapro: unref skipped framesJanne Grunau2013-03-101-0/+1
* | Merge commit 'e3232f34312f8187094c875445683277ed0c209d'Michael Niedermayer2013-03-132-2/+2
|\|
| * svq1: use av_frame_free to free refcounted frameJanne Grunau2013-03-101-1/+1
| * lavc: fix get_buffer() compatibility layer for audio.Anton Khirnov2013-03-101-1/+1
* | Merge commit '98cec5c84feff34e04428de4a86836a83657ae5e'Michael Niedermayer2013-03-131-1/+0
|\|
| * ratecontrol: remove an unused variableAnton Khirnov2013-03-101-1/+0
| * vorbisdec: do not leak the first frame.Anton Khirnov2013-03-101-0/+1
* | avpacket: do not copy data when buf ref is available.Clément Bœsch2013-03-131-2/+9
* | Merge commit 'adfa53d67c7a3318157ea9d95e8bdcfb77139452'Michael Niedermayer2013-03-133-180/+0
|\|
| * lavc: remove disabled FF_API_VDA_ASYNC cruftAnton Khirnov2013-03-093-182/+0
* | avcodec: assert that old codec ids match newMichael Niedermayer2013-03-131-0/+5
* | Merge commit 'bdd1567c355a8092e7746ef99e831d579e34fa6a'Michael Niedermayer2013-03-131-4/+0
|\|
| * lavc: remove disabled FF_API_CODEC_ID cruftAnton Khirnov2013-03-094-381/+0
* | lavc: extend documentation for skip_idct, skip_loop_filter, skip_frame optionsStefano Sabatini2013-03-132-12/+12
* | Merge commit '7d42fd6bb9df99a20cf2d0d0e3b166a83a649d08'Michael Niedermayer2013-03-123-54/+0
|\|
| * lavc: remove disabled FF_API_FIND_BEST_PIX_FMT cruftAnton Khirnov2013-03-093-51/+0
* | vp3/x86: use full transpose for all IDCTs.Ronald S. Bultje2013-03-1213-122/+141