]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2013-03-26 Martin Storsjölavc: Move start code finding to utils.c
2013-03-25 Kostya Shishkovape: 3.80-3.92 decoding support
2013-03-25 Martin Storsjöh264: Remove an unused variable
2013-03-25 Janne Grunaux86: consistently use unaligned movs in the unaligned...
2013-03-24 Martin Storsjösndio_dec: Add missing includes for av_gettime()
2013-03-24 Martin Storsjöx86: Change a missed occurrance of int to ptrdiff_t...
2013-03-23 Martin Storsjöx86: Remove win64 xmm clobbering wrappers for the now...
2013-03-23 Martin Storsjöbktr: Add missing includes for av_gettime()
2013-03-23 Janne Grunaufate: use little endian yuv444p10 in h264-reinit tests
2013-03-22 Janne Grunaufate: add test for cropping h264 to container dimensions
2013-03-22 Anton KhirnovFATE: add a tscc2 test.
2013-03-22 Anton Khirnovtscc2: allocate AVFrame properly.
2013-03-22 Jindřich Makovičkaaf_asyncts: fix compensation and PTS monotonicity
2013-03-22 Hendrik Leppkesavutil/frame: add all remaining frame properties to...
2013-03-21 Diego Biurrunconfigure: Enable hwaccels without external dependencie...
2013-03-21 Diego Biurrundoc/developer: Clarify symbol naming prefixes section.
2013-03-21 Anton Khirnovh264: remove redundant freeing of DPB in h264_decode_end
2013-03-21 Anton Khirnovh264: add a parameter to the CHROMA444 macro.
2013-03-21 Anton Khirnovh264: add a parameter to the CHROMA422 macro.
2013-03-21 Anton Khirnovh264: add a parameter to the CABAC macro.
2013-03-21 Anton Khirnovh264: add a parameter to the FIELD_OR_MBAFF_PICTURE...
2013-03-21 Anton Khirnovh264: add a parameter to the FIELD_PICTURE macro.
2013-03-21 Anton Khirnovh264: add a parameter to the FRAME_MBAFF macro.
2013-03-21 Anton Khirnovh264: add a parameter to the MB_FIELD macro.
2013-03-21 Anton Khirnovh264: add a parameter to the MB_MBAFF macro.
2013-03-21 Anton Khirnovh264: merge common_init() into ff_h264_decode_init.
2013-03-21 Anton Khirnovh264: make ff_h264_frame_start static.
2013-03-20 Janne Grunaufate: add tests for h264 decoder reinit
2013-03-20 Janne Grunauh264: fix bit depth changes with frame threading
2013-03-20 Martin Storsjörtmp: Pass the parameters to do_adobe_auth in the right...
2013-03-19 Hendrik Leppkesmpegvideo: allocate hwaccel privdata after the frame...
2013-03-19 Hendrik Leppkesh264: allocate hwaccel privdata after the frame buffer
2013-03-19 Hendrik Leppkespthread: unref already decoded frames when flushing...
2013-03-19 Hendrik Leppkesmpegvideo: fix allocation of the hwaccel_picture_privat...
2013-03-19 Anton Khirnovlavc: update the doxy for avcodec_decode_{video,audio...
2013-03-19 Anton Khirnovbuffersrc: fix a typo.
2013-03-19 Anton Khirnovlavc, lavfi: fix counting number of planes in AVBufferR...
2013-03-19 Anton Khirnovpixdesc: add a function for counting planes in a pixel...
2013-03-19 Anton Khirnovavplay: remove the -debug option.
2013-03-19 Anton KhirnovRevert "asfenc: return error on negative timestamp"
2013-03-18 Anton Khirnovprint_options: do not generate docs for options without...
2013-03-18 Anton Khirnovmpeg12: do not fail on zero dimensions in the sequence...
2013-03-18 Kostya Shishkoviff: validate CMAP palette size
2013-03-18 Luca Barbatoasfenc: return error on negative timestamp
2013-03-17 Anton Khirnovlavc,lavfi: fix calculating the plane size in the AVBuf...
2013-03-16 Reinhard Tartlerdocument the release process
2013-03-16 Anton Khirnovaf_join: do not leak input frames.
2013-03-16 Anton Khirnovasrc_anullsrc: return EOF, not -1
2013-03-16 Anton Khirnovasrc_anullsrc: do not set samplerate and channel layout...
2013-03-16 Anton Khirnovvf_showinfo: remove its useless init function
2013-03-16 Anton KhirnovAVOptions: fix using named constants with child contexts.
2013-03-16 Anton KhirnovAVOption: remove an unused function parameter.
2013-03-16 Anton Khirnovfilters.texi: restore mistakenly removed section name...
2013-03-16 Anton Khirnovavfiltergraph: use sizeof(var) instead of sizeof(type)
2013-03-16 Anton Khirnovavfiltergraph: replace AVFilterGraph.filter_count with...
2013-03-16 Anton Khirnovlavfi: use designated initializers in avfilter_class
2013-03-15 Anton Khirnovlavf: sanity check size in av_get/append_packet().
2013-03-15 Xi Wanglzo: fix overflow checking in copy_backptr()
2013-03-15 Xi Wangflacdec: simplify bounds checking in flac_probe()
2013-03-15 Xi Wangatrac3: avoid oversized shifting in decode_bytes()
2013-03-15 Kostya Shishkovadd support for Monkey's Audio versions from 3.93
2013-03-15 Kostya Shishkovape: provide two additional bytes in buffer for old...
2013-03-15 Kostya Shishkovape: make version-dependent decoding functions called...
2013-03-15 Can Wumpegts: add support for stream_type 0x42, which is...
2013-03-15 Anton Khirnovavconv: mark attachment streams as immediately finished
2013-03-14 Janne Grunauvaapi: fix argument for ff_vaapi_common_end_frame call
2013-03-13 Diego Biurrunavcodec: av_log_missing_feature(1) ---> avpriv_request_...
2013-03-13 Diego Biurrunavcodec: av_log_ask_for_sample() ---> avpriv_request_sa...
2013-03-13 Diego Biurrunrsodec: Use avpriv_report_missing_feature() where appro...
2013-03-13 Diego Biurrunavformat: av_log_ask_for_sample() ---> avpriv_request_s...
2013-03-13 Diego Biurrunav_log_missing_feature() ---> avpriv_report_missing_fea...
2013-03-13 Diego BiurrunAdd av_log_{ask_for_sample|missing_feature} replacement...
2013-03-13 Martin Storsjöismindex: Check the return value of allocations
2013-03-13 Martin Storsjöismindex: Factorize code for printing chunk duration...
2013-03-13 Martin Storsjöismindex: Rename structs and fields from "file" to...
2013-03-13 Janne Grunauavpacket: copy side data type and size in av_dup_packet
2013-03-13 Loren Merritthqdn3d: Fix out of array read in LOWPASS
2013-03-13 Michael Niedermayercabac: remove unused argument of ff_init_cabac_states()
2013-03-13 Nicolas Georgerawdec: fix a typo -- || instead of |
2013-03-12 Luca Barbatomatroskadec: request a read buffer for the wav header
2013-03-12 Luca Barbatodsputil: convert remaining functions to use ptrdiff_t...
2013-03-12 Diego BiurrunAdd informative messages to av_log_ask_for_sample calls...
2013-03-12 Diego Biurrunanm: Get rid of some very silly goto statements
2013-03-12 Luca Barbatovda: remove async decoder leftovers
2013-03-11 Janne Grunauavframe: call release_buffer only if it is set
2013-03-11 Anton Khirnovpthread: unref the decoded but not returned frames...
2013-03-11 Anton Khirnovh264: check that DPB is allocated before accessing...
2013-03-11 Anton Khirnovvf_hqdn3d: fix uninitialized variable use
2013-03-11 Anton Khirnovvf_gradfun: fix uninitialized variable use
2013-03-11 Anton Khirnovh264_refs: cosmetics, reformat
2013-03-11 Anton Khirnovh264: remove a useless svq3 condition
2013-03-11 Anton Khirnovmpegvideo: remove FMT_H264
2013-03-11 Anton Khirnovmpegvideo: reindent
2013-03-11 Anton Khirnovmpegvideo: remove useless references to h264 and svq3
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_R_FRAME_RATE cruft
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_AV_GETTIME cruft
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_INTERLEAVE_PACKET cruft
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_READ_PACKET cruft
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_APPLEHTTP_PROTO cruft
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_CLOSE_INPUT_FILE cruft
next