]> git.sesse.net Git - ffmpeg/history - libavcodec
ffv1: Pass correct pointers to av_free()
[ffmpeg] / libavcodec /
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...
2015-03-21 Anton Khirnovh264: use a smaller struct for the ref lists
2015-03-21 Anton Khirnovh264_mb: remove an unused function parameter
2015-03-21 Anton Khirnovh264: drop some mpegvideo remnants from draw_horiz_band()
2015-03-21 Anton Khirnovh264: drop the now unused per-slice H264Contexts
2015-03-21 Anton Khirnovh264: use the main H264Context as the parent for all...
2015-03-21 Anton Khirnovh264_slice: constify all the uses of H264Context during...
2015-03-21 Anton Khirnovh264: move rbsp_buffer into the per-slice context
2015-03-21 Anton Khirnovh264: move remaining ER stuff into the per-slice context
2015-03-21 Anton Khirnoverror_resilience: do not require mbintra/skip tables
2015-03-21 Anton Khirnovh264: move top_borders into the per-slice context
2015-03-21 Anton Khirnovh264: move the scratch buffers into the per-slice context
2015-03-21 Anton Khirnovh264_loopfilter: constify all uses of H264Context
2015-03-21 Anton Khirnovh264_cavlc: constify all uses of H264Context
2015-03-21 Anton Khirnovh264_cabac: constify all uses of H264Context
2015-03-21 Anton Khirnovh264.c: constify all uses of H264Context in slice and...
2015-03-21 Anton Khirnovh264: move mb_mbaff into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_field_decoding_flag into the per-slice...
2015-03-21 Anton Khirnovh264_mb: constify all uses of H264Context
2015-03-21 Anton Khirnovh264_mb: constify block_offset
2015-03-21 Anton Khirnovh264_mvpred: constify all uses of H264Context
2015-03-21 Anton Khirnovh264.h: constify all uses of H264Context
2015-03-21 Anton Khirnovh264_direct: constify all uses of H264Context
2015-03-21 Anton Khirnovh264: use a separate GetBitContext for slice data
2015-03-21 Anton Khirnovh264: do not abuse the context as a temporary storage...
2015-03-21 Anton Khirnovh264: remove some remnants of data partitioning
2015-03-21 Anton Khirnovh264: move resync_mb_{x,y} into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_{x,y} into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_xy into the per-slice context
2015-03-21 Anton Khirnovh264: move is_complex into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_skip_run into the per-slice context
2015-03-21 Anton Khirnovh264: move redundant_pic_count into the per-slice context
2015-03-21 Anton Khirnovh264: move cabac_init_idc into the per-slice context
2015-03-21 Anton Khirnovh264: move loopfilter parameters into the per-slice...
2015-03-21 Anton Khirnovh264: move direct_cache into the per-slice context
2015-03-21 Anton Khirnovh264: move mvd_cache into the per-slice context
2015-03-21 Anton Khirnovh264: move mvd_table into the per-slice context
2015-03-21 Anton Khirnovh264: move last_qscale_diff into the per-slice context
2015-03-21 Anton Khirnovh264: move [{top,left}_]cbp into the per-slice context
2015-03-21 Anton Khirnovh264: move cabac[_state] into the per-slice context
2015-03-21 Anton Khirnovh264: move mb[_{padding,luma_dc}] into the per-slice...
2015-03-21 Anton Khirnovh264: move intra_pcm_ptr into the per-slice context
2015-03-21 Anton Khirnovh264: move the ref lists variables into the per-slice...
next