OSDN Git Service

android-x86/external-ffmpeg.git
2016-06-28 Anton Khirnovavconv: restructure sending EOF to filters
2016-06-28 Anton Khirnovavconv: move flushing the queued frames to configure_fi...
2016-06-27 Vittorio Giovaraoptions_table: Add aliases for color properties
2016-06-27 Vittorio Giovarapixdesc: Fix AVCOL_TRC_BT2020_12 name
2016-06-27 Vittorio Giovarapixdesc: Add aliases to SMPTE color properties
2016-06-26 Mark Thompsonvaapi_encode: Maintain a pool of bitstream output buffers
2016-06-26 Mark Thompsonavconv: Remove hw_device_ctx output filter reinit hack
2016-06-26 Clément Bœschlibavcodec: fix constness in clobber test avcodec_open2...
2016-06-25 Anton Khirnovavconv_qsv: use the device creation API
2016-06-25 Anton Khirnovavconv: pass the hwaccel frames context to the decoder
2016-06-25 Anton Khirnovavconv: init filtergraphs only after we have a frame...
2016-06-25 Anton Khirnovavconv: do packet ts rescaling in write_packet()
2016-06-25 Anton Khirnovavconv: decouple configuring filtergraphs and setting...
2016-06-25 Anton Khirnovavconv: factor out initializing stream parameters for...
2016-06-25 Anton Khirnovavconv: decouple configuring filtergraphs and setting...
2016-06-25 Anton Khirnovavconv: buffer the packets written while the muxer...
2016-06-25 Anton Khirnovavconv: explicitly postpone writing the header until...
2016-06-25 Anton Khirnovlavfi: set the link hwframes context before configuring...
2016-06-24 Martin Storsjöomx: Don't return > 0 from omx_encode_frame
2016-06-24 Martin Storsjölibopenh264enc: Fix inconsistent whitespace
2016-06-24 Diego Biurrunmsmpeg4: Remove commented-out debug logging code
2016-06-24 Diego Biurrunmsmpeg4: Remove some broken, commented-out cruft
2016-06-23 Diego Biurrunh264: Eliminate unused but set variable
2016-06-22 Luca Barbatolibrtmp: Avoid an infiniloop setting connection arguments
2016-06-21 Mark Thompsonhwcontext_vaapi: Return all formats for constraints...
2016-06-21 Mark Thompsonvaapi_encode: Fix fallback when input does not match...
2016-06-21 Martin Storsjödxva2_h264: Remove an unused variable
2016-06-21 Martin Storsjöcheckasm: Issue emms after benchmarking functions
2016-06-21 Anton KhirnovUse AVFrame.pts instead of deprecated pkt_pts.
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...
next