]> git.sesse.net Git - ffmpeg/history - libavcodec
lavc: add avcodec_free_context().
[ffmpeg] / libavcodec /
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...
2014-04-12 Justin Rugglesbytestream: add bytestream2_copy_buffer() functions
2014-04-12 Paul B Maholbytestream: add functions for accessing size of buffer
2014-04-12 Justin Rugglestiffdec: use correct data type for palette entries...
2014-04-12 Jean Firsttiffdec: rename variables for consistency and fix varia...
2014-04-11 Timothy GuDNxHD: convert inline asm to yasm
2014-04-11 Timothy GuDNxHD: make get_pixel_8x4_sym accept ptrdiff_t as stride
2014-04-11 Vittorio GiovaraDNxHD: K&R formatting cosmetics
2014-04-10 Luca Barbatomp2: Do not force a samplerate
2014-04-10 Derek Buitenhuislibx265: Only set the SAR if it is valid
2014-04-10 Derek Buitenhuislibx265: Use 16-bit SAR
2014-04-10 Derek Buitenhuislibx265: Use x265_param_parse to set the SAR
2014-04-09 wm4mpegvideo: operate with pointers to AVFrames instead...
2014-04-08 Vittorio Giovararawvideo: Support decoding YVYU422 FourCC
2014-04-07 Vittorio Giovaramp2: match twolame default options
2014-04-07 Paul B Mahollibtwolame MP2 encoding support
2014-04-07 Vittorio Giovaralibxvid: fix missing end of line character
2014-04-06 Luca Barbatoh264: Refactor decode_nal_units
2014-04-06 Timothy Gulibxvid: Add SSIM displaying through a libxvidcore...
2014-04-06 Timothy Gulibxvid: add working lumimasking and variance AQ
2014-04-06 Janne Grunauaarch64: implement videodsp.prefetch
2014-04-06 Paul B MaholLucasArts SMUSH VIMA audio decoder
2014-04-06 Paul B MaholLucasArts SMUSH SANM video decoder
2014-04-04 Diego Biurrundsputil: Move DV-specific ff_zigzag248_direct table...
2014-04-04 Diego Biurrunx86: dsputil: Move ff_apply_window_int16_* bits to...
2014-04-04 Diego Biurrunx86: h264_qpel: Simplify an #if conditional
2014-04-04 Diego Biurrunx86: Drop some unnecessary YASM ifdefs
2014-04-04 Diego Biurrunppc: Drop a bunch of unnecessary dsputil_altivec.h...
2014-04-04 Diego Biurrunx86: dsputil: Eliminate some unnecessary dsputil_x86...
2014-04-04 Diego BiurrunRemove a number of unnecessary dsputil.h #includes
2014-04-04 James Almerx86/synth_filter: add synth_filter_fma3
2014-04-04 James Almerx86/synth_filter: add synth_filter_avx
2014-04-04 James Almerx86/synth_filter: add synth_filter_sse
next