]> git.sesse.net Git - ffmpeg/history - libavcodec
dca: replace some memcpy by AV_COPY128
[ffmpeg] / libavcodec /
2014-02-20 Christophe Gisquetdca: replace some memcpy by AV_COPY128
2014-02-20 Janne Grunauh264: avoid undefined behavior in chroma motion compens...
2014-02-20 Diego Biurrunmpeg4video_parser: Drop pointless av_-prefix from stati...
2014-02-20 Diego Biurrunavcodec: Consistently name encoder init functions foo_e...
2014-02-20 Diego Biurrunx86: dsputil: Use correct file name as multiple inclusi...
2014-02-20 Diego Biurrunbit_depth_template: Use file name as multiple inclusion...
2014-02-20 Diego Biurrunsvq3: Adjust #endif comment
2014-02-19 Luca Barbatohevc: Always consider VLC NALU type mismatch fatal
2014-02-19 Luca Barbatohevc: Mention the missing SPS in the error message
2014-02-19 Diego Biurrunx86: dca: Add missing multiple inclusion guards
2014-02-18 Luca Barbatoh264: informative error reporting in decode_slice_header()
2014-02-18 Luca Barbatoh264: fix slice_type value reported in decode_slice_hea...
2014-02-17 Diego Biurrundoxygen: Add a number of missing function parameter...
2014-02-16 Vittorio Giovarah264: use avpriv_request_sample for chroma_format_idc
2014-02-16 Diego BiurrunMove all example programs to doc/examples
2014-02-16 Maxim Poliakovskig2meet: validate bpp and bitmasks in the display info
2014-02-15 Tim Walkerac3dec: set AV_FRAME_DATA_DOWNMIX_INFO side data.
2014-02-15 Tim Walkerac3: update AC3PreferredStereoDownmixMode.
2014-02-15 Vittorio Giovarah264_parser: use enum values in h264_find_frame_end()
2014-02-14 Janne Grunauppc: reduce overreads when loading 8 pixels in altivec...
2014-02-14 Jan Ekströmutvideoenc: Enable support for multiple slices and...
2014-02-14 Derek Buitenhuislibx265: Remove redundant default param call
2014-02-14 Derek Buitenhuislibx265: Fix use of uninitialized input picture
2014-02-14 Vittorio Giovarah264_sei: reorder headers
2014-02-14 Vittorio Giovarah264_sei: name buffering period type consistently
2014-02-14 Vittorio Giovarah264: drop outdated comments
2014-02-14 Vittorio Giovarah264: store current_sps_id inside the current sps
2014-02-14 Vittorio Giovarah264: print values in case of error
2014-02-13 Luca Barbatoh264: Refactor ff_h264_decode_ref_pic_list_reordering
2014-02-13 Janne Grunaumpeg12dec: do not add stereo3D side data to a non-exist...
2014-02-12 Janne Grunauh264: make context_count unsigned
2014-02-12 Derek BuitenhuisAdd libx265 encoder
2014-02-12 John Stebbinsaacdec: set AVFrame sample_rate
2014-02-11 John Stebbinslavc: set AVFrame pkt_pts and reordered_opaque in reget...
2014-02-11 Kostya Shishkovg2meet: make JPEG tile decoder operate on 8x8 block...
2014-02-11 Maxim Poliakovskig2meet: factor out seeking to the chunk end
2014-02-10 Anton Khirnovrpza: limit the number of blocks to the total remaining...
2014-02-10 Anton Khirnovrpza: move some variables to the blocks where they...
2014-02-10 Anton Khirnovrpza: use fixed-width int types
2014-02-10 Anton Khirnovrpza: switch to bytestream2
2014-02-09 Luca Barbatohevc: Conceal zero td
2014-02-09 Kostya Shishkovdnxhd: Support DNx444
2014-02-09 Ronald S. Bultjevp8: fix PPC assembly to work if src_stride != dst_stride
2014-02-09 Janne Grunauasvenc: free avctx->coded_frame on codec close
2014-02-09 Martin Storsjöarm: Remove a stray .fpu directive
2014-02-09 Alexandra Khirnovadnxhddec: return proper error code
2014-02-09 Maxim Poliakovskig2meet: rename FRAME_INFO to more appropriate DISPLAY_INFO
2014-02-08 Tim Walkermlp_parser: fix request_channel_layout behavior.
2014-02-08 Michael Niedermayermlpdec: fix request_channel_layout behavior.
2014-02-08 Kostya ShishkovMirillis FIC video decoder
2014-02-08 Tim Walkermlp: improve request_channel_layout behavior.
2014-02-08 Janne Grunaudca: include dcadsp.h in {arm,x86}/dca.h for checkheaders
2014-02-08 Vittorio Giovarah264: give numbers to nalus
2014-02-08 Janne Grunaux86: use the inline int8x8_fmul_int32 only if inline...
2014-02-07 Christophe Gisquetdcadsp: split lfe_dir cases
2014-02-07 Christophe Gisquetx86: dcadsp: implement int8x8_fmul_int32
2014-02-07 Christophe Gisquetdcadsp: add int8x8_fmul_int32 to dsp context
2014-02-07 Martin Storsjöarm: Add X() around all references to extern symbols
2014-02-06 Ronald S. Bultjevp8: fix bilinear C code to work if src_stride != dst_s...
2014-02-06 Martin Storsjövp8: Use 2 registers for dst_stride and src_stride...
2014-02-04 Vittorio Giovarampeg: K&R formatting cosmetics
2014-02-04 Anton Khirnovlagarith: reallocate rgb_planes when needed
2014-02-04 Anton Khirnovtruemotion1: check the header size
2014-02-04 Anton Khirnovshorten: pad the internal bitstream buffer
2014-02-04 Anton Khirnoveacmv: clear references on frame dimensions change
2014-02-04 Diego Biurrunavcodec: Suppress deprecation warnings from avcodec_all...
2014-02-04 Vittorio Giovarajvdec: K&R formatting cosmetics
2014-02-04 Anton Khirnovh264: reset data partitioning at the beginning of each...
2014-02-04 Anton Khirnovvp8: use a fixed-size edge emu buffer
2014-02-04 Jan Ekströmutvideoenc: Add support for the new BT.709 FourCCs...
2014-02-04 Anton Khirnovhevc: check that the VCL NAL types are the same for...
2014-02-01 Luca Barbatohevc: Reject impossible slice segment
2014-02-01 Luca Barbatohevc: Consider first quantization group any reference...
2014-01-31 Janne Grunauxvid: switch to xvid mmx idct as soon as possible
2014-01-31 Jan Ekströmatrac3plus: Make initialization dependant on channel...
2014-01-30 Ronald S. Bultjex86: videodsp: Fix a bug in a %if statement where we...
2014-01-30 Ronald S. Bultjex86: videodsp: Properly mark sse2 instructions in emula...
2014-01-29 John Stebbinsac3dec: Allow asymmetric application of DRC when drc_sc...
2014-01-29 Diego Biurrunmpeg: Drop unused parameters from ff_draw_horiz_band()
2014-01-25 Janne Grunaumpeg12: check scantable indices in all decode_block...
2014-01-25 Janne Grunauavutil: remove timer.h include from internal.h
2014-01-24 Kostya Shishkovdxtory: compressed RGB555/RGB565 decoding support
2014-01-24 Kostya Shishkovdxtory: add more compressed and uncompressed modes
2014-01-24 Guillaume Martresvp9: fix bugs in updating coef probabilities with paral...
2014-01-24 Ronald S. Bultjevp9: fix mvref finding to adhere to bug in libvpx.
2014-01-22 Martin Storsjömpegvideo_enc: Don't call ff_h263dsp_init unconditionally
2014-01-22 Diego Biurrunbfin: vp3: Mark all binary object sections appropriately
2014-01-22 Janne Grunauh264: skip chroma edges at the picture boundary while...
2014-01-21 Anton Khirnovlavc: do not force the emu edge flag
2014-01-21 Kostya Shishkovdxtory: change error code for unexpected slice configur...
2014-01-21 Kostya Shishkovdxtory: correctly handle YUV slices with average odd...
2014-01-21 Diego Biurrundxva2: Use correct printf format strings
2014-01-21 Diego Biurrundxva2: Add missing #includes
2014-01-21 Sam Lantingadxva2: Log errors verbosely
2014-01-21 Sam Lantingadxva2: Retry IDirectXVideoDecoder_BeginFrame()
2014-01-21 Luca Barbatohevc: Bound check cu_qp_delta
2014-01-21 Luca Barbatohevc: Bound check slice_qp
2014-01-21 Luca Barbatohevc: Prevent some integer overflows
2014-01-21 Guillaume Martreshevc: Remove useless clip
2014-01-21 Guillaume Martreshevc: clip pixels when transquant bypass is used
next