]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2016-06-21 Anton Khirnovlavc: export the timestamps when decoding in AVFrame.pts
2016-06-21 Anton Khirnovlavfi: add a QSV scaling filter
2016-06-21 Anton Khirnovqsvenc: support getting the session from an AVHWFramesC...
2016-06-21 Anton Khirnovqsvdec: support getting the session from an AVHWFramesC...
2016-06-21 Anton Khirnovhwcontext: add a QSV implementation
2016-06-21 Anton Khirnovqsvdec: move reading the user-provided session to qsv_d...
2016-06-21 Anton Khirnovlavc: allow using AVCodecContext.hw_frames_ctx for...
2016-06-21 Vittorio Giovaratruemotion2rt: Use ff_set_dimensions
2016-06-21 Vittorio Giovarapixdesc: Add new SMPTE 431, 432, and 2085 color properties
2016-06-21 Neil Birkbeckpixfmt: Add ARIB STD-B76 color transfer characteristic
2016-06-21 Anton Khirnovavconv: factor out initializing stream parameters for...
2016-06-21 Anton Khirnovavconv: initialize output framerate earlier
2016-06-21 Anton Khirnovavconv: do not set encoder options when streamcopy...
2016-06-21 Anton Khirnovavconv: refactor selecting an encoder
2016-06-21 Anton Khirnovavconv: fix handling attachments in init_output_stream
2016-06-21 Anton Khirnovavconv: create simple filtergraphs earlier
2016-06-21 Anton Khirnovavconv: add a function for determining whether a filter...
2016-06-21 Anton Khirnovh264: handle frame recovery in h264_field_start()
2016-06-21 Anton Khirnovh264: discard slices of redundant pictures right after...
2016-06-21 Anton Khirnovh264: always set redundant_pic_count during slice heade...
2016-06-21 Anton Khirnovh264: call the hwaccel frame_start() from h264_field_st...
2016-06-21 Anton Khirnovh264: fix the check for mixed IDR/non-IDR slices
2016-06-21 Anton Khirnovh264: do not pass H264Context to h264_slice_header_parse()
2016-06-21 Anton Khirnovh264: fix warnings in fill_filter_caches_inter()
2016-06-21 Anton Khirnovh264: drop tests whether the codec id is AV_CODEC_ID_H264
2016-06-21 Anton Khirnovh264_cabac: drop an always true condition
2016-06-21 Anton Khirnovh264: add H264_ prefix to the NAL unit types
2016-06-21 Anton Khirnovh264_sei: drop an unnecessary h264dec.h include
2016-06-21 Anton Khirnovlavc: drop unnecessary h264dec.h includes
2016-06-21 Anton Khirnovh264: tighten the valid range for ref_frame_count
2016-06-21 Anton Khirnovh264: move the parameter set definitions to a new heade...
2016-06-21 Anton Khirnovsvq3: stop using H264Picture
2016-06-21 Anton Khirnovh264: create a new header for common h264 definitions
2016-06-21 Anton Khirnovh264: rename h264.[ch] to h264dec.[ch]
2016-06-21 Anton Khirnovh264: factor out setting frame properties / side data
2016-06-21 Anton Khirnovh264: drop unused NAL_FF_IGNORE
2016-06-21 Anton Khirnovh264: move a per-field block from decode_slice_header...
2016-06-21 Anton Khirnovh264: only allow ending a field/starting a new one...
2016-06-21 Anton Khirnovh264: store {curr,max}_pic_num in the per-slice context
2016-06-21 Anton Khirnovh264: decode the poc values from the slice header into...
2016-06-21 Anton Khirnovh264: set mb_aff_frame in frame_start()
2016-06-21 Anton Khirnovh264: move the block starting a new field out of slice_...
2016-06-21 Anton Khirnovh264: pass a H2645NAL to slice header decoding
2016-06-20 Vittorio Giovarafate: Add TrueMotion 2 RT tests
2016-06-20 Vittorio Giovarafate: Move Duck Truemotion 1 and 2 tests to vpx.mak
2016-06-20 Paul B MaholAdd TrueMotion 2.0 Real Time decoder
2016-06-20 Vittorio Giovarafate: Add tests for MagicYUV
2016-06-20 Paul B MaholAdd MagicYUV decoder
2016-06-18 Jerome Martinezffv1: Error out on unsupported format
2016-06-17 Martin Storsjöcheckasm: Add tests for h264 idct
2016-06-17 Vittorio Giovaramov: Support prores with multiple stsd
2016-06-17 Vittorio Giovaramov: Implement support for multiple sample description...
2016-06-17 Vittorio Giovarah264: Support AV_PKT_DATA_NEW_EXTRADATA
2016-06-17 Vittorio Giovaralavc: Document AV_PKT_DATA_NEW_EXTRADATA
2016-06-16 Martin Storsjöx86: Add missing movsxd for the int stride parameter
2016-06-14 Diego Biurrunavdevice: Ignore timefilter test program
2016-06-14 Diego BiurrunLICENSE: Fix silly typo
2016-06-14 Diego Biurrunh264: Drop unused function check_opcodes()
2016-06-13 Vittorio Giovaraavpacket: Error out when creating 0-sized side data
2016-06-13 Vittorio Giovarapixdesc: Use C99 array to list color properties names
2016-06-12 Anton Mitrofanovh264: Fix decoding delay for Intra only streams
2016-06-12 Anton Khirnovlavc: add H.264 MVC profiles
2016-06-12 Anton Khirnovh264: factor out setting the parameter sets for a frame
2016-06-12 Anton Khirnovh264: pass just the PPS to get_chroma_qp()
2016-06-12 Anton Khirnovh264: merge the two reinit blocks in slice_header_parse()
2016-06-12 Anton Khirnovh264: factor starting a new field out of parsing the...
2016-06-12 Anton Khirnovh264: postpone generating the implicit MMCOs
2016-06-12 Anton Khirnovh264: decode the MMCOs into per-slice contexts
2016-06-12 Anton Khirnovh264: rename mmco_index to nb_mmco
2016-06-12 Anton Khirnovh264: move initializing the slice start out of h264_sli...
2016-06-12 Anton Khirnovh264: move calculating the POC out of h264_slice_header...
2016-06-12 Anton Khirnovh264: move building the reference list out of h264_slic...
2016-06-12 Anton Khirnovh264: move initing the implicit pred weight table out...
2016-06-12 Anton Khirnovh264: split reading the ref list modifications and...
2016-06-12 Anton Khirnovh264: move initialising the implicit pred weight table...
2016-06-12 Anton Khirnovh264: call ff_h264_fill_mbaff_ref_list() when construct...
2016-06-12 Anton Khirnovh264: move initialising the explicit pred weight table...
2016-06-12 Anton Khirnovh264: drop an outdated comment
2016-06-12 Anton Khirnovh264: move direct mode inits out of h264_slice_header_p...
2016-06-12 Anton Khirnovh264: start splitting decode_slice_header()
2016-06-09 Mark Thompsonvaapi_h265: cu_qp_delta should not be used in constant...
2016-06-09 Mark Thompsonvaapi_h264: Add source version identifier as unregister...
2016-06-09 Mark Thompsonvaapi_h264: Add support for SEI messages
2016-06-09 Mark Thompsonvaapi_encode: Add support for writing arbitrary additio...
2016-06-09 Mark Thompsonvaapi_h264: Add support for VUI parameters
2016-06-09 Anton Khirnovh264: drop unused H264Context.gb
2016-06-08 Diego BiurrunDrop unnecessary golomb.h #includes
2016-06-08 Diego BiurrunDrop unnecessary unary.h #includes
2016-06-08 Diego Biurrundvbsub_parser: Add missing mem.h #include
2016-06-07 Diego Biurrungsm: Move requant_tab table to the gsm tables file
2016-06-07 Diego Biurrunmpc: Drop unused GetBitContext context member
2016-06-07 Diego Biurrunsvq1enc: Drop unused GetBitContext context member
2016-06-07 Diego Biurrunvorbis: Kill some pointless debug code
2016-06-07 Diego Biurrunmss2: Drop a silly assert
2016-06-07 Diego Biurrunget_bits: Move BITSTREAM_READER_LE definition before...
2016-06-07 Diego Biurrunindeo2: Drop disabled big-endian ir2_codes table
2016-06-07 Diego BiurrunRemove unnecessary get_bits.h #includes
2016-06-06 Paul B Maholsgirledec: simplify, no need to use reget buffer
2016-06-06 Paul B Maholaic: add frame threading support
2016-06-06 Vittorio Giovarafate: Move Canopus decoder tests to a separate file
next