]> git.sesse.net Git - ffmpeg/history - libavcodec
avfilter/setparam : add options to set color primaries, trc, space
[ffmpeg] / libavcodec /
2018-10-19 Carl Eugen Hoyoslavc/sinewin: Do not declare AAC 120/960 tables as...
2018-10-18 Martin Vignaliavcodec/proresenc_aw : use for frame flag in the header...
2018-10-18 Martin Vignaliavcodec/proresenc_aw : add support for prores 444
2018-10-18 Martin Vignaliavcodec/prores_enc : not calculate dct a each quantif...
2018-10-18 Martin Vignaliavcodec/proresenc_aw : use qp close to the official...
2018-10-18 Martin Vignaliavcodec/proresenc_aw : use AVframe primaries, transfert...
2018-10-18 Martin Vignaliavcodec/proresenc_aw : use scan table from prores_data...
2018-10-18 Michael Niedermayeravcodec/h264_cavlc: Check mb_skip_run
2018-10-18 Michael Niedermayeravcodec/ilbcdec: Fix multiple integer overflows
2018-10-18 Michael Niedermayeravcodec/ilbcdec: Fix multiple invalid left shifts
2018-10-18 Michael Niedermayeravcodec/ilbcdec: Limit indexes in create_augmented_vector()
2018-10-18 Michael Niedermayeravcodec/ra144: Fix integer overflow in add_wav()
2018-10-17 Carl Eugen Hoyoslavc/mjpegdec: Support 2:3 subsampling.
2018-10-16 Mark Thompsontrace_headers: Fix memory leaks on syntax read failures
2018-10-15 Aman Guptaavcodec/cbs: ensure user_data is padded for GBC parsing
2018-10-15 Aman Guptaavcodec/cbs: fix crash in sei_pic_timestamp
2018-10-15 Aman Guptaavcodec/cbs_h264: silence errors about end_of_seq nalus
2018-10-14 Michael Niedermayeravcodec/av1_parse: Check obu_size
2018-10-14 Timo Rothenpieleravcodec/cuviddec: properly take deinterlacing and displ...
2018-10-14 Paul B Maholavcodec/imm4: improve decoding of some files
2018-10-12 Paul B Maholavcodec/imm4: stop using FAAN idct
2018-10-12 Aman Guptaavcodec/avpacket: fix whitespace
2018-10-12 Aman Guptaavcodec/mediacodec: add av_mediacodec_render_buffer_at_...
2018-10-12 Sam Johnlibavcodec/libaomenc.c: Added code for computing PSNR...
2018-10-11 Michael Niedermayeravcodec/ffv1dec_template: Check for the end of input...
2018-10-11 Michael Niedermayeravcodec/aacdec_template: Allow duplicated elements
2018-10-09 Derek Buitenhuish264_slice: Copy the value of x264_build before calling...
2018-10-07 Michael Niedermayeravcodec/speedhq: Make speedhq_vlc const
2018-10-07 Michael Niedermayeravcodec/vc1_loopfilter: Fix colums typos
2018-10-07 Michael Niedermayerlibavcodec/v4l2_buffers.h: fix cant typos
2018-10-07 Michael Niedermayeravcodec/unary: Improve get_unary() docs
2018-10-06 Mark ThompsonMerge commit '21733b39d0af5211d7b9f168ff3667ea86362e2b'
2018-10-06 Mark Thompsonav1_metadata: Fix constraint on setting chroma_sample_p...
2018-10-04 James Almeravcodec/libaomdec: remove bogus comment
2018-10-03 James Almeravcodec: add an AV1 parser
2018-10-03 James Almeravcodec/av1_metadata: add an option to insert and remov...
2018-10-03 Michael Niedermayeravcodec/rasc: unref both frames on reinit
2018-10-03 Michael Niedermayeravcodec/rasc: Fix off by 1 error in vertical coordinate
2018-10-03 Michael Niedermayeravcodec/tiff: check remaining packet size for strips
2018-09-30 Michael Niedermayeravcodec/scpr: Skip frames which change nothing
2018-09-30 Michael Niedermayeravcodec/wcmv: Fix integer overflows
2018-09-30 Michael Niedermayeravcodec/gdv: Remove unused variable
2018-09-30 Michael Niedermayeravcodec/hevc_parser: very minor simplification in hevc_...
2018-09-30 Haihao Xianglavc/hevc: Don't parse NAL unit for a dummy buffer
2018-09-29 Marton Balintavcodec/libzvbi-teletextdec: add formatted ass output
2018-09-27 Michael Niedermayeravcodec/diracdec: check that GetBitContext has not...
2018-09-27 Michael Niedermayeravcodec/diracdec: Propagate errors from codeblock()
2018-09-27 Michael Niedermayeravcodec/bintext: Use ff_get_buffer instead of ff_reget_...
2018-09-27 Michael Niedermayeravcodec/bintext: Check input size before allocating...
2018-09-27 Michael Niedermayeravcodec/gdv: Error out if we had insufficent input...
2018-09-27 Michael Niedermayeravcodec/gdv: Optimize 2x scaling loop a little in gdv_d...
2018-09-27 Michael Niedermayeravcodec/gdv: Replace loop in gdv_decode_frame() by...
2018-09-27 Michael Niedermayeravcodec/gdv: Eliminate 50% of the reads in the first...
2018-09-27 Michael Niedermayeravcodec/gdv: Simplify first inner loop in rescale()
2018-09-27 Michael Niedermayeravcodec/gdv: Combine first and 3rd case in rescale()
2018-09-27 Michael Niedermayeravcodec/gdv: Factor terms out of inner loops in rescale()
2018-09-27 Michael Niedermayeravcodec/gdv: Replace divisions by shifts in rescale()
2018-09-26 Mark Thompsonlavc: Add AV1 metadata bitstream filter
2018-09-26 Mark Thompsonlavc: Add coded bitstream read/write support for AV1
2018-09-24 Mark Thompsonvaapi_encode_h265: Add missing error return
2018-09-24 Mark Thompsonlavc/h265_profile_level: Fix level guessing with no...
2018-09-24 Mark Thompsonlavc/h265_profile_level: Avoid integer overflow in...
2018-09-24 Mark Thompsonh264_metadata: Avoid integer overflow in bitrate
2018-09-24 Mark Thompsonlavc/h264_levels: Avoid integer overflow in bitrate
2018-09-24 Paul B Maholavcodec/ilbcdec: fix typo, fixes CID 1439653
2018-09-23 Michael Niedermayeravcodec/prosumer: Check remaining space in put byte...
2018-09-23 Michael Niedermayeravcodec/prosumer: Remove unused table element
2018-09-23 Michael Niedermayeravcodec/prosumer: remove unneeded variable from vertica...
2018-09-23 Michael Niedermayeravcodec/prosumer: Rename do_shift() to vertical_predict()
2018-09-23 Michael Niedermayeravcodec/prosumer: mark src as const
2018-09-23 Michael Niedermayeravcodec/prosumer: Only scan as many elements as matter...
2018-09-23 Michael Niedermayeravcodec/prosumer: factorize e0 setting out
2018-09-23 Michael Niedermayeravcodec/prosumer: Use 16bit instead of 32 for table
2018-09-23 Michael Niedermayeravcodec/prosumer: Factorize the 2 loops in fill_elements()
2018-09-23 Michael Niedermayeravcodec/prosumer: clean up loop end code in fill_elements()
2018-09-23 Michael Niedermayeravcodec/prosumer: Remove dead code
2018-09-23 Linjie Fuavcodec/vaapi: free slice_buffers when decoding failed
2018-09-23 Mark Thompsonvaapi_encode_h265: Set level based on stream if not...
2018-09-23 Mark Thompsonlavc/h265: Add some common code for profile/tier/level...
2018-09-23 Mark Thompsonvaapi_encode_h265: Improve profile support
2018-09-23 Mark Thompsoncbs_h264: Infer default VUI values if VUI parameters...
2018-09-23 Mark Thompsoncbs_h264: Fix profile typo
2018-09-23 Mark Thompsoncbs_h264: Fix default value for max mv lengths
2018-09-23 Mark Thompsonh264_metadata: Add option to set the level of the stream
2018-09-23 Mark Thompsonvaapi_encode_h264: Set level based on stream if not...
2018-09-23 Mark Thompsonlavc/h264: Add common code for level handling
2018-09-23 Mark Thompsonvaapi_encode_mjpeg: Mark as intra-only
2018-09-23 Mark Thompsonvaapi_encode_mjpeg: Use CBS to store parameters and...
2018-09-23 Mark Thompsonlavc/cbs: Add JPEG support
2018-09-23 Mark Thompsonvaapi_encode_h26[45]: Make the AUD option a boolean
2018-09-23 Mark Thompsonvaapi_encode_h264: Properly set constraint flags
2018-09-23 Mark Thompsonvaapi_encode: Clean up the packed header configuration
2018-09-23 Mark Thompsonvaapi_encode: Clean up the GOP structure configuration
2018-09-23 Mark Thompsonvaapi_encode: Add support for max QP in rate control
2018-09-23 Mark Thompsonvaapi_encode: Clean up rate control configuration
2018-09-23 Mark Thompsonvaapi_encode: Always reapply global parameters after...
2018-09-23 Mark Thompsonvaapi_encode: Clean up the encode quality configuration
2018-09-23 Mark Thompsonvaapi_encode_mpeg2: Add options
2018-09-23 Mark Thompsonvaapi_encode: Add common options between all encoders
2018-09-23 Mark Thompsonvaapi_encode: Choose profiles dynamically
next