]> git.sesse.net Git - ffmpeg/history - libavcodec
alsdec: check sample pointer range in revert_channel_correlation
[ffmpeg] / libavcodec /
2015-05-05 Andreas Cadhalpunalsdec: check sample pointer range in revert_channel_co...
2015-05-05 Andreas Cadhalpunaacpsy: correct calculation of minath in psy_3gpp_init
2015-05-05 Andreas Cadhalpunalsdec: limit avctx->bits_per_raw_sample to 32
2015-05-05 Andreas Cadhalpunaasc: return correct buffer size from aasc_decode_frame
2015-05-01 Carl Eugen Hoyosdnxhddec: Fix pixel format change
2015-05-01 Vittorio Giovaraffv1enc: Add const attribute to input frame
2015-04-29 Anton Khirnovrawenc: properly allocate coded_frame
2015-04-29 Anton Khirnovh264: use properly allocated AVFrames
2015-04-29 Anton Khirnovh264: embed the DPB in the context
2015-04-29 Anton Khirnovh264: merge the init and reinit paths in update_thread_...
2015-04-29 Anton Khirnovh264: drop the reinit parameter from init_slice_header()
2015-04-29 Anton Khirnovh264: update the current bit depth/chroma type in init_...
2015-04-29 Anton Khirnovh264: copy nal_length_size in update_thread_context
2015-04-29 Anton Khirnovh264: drop a comment that carries no useful information
2015-04-29 Anton Khirnovh264: move freeing the escaped RBSP buffer to free_cont...
2015-04-29 Anton Khirnovh264: eliminate ff_h264_set_parameter_from_sps()
2015-04-29 Anton Khirnovh264: move context reinit lower down in update_thread_c...
2015-04-29 Anton Khirnovh264: move the DPB init/uninit to init_context()/free_c...
2015-04-29 Anton Khirnovh264: drop H264Context.ouputed_poc
2015-04-29 Anton Khirnovh264: drop needs_realloc
2015-04-28 Vittorio Giovarah263: Convert function to macro
2015-04-28 Vittorio Giovarah263: Drop commented-out code and a related otherwise...
2015-04-28 Vittorio Giovarajpeglsenc: Mark codec as init-thread-safe and init...
2015-04-28 Vittorio Giovarajpeglsenc: Check memory allocations
2015-04-28 Vittorio Giovaraflacenc: Move a scratch buffer to struct used by the...
2015-04-25 Rico Tzschichholzvaapi: Fix -Wimplicit-function-declaration for ff_dlog...
2015-04-24 Andreas Cadhalpundss_sp: use lowercase codec name without whitespace
2015-04-24 Vittorio Giovaralibxvid: Make codec use the init-cleanup flag and mark...
2015-04-24 Vittorio Giovaralibx264: Make codec use the init-cleanup flag and mark...
2015-04-24 Vittorio Giovaralclenc: Mark codec as init-thread-safe and init-cleanup
2015-04-24 Vittorio Giovarahqx: Mark codec as init-thread-safe and init-cleanup
2015-04-24 Vittorio Giovarahuffyuvenc: Mark codec as init-thread-safe and init...
2015-04-24 Vittorio Giovaraasvenc: Mark codec as init-thread-safe and init-cleanup
2015-04-24 Vittorio Giovarahq_hqa: Fix table data for profile 17
2015-04-24 Vittorio Giovarainternal: Make dlog/tlog a no-op when disabled
2015-04-22 Luca Barbatoprores: Set the bits_per_coded_sample for alpha pix_fmt
2015-04-22 Luca Barbatohq_hqa: Validate get_vlc2 return value
2015-04-22 Luca Barbatoavcodec: Free the default avoptions on init failure
2015-04-22 Luca Barbatoavcodec: Unref the dummy buffer on the fail path
2015-04-20 Vittorio Giovarahq_hqa: Fix reading hqa quantization matrix index
2015-04-20 Vittorio Giovarahqxdsp.h: #include "stddef.h"
2015-04-20 Vittorio Giovarah264_ps: Return meaningful error codes and address...
2015-04-20 Diego Biurrunffv1: Pass correct pointers to av_free()
2015-04-20 Thomas Guillemflac: fix realloc loop with invalid flac files
2015-04-19 Eric Zimmermang2meet: Support G2M5 codec variant
2015-04-19 Andreas Cadhalpunaacdec: consistently use avctx for logging in decode_el...
2015-04-19 Vittorio Giovarampegvideo_enc: Simplify picture allocation
2015-04-19 Vittorio Giovaramotion_est: Fix warning from zero_cmp() assignment
2015-04-19 Vittorio Giovaravc1_pred: Always initialize px and py in ff_vc1_pred_mv...
2015-04-19 Vittorio GiovaraCanopus HQ/HQA decoder
2015-04-19 Vittorio GiovaraImplement shared parsing of INFO tag in Canopus family
2015-04-19 Vittorio Giovarahqx: Implement slice-threaded decoding
2015-04-19 Vittorio Giovarahqx: Store shareable data in main decoder context
2015-04-19 Vittorio Giovarahqx: Move DSP related code to a separate file
2015-04-19 Vittorio Giovarahqx: Merge invalid format check within switch block
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2015-04-15 Luca Barbatox265: Map color parameters
2015-04-15 Luca Barbatox264: Map color parameters
2015-04-14 wm4mpeg4videodec: Remove useless messages
2015-04-14 wm4mmal: Reference MMAL VC lib explicitly
2015-04-14 wm4mmal: Move system headers before local headers
2015-04-13 Vittorio Giovaraffv1: Check memory allocations
2015-04-11 James Almerlibx265: print supported presets and tunes on error
2015-04-09 Ferdinand Oeinckhqx: Fix clipping error in idct put function
2015-04-09 Vittorio Giovaradnxhd: Log the selected profile id
2015-04-09 Vittorio Giovarav210: Fix typo in header guards
2015-04-08 Diego Biurrung2meet: K&R formatting cosmetics
2015-04-05 Anton Khirnovsvq3: initialize some required H264Context fields.
2015-04-05 Martin Storsjölibavcodec: Clarify the documentation of the internal...
2015-04-05 Michael Niedermayeravcodec/libx265: export chosen picture types
2015-04-05 Anton Khirnovh264: reset the private data in init_thread_copy()
2015-04-05 Anton Khirnovh264: remove a commented out nonsense line
2015-04-05 Anton Khirnovh264: drop redundant initialization of the scaling...
2015-04-05 Anton Khirnovh264: factor out common code from init() and init_threa...
2015-04-05 Anton Khirnovh264: drop redundant initialization in init()
2015-04-05 Anton Khirnovh264: initialize cur_chroma_format_idc
2015-04-05 Anton Khirnovh264: use the correct SPS during PPS parsing
2015-04-03 Anton Khirnovh264: disable ER by default
2015-04-03 Anton Khirnovhevc: make sure no dangling pointers remain around...
2015-04-03 Anton Khirnovhevc: do not change the VPS if its contents are the...
2015-04-03 Anton Khirnovhevc: export stream parameters from extradata
2015-04-03 Anton Khirnovhevc: split out setting AVCodecContext parameters
2015-03-30 Diego Biurrunbuild: Split JPEG-related tables off into a separate...
2015-03-30 Diego Biurrunmjpeg: Use a more precise type for put_marker()
2015-03-30 Diego Biurrunmjpeg: Move code only used in the encoder(s) to the...
2015-03-30 Himangi Saraogitiff: Return more meaningful error codes
2015-03-30 Diego Biurrunindeo: Give Indeo4/5 shared code a more consistent...
2015-03-30 Diego Biurrunqsv: Skip header compilation depending on what parts...
2015-03-29 Hendrik Leppkeslavc: add libdcadec decoder
2015-03-29 Hendrik Leppkeslavc: add profile define for DTS Express
2015-03-29 wm4lavc: add MMAL hardware decoder wrapper
2015-03-27 Anton Khirnovlavc: add Intel libmfx-based H.264 encoder
2015-03-27 Anton Khirnovqsvdec: add 'decode' to the non-static function names
2015-03-27 Anton Khirnovqsvdec: split off some code that will be shared with...
2015-03-27 Anton Khirnovqsv: rename to qsvdec
2015-03-23 Hendrik Leppkesvaapi_h264: fix slice data offset
2015-03-23 Hendrik Leppkesdxva2_h264: fix slice offset in long slice structs
2015-03-23 Michael Niedermayerlavc: Prefer x264 over openh264 if both libraries are...
2015-03-21 Anton Khirnovh264: move [uv]linesize to the per-slice context
2015-03-21 Anton Khirnovh264_cabac: remove now unnecessary H264Context function...
next