summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* hevc: move DSP declarations from hevc.h into hevcdsp.hGuillaume Martres2013-12-223-82/+111
* Add a libwebp encoderJustin Ruggles2013-12-214-1/+290
* arm: Don't clobber callee saved registers in scalarproductMartin Storsjö2013-12-201-6/+6
* hevc: support luma bit depth != chroma bit depth for PCM coding unitsMickaël Raulet2013-12-203-14/+5
* hevc: warn when an unknown profile is usedGuillaume Martres2013-12-201-0/+8
* hevc_ps: fix indentationGildas Cocherel2013-12-201-1/+1
* hevc: refactor Profile Tier LevelGildas Cocherel2013-12-202-43/+45
* hevc: don't check for errors in PTL codeGuillaume Martres2013-12-201-24/+9
* hevc: store profile and level in AVCodecContextGildas Cocherel2013-12-201-0/+3
* lavc: add HEVC profiles namesGildas Cocherel2013-12-203-1/+15
* x86: mpegvideo: move denoise_dct asm to mpegvideoencAnton Khirnov2013-12-202-116/+118
* vc1: arm: Add NEON no_rnd chroma MCMason Carter2013-12-202-0/+27
* vc1: arm: Add NEON assemblyMason Carter2013-12-207-0/+1334
* png_parser: Fix parsing on big endianMartin Storsjö2013-12-181-2/+2
* vc1: Fix mb_height for field picturesMichael Niedermayer2013-12-172-14/+17
* h264: Refactor decode_frame_packing_arrangementVittorio Giovara2013-12-171-16/+7
* hevc: Refactor decode_nal_sei_frame_packing_arrangementLuca Barbato2013-12-171-12/+7
* png: add a standalone parserPeter Holik2013-12-174-2/+128
* build: Merge pthreads/w32threads OBJS declarationsDiego Biurrun2013-12-131-2/+1
* mp3adu: Set the channel layout properlyMartin Storsjö2013-12-121-0/+1
* lavc: deprecate avcodec_get_frame_defaults().Anton Khirnov2013-12-113-4/+5
* h264: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov2013-12-111-3/+3
* api-example: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov2013-12-111-2/+1
* mpegvideo: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov2013-12-111-4/+4
* mpegvideo: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov2013-12-111-1/+0
* lavc: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov2013-12-111-2/+2
* lavc: deprecate avcodec_free_frame()Anton Khirnov2013-12-112-12/+7
* Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov2013-12-111-4/+4
* hevc: set time_base when possibleGuillaume Martres2013-12-111-0/+14
* hevc: store the VPS list as an AVBufferRef, just like the others *PSGildas Cocherel2013-12-113-10/+20
* hevc: do not dereference pointer before NULL check in verify_md5()Michael Niedermayer2013-12-111-1/+3
* alsdec: check block lengthReinhard Tartler2013-12-101-0/+5
* hevc: parse frame packing arrangement SEI messages and save relevant stereo3d...Vittorio Giovara2013-12-093-5/+56
* mpeg12enc: set frame packing information when relevant metadata is foundVittorio Giovara2013-12-091-0/+41
* mpeg12dec: parse frame packing arrangement user_data and save relevant stereo...Vittorio Giovara2013-12-091-0/+32
* libx264: set frame packing information when relevant information is foundVittorio Giovara2013-12-091-1/+37
* h264: parse frame packing arrangement SEI messages and save relevant stereo3d...Vittorio Giovara2013-12-093-1/+91
* configure: Prefix libc-related variables with "libc_"Diego Biurrun2013-12-091-2/+1
* avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-0910-76/+73
* dv: use AVFrame API properlyAnton Khirnov2013-12-094-39/+38
* ac3dec: make drc_scale exponentiallyJohn Stebbins2013-12-091-2/+2
* lavc: rework handling of refcounted_frames=0Anton Khirnov2013-12-092-18/+60
* lavc/decode_video(): always unref the frame if there is no output in decode_v...Anton Khirnov2013-12-091-4/+2
* lavc: remove a pointless check in decode_audio4()Anton Khirnov2013-12-091-1/+1
* lavc: use buf[0] instead of data[0] as the indicator of an allocated frameAnton Khirnov2013-12-091-1/+1
* lavc: remove the extended_data workarounds.Anton Khirnov2013-12-091-12/+0
* pthread_frame: use the AVFrame API properly.Anton Khirnov2013-12-091-10/+12
* mxpegdec: use the AVFrame API properly.Anton Khirnov2013-12-091-22/+29
* p*menc: use the AVFrame API properly.Anton Khirnov2013-12-095-69/+79
* mjpegdec: use the AVFrame API properly.Anton Khirnov2013-12-092-4/+11
OpenPOWER on IntegriCloud