]> git.sesse.net Git - ffmpeg/history - libavcodec
avformat/hlsenc: fix Explicit null dereferenced in hlsenc
[ffmpeg] / libavcodec /
2017-01-05 Steve Lhommedxva2: make ff_dxva2_get_surface() static and rename it
2017-01-05 Carl Eugen Hoyoslavc/Makefile: Clean up the amv encoder dependencies.
2017-01-05 Michael Niedermayeravcodec/bitstream: Document the values supported for...
2017-01-05 Michael Niedermayeravcodec/bitstream: assert that *_size in ff_init_vlc_sp...
2017-01-02 Andreas Cadhalpunwmavoice: validate block alignment
2017-01-02 Andreas Cadhalpunwmavoice: truncate spillover_nbits if too large
2017-01-02 Michael Niedermayeravcodec/x86/vc1dsp_mc: Fix build with NASM 2.09.10
2017-01-02 John Comeauavcodec/x86/imdct36: fix building with nasm 2.11.05
2017-01-02 Carl Eugen Hoyoslavc/psd: Support indexed files.
2017-01-01 Michael Niedermayeravcodec/tests/fft: Fix indention of dct_init()
2017-01-01 Carl Eugen Hoyoslavc/mjpegdec: Do not overread too short JFIF tags.
2017-01-01 Miroslav Slugenavcodec/nvenc: Add bluray_compat basic implementation
2017-01-01 Miroslav Slugenavcodec/nvenc: Make AUD optional for h264_nvenc and...
2017-01-01 Miroslav Slugeňavcodec/nvenc: round qpIntra and qpInter calculation
2016-12-31 Moritz Barsnicklavc/libmp3lame: add support for cutoff
2016-12-31 Michael Niedermayeravcodec/mjpegdec: Check for rgb before flipping
2016-12-30 Carl Eugen Hoyoslavc/psd: Remove an uninitialized variable.
2016-12-28 Michael Bradshawavcodec/libopenjpegdec: Set key frame metadata
2016-12-27 Ronald S. Bultjewmavoice: protect against zero-energy in adaptive gain...
2016-12-27 Ronald S. Bultjewmavoice: move overflow handling to common code.
2016-12-27 Ronald S. Bultjewmavoice: reindent.
2016-12-27 Ronald S. Bultjewmavoice: disable bitstream checking.
2016-12-27 Ronald S. Bultjewmavoice: move wmavoice_flush() up.
2016-12-26 Paul B Maholavcodec/ylc: thread safe initialization is possible...
2016-12-26 Paul B Maholavcodec/ylc: add frame threading support
2016-12-26 Paul B Maholavcodec/ylc: do not leak memory at uninit
2016-12-26 Paul B Maholavcodec/magicyuv: export colorspace and color_range...
2016-12-26 Ruta GadkariNVENC: Update check for Lookahead
2016-12-26 James Almeravcodec/lossless_videodsp: fix output of add_hfyu_left_...
2016-12-25 Michael Niedermayeravcodec/error_resilience: Move variable initialization...
2016-12-25 Michael Niedermayeravcodec/error_resilience: Merge surrounding status...
2016-12-25 Michael Niedermayeravcodec/error_resilience: Factor block parity check out
2016-12-24 Paul B Maholavcodec/pixlet: simplify lowpass_prediction() function
2016-12-24 Paul B Maholavcodec/utvideo: fix mistake using wrong arguments...
2016-12-24 Paul B Maholavcodec/pixlet: make sure scaling factors are not zero
2016-12-24 Paul B Maholavcodec/pixlet: avoid some overflows
2016-12-24 Paul B Maholavcodec/pixlet: fix undefined behaviour in postprocess_...
2016-12-23 Paul B Maholavcodec/utvideodec: add SIMD support for median predict...
2016-12-23 Paul B Maholavcodec/asvdec: return correct value in case of error
2016-12-23 Paul B Maholavcodec/pixlet: check out of bounds pfx value
2016-12-23 James Almeravcodec/pixlet: remove unnecessary double to float...
2016-12-22 Paul B Maholavcodec: add Apple Pixlet decoder
2016-12-22 Paul B Maholavcodec: add pcm_f16le and pcm_f24le decoder
2016-12-22 Paul B Maholavcodec/wmaprodec: cleanup extradata dumping
2016-12-20 Paul B Maholavcodec/magicyuv: add 10 bit support
2016-12-18 Paul B Maholavcodec/get_bits: add av_assert2 to get_bits_long()
2016-12-18 Rostislav Pehlivanovopus: remove redundant ff_celt_window2 declaration
2016-12-17 Pavel Koshevoylavc: Fix ticket 6024, truncated mode decoding
2016-12-17 Zhou Xiaoyongavcodec/mips: version 1 of vc1dsp optimizations for...
2016-12-15 Michael Niedermayeravcodec/h263dec: Return the correct error code in explo...
2016-12-15 Michael Niedermayeravcodec/smvjpegdec: return the packet size instead...
2016-12-15 Michael Niedermayeravcodec/tdsc: return the packet size instead of 0
2016-12-15 Michael Niedermayeravcodec/screenpresso: return the packet size instead...
2016-12-15 Michael Niedermayeravcodec/rscc: return the packet size instead of 0
2016-12-15 Andreas Cadhalpuntiff: fix overflows when calling av_reduce
2016-12-14 Michael NiedermayerBump for psd demuxer and decoder
2016-12-14 Martin Vignalilibavcodec : add decoder for Photoshop PSD image files
2016-12-13 Alex Converselibvpxenc: Don't spam level errors for VP8 encodes
2016-12-13 Zhou Xiaoyongavcodec/mips: version 1 of wmv2dsp optimizations for...
2016-12-13 Zhou Xiaoyongavcodec/mips: version 1 of vp8dsp optimizations for...
2016-12-12 Timo Rothenpieleravcodec/cuvid: fix compilation with msvc11
2016-12-10 Michael Niedermayeravcodec: Add max_pixels options
2016-12-10 Derek Buitenhuislibavcodec/tests: Add avpacket test to .gitignore
2016-12-10 Andreas Cadhalpunopus_parser: make ParseContext the first element in...
2016-12-10 Andreas Cadhalpunopus_parser: fix leaking channel_maps on error
2016-12-10 Michael Niedermayeravcodec/mpeg12dec: Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM
2016-12-09 Michael Niedermayeravcodec/mpeg4videodec: Fix undefined shifts in mpeg4_de...
2016-12-09 Derek Buitenhuish264_slice: Wait for refs to be available before we...
2016-12-09 Michael Niedermayeravcodec/ffv1enc: Allocate smaller packet if the worst...
2016-12-09 Michael Niedermayeravcodec/ffv1enc: Fix size of first slice
2016-12-08 Alex Converseaacdec: Rename elem_type_prev to che_prev_type.
2016-12-08 Alex Converseaacdec: Allow SBR after DRC.
2016-12-08 Martin Storsjöaarch64: h264idct: Use the offset parameter to movrel
2016-12-08 Michael Niedermayeravcodec/golomb: Consume invalid data in get_ur_golomb_j...
2016-12-07 James Darnleyavcodec/h264: resolve assert being triggered when stack...
2016-12-07 Vittorio Giovaralavc: Add spherical packet side data API
2016-12-07 Michael Niedermayeravcodec/wavpack: Treat the first block coding too many...
2016-12-06 James Darnleyavcodec/h264: mmx2, sse2, avx 10-bit 4:2:2 h chroma...
2016-12-06 James Darnleyavcodec/h264: mmx2, sse2, avx 10-bit h chroma deblock...
2016-12-06 James Darnleywhitespace changes after last commit
2016-12-06 James Darnleyavcodec/h264: clean up and expand x86 function definitions
2016-12-06 Timothy Guqsvdec: Fix memory leak
2016-12-06 Timothy Guomx: Fix OOM check
2016-12-06 Thomas TurnerAdded test for libavcodec/avpacket.c
2016-12-05 Mathieu Veltenavcodec/vaapi-vp9: add support for profile 2 (bpp > 8)
2016-12-05 Mathieu Veltenavcodec/vp9: move bpp to the shared context for use...
2016-12-05 Andreas Cadhalpuntruemotion1: fix leaking frame on init failure
2016-12-05 Mark Thompsonvaapi_encode: Write sequence header as extradata
2016-12-03 Michael Niedermayeravcodec/flacdec: Fix undefined shift in decode_subframe()
2016-12-03 Michael Niedermayeravcodec/get_bits: Fix get_sbits_long(0)
2016-12-03 Michael Niedermayeravcodec/flac: forward errors from ff_flac_parse_streami...
2016-12-03 Michael Niedermayeravcodec/flac: Check bps in ff_flac_parse_streaminfo()
2016-12-03 Michael Niedermayeravcodec/flacdec: Fix signed integer overflow in decode_...
2016-12-03 Michael Niedermayeravcodec/flacdsp_template: Fix undefined shift in flac_d...
2016-12-03 Carl Eugen Hoyoslavc: Remove CR/LF from avpriv_request_sample() calls.
2016-12-02 Vittorio Giovarahevc: Support extradata changes
2016-12-02 Vittorio Giovarahevc: Allow parsing external extradata buffers
2016-12-01 Philip Langdaleavcodec/vdpau_hevc: Fix potential out-of-bounds write
2016-12-01 Philip Langdaleavcodec/crystalhd: Handle errors from av_image_get_linesize
2016-11-30 James Darnleyavcodec/h264: sse2 and avx 4:2:2 idct add8 10-bit functions
next