]> git.sesse.net Git - ffmpeg/history - libavcodec
h264: decode the poc values from the slice header into the per-slice context
[ffmpeg] / libavcodec /
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 Paul B MaholAdd TrueMotion 2.0 Real Time decoder
2016-06-20 Paul B MaholAdd MagicYUV decoder
2016-06-18 Jerome Martinezffv1: Error out on unsupported format
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 Biurrunh264: Drop unused function check_opcodes()
2016-06-13 Vittorio Giovaraavpacket: Error out when creating 0-sized side data
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-05 Denis Charmetvp9: Return the correct size when decoding a superframe
2016-05-29 Diego Biurrunbuild: Change structure of the linker version script...
2016-05-28 Diego Biurrunasm: FF_-prefix internal macros used in inline assembly
2016-05-28 Diego BiurrunDrop unnecessary libavutil/x86/asm.h #includes
2016-05-27 Luca Barbatoac3: Check the array bound before dereferencing
2016-05-27 Mark Thompsonvaapi_h264: Add trivial support for low-power encoding
2016-05-27 Mark Thompsonvaapi_h264: Fix frame_num after non-reference frames
2016-05-27 Mark Thompsonvaapi_encode: Check config attributes before creating...
2016-05-26 Andrey Turkinlavc: handle hw_frames_ctx where necessary
2016-05-25 Diego Biurrungolomb: Give svq3_get_se_golomb()/svq3_get_ue_golomb...
2016-05-24 Diego Biurrunavcodec: Bump micro version after changing public JPEG...
2016-05-24 Francois Cartegniejpeg2000: Fix profile define values
2016-05-23 Anton Khirnovlavc: document that avcodec_close() should not be used
2016-05-23 Anton Khirnovlavc: deprecate avcodec_get_context_defaults3()
2016-05-23 Anton Khirnovlavc: deprecate avcodec_copy_context()
2016-05-22 Luca Barbatomp3: Make the extrasize explicit
2016-05-22 Diego Biurrunget_bits: Drop some TRACE-level debug code
2016-05-19 Anton Khirnovnvenc: allow setting the number of slices
2016-05-19 Philip Langdalenvenc: De-compensate aspect ratio compensation of DVD...
2016-05-19 Anton Khirnovnvenc: list the major contributors in the copyright...
2016-05-19 Anton Khirnovnvenc: drop the hard dependency on CUDA
2016-05-19 Anton Khirnovnvenc: only support HW frames when CUDA is enabled
2016-05-19 Anton Khirnovnvenc: write the VUI signal properties for HEVC
2016-05-19 Anton Khirnovnvenc: only write the VUI signal type fields if they...
2016-05-19 Timo Rothenpielernvenc: Generate bufferingPeriod/pictureTiming SEI
2016-05-19 Timo Rothenpielernvenc: Delay frame output to increase encoding speed
2016-05-19 Anton Khirnovnvenc: add support for lossless encoding
2016-05-19 Timo Rothenpielernvenc: Generate AUD NAL units for better compatiblity
2016-05-19 Anton Khirnovnvenc: fix the rc option definitions
2016-05-19 Derek Buitenhuismjpegdec: Properly fail on malloc failure
2016-05-19 Anton Khirnovlavc: revert the Makefile part of 330177b
2016-05-17 Alexandra HájkováMove VLC and RL_VLC_ELEM structure definitions to a...
2016-05-16 Alexandra Hájkovámpeg4videodec: Call av_log() in check_marker() with...
2016-05-16 Alexandra HájkováMove check_marker() from get_bits to mpeg4videodec
2016-05-16 Anton Khirnovlavc: mark the old audio/video encoding API as deprecated
2016-05-16 Anton Khirnovavpacket: fix setting AVPacket.data in av_packet_ref()
2016-05-16 Anton Khirnovlavc: make avcodec_open2() fail when the timebase is...
2016-05-13 Diego Biurruntests: Move all test programs to a subdirectory
2016-05-13 Diego BiurrunSplit global .gitignore file into per-directory files
2016-05-11 Diego BiurrunAdd some more deprecation guards
2016-05-11 Diego BiurrunReduce the scope of some variables
2016-05-10 Jan Ekströmpgssub: Fix subpicture colorspace and range
2016-05-10 Michael Niedermayersimple_idct_template: Fix strict aliasing violation
2016-05-05 Diego BiurrunMark read-only tables as static
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-05-04 Alexandra HájkováRemove unnecessary get_bits.h #includes and add missing...
2016-05-03 Diego Biurrunh264: Drop broken trace debug output
2016-05-03 Diego Biurrunvaapi: Drop pointless debug output
2016-05-03 Diego Biurrunlibopencore-amr: Fix ff_dlog()/av_log() invocations
next