summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* x86: dca: Add missing multiple inclusion guardsDiego Biurrun2014-02-191-0/+5
* h264: informative error reporting in decode_slice_header()Luca Barbato2014-02-181-2/+6
* h264: fix slice_type value reported in decode_slice_header()Luca Barbato2014-02-181-1/+1
* doxygen: Add a number of missing function parameter descriptionsDiego Biurrun2014-02-172-0/+4
* h264: use avpriv_request_sample for chroma_format_idcVittorio Giovara2014-02-161-3/+2
* Move all example programs to doc/examplesDiego Biurrun2014-02-162-597/+0
* g2meet: validate bpp and bitmasks in the display infoMaxim Poliakovski2014-02-161-1/+21
* ac3dec: set AV_FRAME_DATA_DOWNMIX_INFO side data.Tim Walker2014-02-153-2/+39
* ac3: update AC3PreferredStereoDownmixMode.Tim Walker2014-02-151-1/+1
* h264_parser: use enum values in h264_find_frame_end()Vittorio Giovara2014-02-151-3/+5
* ppc: reduce overreads when loading 8 pixels in altivec dsp functionsJanne Grunau2014-02-141-10/+10
* utvideoenc: Enable support for multiple slices and use themJan Ekström2014-02-141-3/+33
* libx265: Remove redundant default param callDerek Buitenhuis2014-02-141-1/+0
* libx265: Fix use of uninitialized input pictureDerek Buitenhuis2014-02-141-0/+2
* h264_sei: reorder headersVittorio Giovara2014-02-141-4/+2
* h264_sei: name buffering period type consistentlyVittorio Giovara2014-02-142-2/+2
* h264: drop outdated commentsVittorio Giovara2014-02-142-6/+2
* h264: store current_sps_id inside the current spsVittorio Giovara2014-02-143-5/+4
* h264: print values in case of errorVittorio Giovara2014-02-143-21/+23
* h264: Refactor ff_h264_decode_ref_pic_list_reorderingLuca Barbato2014-02-131-64/+72
* mpeg12dec: do not add stereo3D side data to a non-existing frameJanne Grunau2014-02-131-9/+17
* h264: make context_count unsignedJanne Grunau2014-02-121-2/+2
* Add libx265 encoderDerek Buitenhuis2014-02-124-1/+287
* aacdec: set AVFrame sample_rateJohn Stebbins2014-02-121-4/+7
* lavc: set AVFrame pkt_pts and reordered_opaque in reget_bufferJohn Stebbins2014-02-111-1/+4
* g2meet: make JPEG tile decoder operate on 8x8 block maskKostya Shishkov2014-02-111-7/+16
* g2meet: factor out seeking to the chunk endMaxim Poliakovski2014-02-111-13/+8
* rpza: limit the number of blocks to the total remaining blocks in the frameAnton Khirnov2014-02-101-0/+2
* rpza: move some variables to the blocks where they are usedAnton Khirnov2014-02-101-7/+4
* rpza: use fixed-width int typesAnton Khirnov2014-02-101-6/+7
* rpza: switch to bytestream2Anton Khirnov2014-02-101-36/+22
* hevc: Conceal zero tdLuca Barbato2014-02-091-2/+6
* dnxhd: Support DNx444Kostya Shishkov2014-02-092-22/+93
* vp8: fix PPC assembly to work if src_stride != dst_strideRonald S. Bultje2014-02-091-7/+42
* asvenc: free avctx->coded_frame on codec closeJanne Grunau2014-02-091-0/+8
* arm: Remove a stray .fpu directiveMartin Storsjö2014-02-091-2/+0
* dnxhddec: return proper error codeAlexandra Khirnova2014-02-091-11/+11
* g2meet: rename FRAME_INFO to more appropriate DISPLAY_INFOMaxim Poliakovski2014-02-091-4/+4
* mlp_parser: fix request_channel_layout behavior.Tim Walker2014-02-081-5/+10
* mlpdec: fix request_channel_layout behavior.Michael Niedermayer2014-02-081-1/+1
* Mirillis FIC video decoderKostya Shishkov2014-02-086-2/+310
* mlp: improve request_channel_layout behavior.Tim Walker2014-02-082-4/+5
* dca: include dcadsp.h in {arm,x86}/dca.h for checkheadersJanne Grunau2014-02-082-0/+2
* h264: give numbers to nalusVittorio Giovara2014-02-081-13/+13
* x86: use the inline int8x8_fmul_int32 only if inline SSE2 is availbaleJanne Grunau2014-02-081-2/+4
* dcadsp: split lfe_dir casesChristophe Gisquet2014-02-076-43/+64
* x86: dcadsp: implement int8x8_fmul_int32Christophe Gisquet2014-02-077-0/+196
* dcadsp: add int8x8_fmul_int32 to dsp contextChristophe Gisquet2014-02-074-7/+16
* arm: Add X() around all references to extern symbolsMartin Storsjö2014-02-077-22/+22
* vp8: fix bilinear C code to work if src_stride != dst_stride.Ronald S. Bultje2014-02-061-10/+10