]> git.sesse.net Git - ffmpeg/history - libavcodec
on2avc: check number of channels
[ffmpeg] / libavcodec /
2014-11-13 Vittorio Giovarag2meet: check ff_set_dimensions return value
2014-11-13 Vittorio Giovaraindeo3: check ff_set_dimensions return value
2014-11-13 Vittorio Giovarashorten: check for return value
2014-11-13 Vittorio Giovaradcadec: initialize variables before use
2014-11-13 Vittorio Giovaraescape124: explicitly set get_bits1 variable
2014-11-13 Vittorio Giovaramlpdec: check for negative index
2014-11-13 Vittorio Giovaraffv1: fix out-of-bounds read
2014-11-13 Vittorio Giovaravorbisenc: add missing parenthesis
2014-11-13 Vittorio Giovaradpxenc: mention missing break
2014-11-13 Vittorio Giovarasunrastenc: mention missing break
2014-11-13 Vittorio Giovaravc1dec: refactor check with missing parenthesis
2014-11-13 Vittorio Giovaravc1dec: always initialize tx and ty
2014-11-13 Vittorio Giovaradnxhdenc: check negative index
2014-11-13 Vittorio Giovaradisplay: fix order of operands
2014-11-13 Vittorio Giovaranellymoserenc: fix array index
2014-11-13 Michael Niedermayernellymoserenc: fix array element ordering
2014-11-13 Vittorio Giovaralibopusenc: prevent an out-of-bounds read by returning...
2014-11-13 Vittorio Giovaralibopusenc: check return value
2014-11-13 Michael Niedermayervp7: fix checking vp7_feature_value_size()
2014-11-13 Vittorio Giovara4xm: more thorought check for negative index and negati...
2014-11-11 Luca Barbatotiff: Use av_mallocz_array
2014-11-11 John Stebbinsh264_parser: don't stop on SPS_EXT in split
2014-11-11 Michael Niedermayerh264_cabac: fix one fill_rectangle() indentation level
2014-11-11 Vittorio Giovarapng_parser: fix size of chunk_lenght
2014-11-11 Vittorio Giovaradvbsubdec: move shared codepath
2014-11-11 Vittorio Giovaradvbsubdec: improve error checking
2014-11-11 Jernej Fijačkodvbsubdec: add missing break
2014-11-11 Michael Niedermayerhevc_cabac: decrease CABAC_MAX_BIN
2014-11-11 Vittorio Giovarahevc_mvs: prevent unitialized use
2014-11-11 Vittorio Giovara4xm: drop unnecessary check
2014-11-11 Michael Niedermayerhpeldsp: Increase put_no_rnd_pixels_tab[][] size
2014-11-11 Vittorio Giovaramjpegenc: fix argument size in encode_mb
2014-11-11 Vittorio Giovarampegvideo: fix size of array
2014-11-11 Vittorio Giovarampegvideo: check mpv return value
2014-11-11 Michael Niedermayermpeg12enc: increase declared size of block function...
2014-11-11 Martin Storsjölibavcodec: Unconditionally build xiph.o
2014-11-10 Martin Storsjölibfdk-aacdec: Support building with the latest version...
2014-11-09 Luca Barbatolavc: Compact the side-data passthrough
2014-11-06 Vittorio Giovaramjpegdec: fix undefined shift
2014-11-06 Luca Barbatopthreads_frame: Do not leak on failure path
2014-11-06 Vittorio Giovarampeg12dec: simplify context duplication
2014-11-06 Vittorio Giovarampeg12enc: factor out check in encode_dc
2014-11-06 Vittorio Giovarampegvideo_enc: factor out denominator and explicitly...
2014-11-06 Vittorio Giovarampegvideo_enc: rework direct mode check
2014-11-06 Anton Khirnovlavc: make avpriv_flac_is_extradata_valid() private...
2014-11-06 Anton Khirnovlavc: make avpriv_flac_parse_streaminfo() private on...
2014-11-06 Anton Khirnovlavf: stop using avpriv_flac_parse_streaminfo()
2014-11-06 Anton Khirnovlavc,lavf: switch to the new vorbis parse API
2014-11-06 Anton Khirnovlavc: add a public API for parsing vorbis packets.
2014-11-06 Anton Khirnovvorbis_parser: add an AV prefix to VorbisParseContext
2014-11-06 Anton Khirnovvorbis_parser: use a dedicated AVClass for logging
2014-11-04 Rémi Denis-Courmonthwaccel: Deinitialize hardware acceleration early enough
2014-11-04 Vittorio Giovaraaacdec: add default case in channel layout
2014-11-04 Michael Niedermayeraacsbr: change order of operation to prevent out of...
2014-11-03 Vittorio Giovaraaacsbr: treat 1-d arrays as such
2014-11-03 Vittorio Giovaracelp_filters: don't use filter lenght as loop bound
2014-11-03 Vittorio Giovaraerror_resilience: initialize prev_* variables
2014-11-03 Vittorio Giovaramotion_est: remove dead code
2014-11-03 Vittorio Giovaraget_bits: remove unused assignment
2014-10-28 Rémi Denis-Courmontvdpau: return MAIN instead of BASELINE for H.264 CBP
2014-10-28 Rémi Denis-Courmontvdpau/h264: request MAIN rather than BASELINE VDPAU...
2014-10-24 Olivier Langloislavc: Use av_gettime_relative
2014-10-18 Anton Khirnovlavc: make lmax/lmin into private options of mpegvideo...
2014-10-18 Anton Khirnovlavc: make border_masking into private options of mpegv...
2014-10-18 Anton Khirnovlavc: deprecate unused mb_threshold field
2014-10-18 Anton Khirnovlibvpxenc: add static-thresh private option
2014-10-18 Anton Khirnovlavc: deprecate unused me_threshold field
2014-10-18 Anton Khirnovlavc: make rc_buffer_aggressivity/rc_initial_cplx into...
2014-10-18 Anton Khirnovlavc: make rc_eq into private options of mpegvideo...
2014-10-18 Anton Khirnovlavc: make rc_qmod_* into private options of mpegvideo...
2014-10-18 Anton Khirnovlavc: make rc_qsquish a private option of mpegvideo...
2014-10-17 Vittorio Giovaradump: display codec tags when available
2014-10-17 Omer Osmanlibfdk-aacdec: Enable Dynamic Range Control Metadata...
2014-10-17 Omer Osmanlibfdk-aacdec: Enable Decoder Downmix including Downmix...
2014-10-15 Vittorio Giovaraimc: fix order of operations in coefficients read
2014-10-15 Anton Khirnovlavc: deprecate the use of AVCodecContext.time_base...
2014-10-15 Rémi Denis-Courmontvdpau: add AV_HWACCEL_FLAG_IGNORE_LEVEL to skip the...
2014-10-15 Rémi Denis-Courmontvdpau: have av_vdpau_bind_context() fail on unsupported...
2014-10-13 Anton Khirnovlavc: use a separate field for exporting audio encoder...
2014-10-13 Rémi Denis-Courmonth263dec: call get_format() on resolution changes
2014-10-13 Rémi Denis-Courmonth263dec: call get_format after setting resolution and...
2014-10-08 Vittorio Giovaravc1: initialize color properties
2014-10-08 Vittorio Giovaravp9: initialize color space and range properties
2014-10-08 Vittorio Giovaravp8: initialize color space and range properties
2014-10-08 Vittorio Giovaraavcodec: fix colorspace option description
2014-10-08 Marc-Antoine Arnaudavcodec: add enum values on chroma sample location
2014-10-08 Marc-Antoine Arnaudavcodec: fix descriptions on color transfer options
2014-10-08 Vittorio Giovaradump: print the original coded dimensions when available
2014-10-08 Vittorio Giovaradump: print detailed color space information
2014-10-08 Vittorio Giovaradump: split audio and video probing on multiple lines
2014-10-08 Vittorio Giovaraavcodec: make sure color_range is properly initialized
2014-10-08 Luca Barbatovc1: Split the decoder in components
2014-10-08 Henrik Gramnerx86: h264_intrapred: Don't treat 32-bit integers as...
2014-10-08 James Almerjpeg2000: split off inverse MCT as Jpeg2000DSP
2014-10-07 Josh Allmannh263dec: Force padding bug workaround for H.263.
2014-10-07 Anton Khirnovhevc_mvs: make sure to always initialize the temporal...
2014-10-07 Anton Khirnovhevc_mvs: initialize the temporal MV in case of missing ref
2014-10-06 Rémi Denis-Courmontff_get_format: fix infinite loop
2014-10-06 Manfred Georglavc: specify the behavior of av_lockmgr_register on...
2014-10-06 Rémi Denis-Courmontvdpau: check video surface and decoder capabilities
next