]> git.sesse.net Git - ffmpeg/history - libavcodec
Decode both parts of Indeo4 IP frames
[ffmpeg] / libavcodec /
2014-06-01 Dirk AusserhausDecode both parts of Indeo4 IP frames
2014-06-01 Dirk AusserhausMove Indeo4 frametypes into common header.
2014-06-01 Anton Khirnovflacenc: send final extradata in packet side data
2014-06-01 Anton Khirnovlavc: add an option to enable side data-only packets...
2014-06-01 wm4libavcodec: set AVFrame colorspace fields on decoding
2014-06-01 wm4lavu: add all color-related enums to AVFrame
2014-05-30 Thierry Fauckppc: Fix compilation for ppc64le (ELFv2)
2014-05-29 Diego Biurrundsputil: Split off quarterpel bits into their own context
2014-05-29 Diego Biurrundsputil: Move Bink-specific add_pixels8 to binkdsp
2014-05-29 Diego Biurrundsputil: Move APE-specific bits into apedsp
2014-05-29 Diego Biurrundsputil: Move mspel_pixels_tab to the only place it...
2014-05-29 Diego Biurrundsputil: Move ff_alternate_*_scan tables to mpegvideo
2014-05-29 Diego Biurrundsputil: Move SVQ1 encoding specific bits into svq1enc
2014-05-29 Diego Biurrunsvq1enc: Rename SVQ1Context to SVQ1EncContext
2014-05-28 Diego Biurrunppc: Move vec_unaligned_load macro to util_altivec
2014-05-28 Anton Khirnovflac: make avpriv_flac_parse_block_header() inline
2014-05-28 Anton Khirnovflacdec: do not overwrite a channel layout set by the...
2014-05-27 Diego Biurrundsputil: Split off HuffYUV encoding bits into their...
2014-05-27 Diego Biurrundsputil: Split off HuffYUV decoding bits into their...
2014-05-27 Diego Biurrunh264_picture: Remove pointless dsputil.h #include
2014-05-27 Diego Biurrunon2avc: Remove pointless dsputil.h #include
2014-05-23 Vittorio Giovaraavcodec: bump version after rotation api
2014-05-23 Niels Möllerdca: Convert dca_dmixtable to integers
2014-05-19 Janne Grunaucheck: add libavcodec/vda_internal.h to SKIPHEADERS...
2014-05-19 Vittorio GiovaraAdd transformation matrix API.
2014-05-19 Anton Khirnovpthread_frame: simplify the code by using new AVPacket API
2014-05-19 Anton Khirnovavpacket: fix copying side data in av_packet_copy_props()
2014-05-19 Anton Khirnovhevc/intra_pred: simplify neighboring sample derivation
2014-05-19 Mickaël Raulethevc/intra_pred: drop unnecessary conditions in loops
2014-05-19 Mickaël Raulethevc/intra_pred: optimize EXTEND_()*
2014-05-19 Anton Khirnovhevc: templatize intra_pred
2014-05-19 Mickaël Raulethevc: templatize pred_planar
2014-05-18 Anton Khirnovlavc: add avcodec_free_context().
2014-05-18 Anton Khirnovlavc: remove the locking code in avcodec_close()
2014-05-15 Janne Grunauaarch64: opus NEON iMDCT and FFT
2014-05-15 Anton Khirnovlavc: properly handle subtitle_header in avcodec_copy_c...
2014-05-15 Anton Khirnovlavc: preserve the original private data in avcodec_cop...
2014-05-15 Anton Khirnovlavc: add a native Opus decoder.
2014-05-13 Janne Grunaubuild: handle library dependencies in configure
2014-05-13 Janne Grunauaarch64: assembler in clang-3.4 ignores the division...
2014-05-11 Anton Khirnovlavc: Add new VDA hwaccel
2014-05-11 Anton Khirnovvda: use hwaccel private data for internal bitstream...
2014-05-11 Anton Khirnovlavc: Add hwaccel private data and init/uninit callbacks
2014-05-11 Luca Barbatohwaccel: Support specific frame allocators
2014-05-11 Anton Khirnovhwaccel: Rename priv_data_size to frame_priv_data_size
2014-05-11 Anton Khirnovlavc: document which parts of AVHWAccel are private.
2014-05-11 Anton Khirnovlavc: set AVCodecContext.hwaccel in ff_get_format()
2014-05-11 Anton Khirnovlavc: Add an internal wrapper around get_format()
2014-05-09 nu774pcm-dvd: Fix 20bit decoding
2014-05-05 Martin Storsjölibfdk-aac: Relicense the library wrappers to 2-clause BSD
2014-05-05 Jean Firstlibfdk-aacenc: Enable 7.1 channel encoding
2014-05-03 Luca Barbatovp9: Read the frame size as unsigned
2014-05-01 Luca Barbatoaac: K&R formatting cosmetics
2014-05-01 Luca Barbatoflv: K&R formatting cosmetics
2014-05-01 Anton Khirnovlavc: deprecate AVCodecContext.codec_name
2014-05-01 Anton Khirnovlavc: do not use AVCodecContext.codec_name in avcodec_s...
2014-05-01 Anton Khirnovlavc: move CODEC_FLAG_MV0 to mpegvideo
2014-05-01 Anton Khirnovlavc: make the xvid-specific "gmc" flag a private optio...
2014-05-01 Anton Khirnovlavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideo
2014-05-01 Anton Khirnovlavc: deprecate CODEC_FLAG_INPUT_PRESERVED
2014-04-29 Anton Khirnovh264: drop commented out cruft
2014-04-29 Anton Khirnovmpegvideo: remove unused MpegEncContext.b4_stride
2014-04-29 Anton Khirnovmpegvideo: move the MpegEncContext fields used from...
2014-04-28 Michael Niedermayerhwaccel: fix dxva2 & vaapi loop filter parameters
2014-04-28 Hendrik Leppkesdxva2_h264: add a workaround for old Intel GPUs
2014-04-28 Hendrik Leppkesdxva2_h264: set the correct ref frame index in the...
2014-04-25 Alessandro Ghedinivc1: Do not return an error when skipping b frames
2014-04-24 Janne Grunaulavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct...
2014-04-23 Kostya Shishkovon2avc: change a comment at #endif to match actual...
2014-04-23 Kostya ShishkovOn2 AVC decoder
2014-04-23 Derek Buitenhuisfic: Make warning message more accurate
2014-04-23 Derek Buitenhuisfic: Remove redundant clips
2014-04-22 Derek Buitenhuisfic: Simplify alpha blending
2014-04-22 Derek Buitenhuisfic: Support rendering cursors
2014-04-22 Derek Buitenhuisfic: Use proper quantization matrix index
2014-04-22 Janne Grunauaarch64: NEON vorbis_inverse_coupling
2014-04-22 Janne Grunauaarch64: NEON fixed/floating point MPADSP apply_window
2014-04-22 Janne Grunauaarch64: NEON float (i)MDCT
2014-04-22 Janne Grunauaarch64: NEON float FFT
2014-04-22 Anton Khirnovlavc: improve AVCodecContext.delay doxy
2014-04-21 Michael Niedermayermpegvideo: Use the current_picture pts
2014-04-21 Michael Niedermayeravcodec/fic: Fix return value check
2014-04-21 Michael Niedermayeravcodec/fic: clear slice_data
2014-04-21 Michael Niedermayeravcodec/fic: fix slice checks
2014-04-21 Kostya Shishkovfic: use correct IDCT
2014-04-19 Martin Storsjömvc: Specify the pixel format for the mv-mvc* tests
2014-04-19 Peter RossSilicon Graphics Motion Video Compressor 1 & 2 decoder
2014-04-19 Peter RossSilicon Graphics RLE 8-bit video decoder
2014-04-19 Janne Grunauh264: codec reinit: remove statements without effect
2014-04-19 Vittorio Giovarautils: add yvyu422 to avcodec_align_dimensions2
2014-04-14 Martin Storsjövp78: Align the intra4x4_pred_mode_top array within...
2014-04-14 Niels Möllerdcadec: Delete redundant init_get_bits call
2014-04-13 James Almerx86/synth_filter: remove the fma3 version ifdefs
2014-04-12 Tim Walkerdcadec: Use correct channel count in stereo downmix...
2014-04-12 Tim Walkerdcadec: Do not decode the XCh extension when downmixing...
2014-04-12 Jean Firsttiffdec: support predictor type 2 with RGB48 pixel...
2014-04-12 Justin Rugglestiffdec: remove an unneeded variable
2014-04-12 Justin Rugglestiff: use a better name and enum values for Photometric...
2014-04-12 Justin Rugglestiffdec: use a single strip if RowsPerStrip is 0
2014-04-12 Justin Rugglestiffdec: use bytestream2 to simplify overread/overwrite...
next