]> git.sesse.net Git - ffmpeg/history - libavcodec
h264: drop any pretense of support for data partitioning
[ffmpeg] / libavcodec /
2015-01-27 Anton Khirnovh264: drop any pretense of support for data partitioning
2015-01-27 Anton Khirnovh264_parser: restore a comment lost in 0268a54
2015-01-27 Anton Khirnovh264: do not reset the ref lists in flush_change()
2015-01-27 Anton Khirnovh264: move parser-only variables to their own context
2015-01-27 Anton Khirnoverror_resilience: move the MECmpContext initialization...
2015-01-27 Hendrik LeppkesAdd DXVA2 HEVC HWAccel
2015-01-27 Hendrik Leppkeshevc: reindent after previous commit
2015-01-27 Hendrik Leppkeshevc: add hwaccel hooks
2015-01-27 Hendrik Leppkeshevc: store the short term rps flag and size in the...
2015-01-27 Hendrik Leppkeshevc: store the escaped/raw bitstream in HEVCNAL
2015-01-27 Hendrik Leppkeshevc: pass the full HEVCNAL struct to decode_nal_unit
2015-01-27 Anton Khirnovhevc: unref the current frame if frame_start() fails
2015-01-27 Anton Khirnovhevc: clear unused refs on failure
2015-01-27 Anton Khirnovh264: simplify code in flush_dpb()
2015-01-23 Michael Niedermayermpegvideo_enc: Draw edges on input for non-multiple...
2015-01-22 Derek Buitenhuislibx265: Pass through user-set frame type
2015-01-20 Martin Storsjölibopenh264enc: Move a declaration of a variable into...
2015-01-20 Martin Storsjölibopenh264enc: Remove a workaround for silencing warni...
2015-01-15 Michael Niedermayerh264_cabac: Break infinite loops
2015-01-15 Vittorio Giovaraopus_parser: drop unused variable
2015-01-15 Vittorio Giovarabsf: check memory allocations
2015-01-15 Vittorio Giovaravp8: improve memory allocation checks
2015-01-14 Paul B Maholtiff: support decoding GBRP and GBRAP formats
2015-01-14 Paul B Mahollavc: add GBRAP to avcodec_align_dimensions2
2015-01-14 Stefano Sabatiniimgutils: create misc functions for dealing with buffers
2015-01-14 Vittorio Giovarapng: improve signature check
2015-01-09 Anton Khirnovmpeg4audio: check the init_get_bits() return value
2015-01-08 Martin Storsjölibfdk-aacdec: Make sure decoding doesn't add any extra...
2015-01-08 Martin Storsjölibopenh264enc: Fix a typo and some nitpicks
2015-01-07 Alexandre Coluccixsub: Support DXSA subtitles
2015-01-06 Martin Storsjölibavcodec: Add an OpenH264 encoder wrapper
2015-01-06 Vittorio Giovaramsmpeg4: check memory allocations and propagate errors
2015-01-06 Vittorio Giovaraulti: invert the order of parameters of ulti_decode_frame()
2015-01-05 Stefano Pigozzivda: error out if decoded CVPixelBuffer is empty
2015-01-05 Diego Biurrunffv1: const correctness for encode_rgb_frame()
2015-01-05 Diego Biurrunffv1: Drop unnecessary casts and const qualifiers to...
2014-12-27 Anton Khirnovh264: restore a block mistakenly removed in e10fd08a
2014-12-25 Rémi Denis-Courmontvdpau: add support for the H.264 High 4:4:4 Predictive...
2014-12-25 Rémi Denis-Courmontvdpau: add support for 4:2:2 and 4:4:4 chroma sampling
2014-12-25 Rémi Denis-Courmontvdpau: add helper for surface chroma type and size
2014-12-25 Rémi Denis-Courmontlibavcodec: add AV_HWACCEL_ALLOW_HIGH_DEPTH flag
2014-12-25 Rémi Denis-Courmontavcodec: add AVCodecContext.sw_pix_fmt
2014-12-25 Rémi Denis-Courmonth264: factor hwaccel pixel formats list
2014-12-20 Kieran Kunhyampegts: add support for Opus
2014-12-19 Michael Niedermayeron2avc: check number of channels
2014-12-19 Michael Niedermayersmc: fix the bounds check
2014-12-19 Michael Niedermayergifdec: refactor interleave end handling
2014-12-19 Anton Khirnovmmvideo: check frame dimensions
2014-12-19 Anton Khirnovjvdec: check frame dimensions
2014-12-19 Anton Khirnovmjpegdec: check for pixel format changes
2014-12-18 Vittorio Giovaraimgconvert: check memory allocations and propagate...
2014-12-18 Vittorio Giovarawma: check memory allocations and propagate errors
2014-12-18 Vittorio Giovaratakdec: check av_samples_get_buffer_size() return value
2014-12-18 Vittorio Giovaraaacps: invert the order of parameters of ipdopd_reset()
2014-12-18 Vittorio Giovaraassdec: check the right variable
2014-12-18 Vittorio Giovaraaacenc: correctly check returned value
2014-12-18 Vittorio Giovaralcl: return an appropriate error code
2014-12-18 Vittorio Giovaraa64multi: check elbg return values
2014-12-18 Vittorio Giovararoqvideo: check memory allocations and propagate errors
2014-12-18 Vittorio Giovaraelbg: check memory allocations and propagate errors
2014-12-18 Vittorio Giovaratheora: support different visible and coded frame size
2014-12-18 Paul B MaholDPX parser
2014-12-18 Carl Eugen Hoyostiff: support encoding and decoding 64bit images
2014-12-18 Michael Niedermayerh261dec: Fix context initialization sequence
2014-12-18 Martin Storsjöh261enc: Disallow sliced encoding
2014-12-15 Vittorio Giovaratiff: set the correct return value when check_size...
2014-12-15 Luca Barbatotiff: Check the check_size() return value and forward it
2014-12-15 Luca Barbatoprores: Evaluate all the quantizers
2014-12-15 Vittorio Giovarampegvideo: move REBASE_PICTURE where it is used
2014-12-15 Vittorio Giovarampegvideo: remove unused function declaration
2014-12-15 Vittorio Giovarahevc: always clip luma_log2_weight_denom
2014-12-14 Thiago Santosvaapi: wrap codec specific functions in appropiate...
2014-12-14 Michael Niedermayersvq1dec: Unbreak the scratch buffer allocation
2014-12-14 Luca Barbatoasvenc: Forward the error instead of asserting on it
2014-12-14 Rémi Denis-Courmontvdpau: add mapping for H.264 Constrained Baseline profi...
2014-12-14 Rémi Denis-Courmontvdpau: add mapping for H.264 Extended profile
2014-12-14 Rémi Denis-Courmontvdpau: revector macro to reduce line span
2014-12-10 Martin Storsjölibfdk-aacdec: Fix a boundary check
2014-12-09 Janne Grunauarm: mlpdsp: handle pic offset calculation in a macro
2014-12-09 Janne Grunauarm: make ff_mlp_filter_channel_arm and ff_mlp_rematrix...
2014-12-09 Martin Storsjöaarch64: Use .data.rel.ro for const data with relocations
2014-12-09 Martin Storsjöarm: Use .data.rel.ro for const data with relocations
2014-12-08 Vittorio Giovarah264: increase MAX_SLICES to 32
2014-12-08 Zoltan Kovacsdpx: always write the image offset
2014-12-08 Martin Storsjöarm: fft_vfp: Unify the behaviour in ff_fft_calc_vfp...
2014-12-08 Martin Storsjöarm: fft_vfp: Add a missing "endconst" when building...
2014-12-05 Kieran Kunhyav210enc: Add SIMD optimised 8-bit and 10-bit encoders
2014-12-05 Vittorio Giovaralavc: mention that the parser callback never returns...
2014-12-03 Michael Niedermayermpegvideo: exit cleanly when ff_mpv_common_frame_size_c...
2014-12-03 Michael Niedermayermpegvideo: free_context_frame() cannot fail, make it...
2014-12-03 Michael Niedermayermpegvideo: replace assert about interlaced EC with...
2014-12-03 Michael Niedermayermpeg12dec: Use more specific error codes
2014-12-03 Michael Niedermayermpeg12dec: Print error/warning messages on issues in...
2014-12-03 Gonzalo Garramunoexr: Add a gamma flag to exr loader to avoid banding
2014-12-03 Michael Niedermayerh264: proper cleanup in ff_h264_alloc_tables() if DPB...
2014-12-03 Dale Curtish264: Fix memory leak on ff_h264_decode_init() failure
2014-12-02 Jon Morleyoptions_table: fix colorspace minimum option value
2014-12-02 Luca Barbatoaac: Simplify decode_mid_side_stereo
2014-11-27 Anton Khirnovopusdec: make sure all substreams have the same number...
2014-11-25 Martin Storsjövorbis_parser: Include stdint.h in the header, to make...
next