source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @c827533   11 years lukasz.m.luki lavd/opengl_enc: factorize deinit_context function This commit also …
(edit) @4afe1c11   11 years lukasz.m.luki lavd/opengl_enc: factorize create/release window functions …
(edit) @c9074b99   11 years lukasz.m.luki lavd/opengl_enc: rename GL_RED_COMPONENT define Rename …
(edit) @c72f916c   11 years lukasz.m.luki lavd/opengl_enc: create format description table Signed-off-by: …
(edit) @ffe46e5d   11 years lukasz.m.luki lavd/opengl_enc_shaders: make shaders code static and const …
(edit) @0997c250   11 years michaelni avdevice/v4l2: only use average frame rate if set It might be unset …
(edit) @4aa4533e   11 years michaelni avdevice/v4l2: only use frame period from v4l2 if valid There is …
(edit) @392b0345   11 years michaelni RoQ-encoder: introducing Quake 3 compatibility option Signed-off-by: …
(edit) @80a79f26   11 years michaelni RoQ decoder: Remove misleading diagnostics. It is not necessarily an …
(edit) @b51e9354   11 years michaelni avcodec/vc1: reset fcm/field_mode in non advanced header parsing …
(edit) @dcf5bfbd   11 years michaelni avcodec/vc1: Check bfraction_lut_index Fixes: out of array read …
(edit) @388b4cf8   11 years michaelni avcodec/vc1: factor read_bfraction() out Signed-off-by: Michael …
(edit) @f4b288a6   11 years michaelni avcodec/vc1dec: Print warning for frame pictures with direct mode MBs, …
(edit) @85d51d8e   11 years michaelni avcodec/vc1dec: field pictures with direct mode MBs, followed by frame …
(edit) @dce9321   11 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @19b41f86   11 years michaelni avcodec/mjpegdec: use the correct linesize in the flipping code Fixes …
(edit) @f58eab15   11 years michaelni avcodec/takdec: always check bits_per_raw_sample Fixes out of array …
(edit) @16097efb   11 years Carl Eugen Hoyos Auto-detect hevc in mpeg-ts. Fixes decoding of files without PMT/PAT. …
(edit) @0de9d72b   11 years michaelni mxpeg_decode_end: zero bitmask size Signed-off-by: Michael …
(edit) @2884688b   11 years michaelni avcodec/mjpegdec: pass into ff_mjpeg_decode_sos() and check bitmask …
(edit) @13aa82bb   11 years michaelni avformat/flac_picture: clear padding area aviod use of uninitialized …
(edit) @fff29531   11 years michaelni avformat/flac_picture: allocate buffer padding for picture Fixes: …
(edit) @aa36dcf   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
(edit) @3f9e2aad   11 years michaelni Merge commit '7716dd9fbbcea2700a100c995df967d5547c2eb9' * commit …
(edit) @e53ec2fe   11 years michaelni Merge commit '78987a88a88b28d93d03ed6c228bcb33f178444f' * commit …
(edit) @dd4237f8   11 years michaelni Merge commit '5312818524484a995433b986a2a7a6602572d4db' * commit …
(edit) @8eaa6621   11 years michaelni Merge commit '9ee9c679a7d444db223cf932e89cd39351f54f2d' * commit …
(edit) @de17ccc7   11 years michaelni Merge commit '51daafb02eaf96e0743a37ce95a7f5d02c1fa3c2' * commit …
(edit) @04ffd22   11 years janne-libav fate: add xvid test for custom matrices Test sample is made from the …
(edit) @7716dd9f   11 years janne-libav xvid: switch to xvid mmx idct as soon as possible The idct …
(edit) @78987a8   11 years janne-libav lavf: include 60 fps in guessed standard frame rates Due to what …
(edit) @53128185   11 years janne-libav atrac3plus: Make initialization dependant on channel count rather than …
(edit) @a85a718f   11 years michaelni doc/examples/decoding_encoding: Check all av_samples_get_buffer_size() …
(edit) @c89f8f80   11 years michaelni avformat/hdsenc: check mkdir() return code This also returns failure …
(edit) @2e02d71   11 years michaelni ffmpeg: print data size too in statistic Reviewed-by: Stefano …
(edit) @4111856   11 years stefasab doc/APIchanges: apply minor formatting fixes
(edit) @9a6d91b6   11 years michaelni Changelog: add entries relating to metadata_header_padding …
(edit) @be7b7623   11 years michaelni ffmpeg: also count data streams bytes Fixes wrong error message about …
(edit) @c5dd73b8   11 years u x86/vp9lpf: add ff_vp9_loop_filter_h_{48,84}_16_{sse2,ssse3,avx}(). …
(edit) @6dc9d2cf   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: doc: …
(edit) @9ee9c679   11 years janne-libav x86: videodsp: Fix a bug in a %if statement where we used '%%' instead …
(edit) @51daafb0   11 years janne-libav x86: videodsp: Properly mark sse2 instructions in emulated_edge_mc as …
(edit) @d85284d4   11 years michaelni Merge commit 'a17ab0e46a9fec7c31cc1be363828184c6ecebf7' * commit …
(edit) @3c7195a9   11 years michaelni Merge commit '23d461fe8714a20ee5e6929f22c61512fdda568e' * commit …
(edit) @3f35a31e   11 years Carl Eugen Hoyos Add rangecoder to the sonic dependencies in configure. Fixes …
(edit) @e1cb6dc5   11 years Carl Eugen Hoyos Warn the user if mjpeg cbr encoding with frame threading was requested.
(edit) @1a5e8511   11 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @b80073c0   11 years michaelni avcodec/mjpegdec: use av_freep() instead of av_free() Signed-off-by: …
(edit) @ed56c021   11 years michaelni avcodec/mjpegdec Fix potential memleak of stereo3D at the end in case …
(edit) @cfc3666   11 years Carl Eugen Hoyos Force automatic thread_count to 1 for cbr mjpeg frame threading. …
(edit) @e9e7e685   11 years michaelni mjpegdec: parse JPS extension and save relevant stereo3d information …
(edit) @72afa381   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @64ba831   11 years tdskywalker doc: document correct option to list encoders
(edit) @a17ab0e4   11 years tdskywalker doc: add decoders.texi Only documents ac3 decoder options at this point.
(edit) @23d461fe   11 years tdskywalker ac3dec: Allow asymmetric application of DRC when drc_scale > 1 …
(edit) @fbafd64a   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: mpeg: …
(edit) @d67cfdeb   11 years diego avformat: utils: Refactor duplicated PRINT macro
(edit) @54b2ce74   11 years diego mpeg: Drop unused parameters from ff_draw_horiz_band()
(edit) @cfe282ec   11 years Carl Eugen Hoyos Remove now unneeded Makefile dependency for the wtv muxer.
(edit) @29986885   11 years michaelni avformat/mpegts: Continue parsing PMTs until at least 2 streams are …
(edit) @ad61419b   11 years michaelni avformat/mpegts: drop stray space Signed-off-by: Michael Niedermayer …
(edit) @bf9a8d18   11 years Carl Eugen Hoyos Support writing E-AC3 in wav.
(edit) @862174ec   11 years Carl Eugen Hoyos Move GUID-related objects to riffenc.c and riff.c. This simplifies …
(edit) @4151b995   11 years Carl Eugen Hoyos Add elbg Makefile dependency to the cinepak encoder.
(edit) @b50efe85   11 years michaelni avfilter/vf_colormatrix: update output AVFrame colorspace …
(edit) @3e41e747   11 years michaelni avfilter/vf_colormatrix: Support using the source AVFrame colorspace …
(edit) @5846d8a9   11 years michaelni avformat/hls: Fix cookies and user agent with encrypted HLS streams …
(edit) @406cb21b   11 years michaelni doc/general: update device and protocol status Signed-off-by: Lukasz …
(edit) @9ff2cc68   11 years michaelni MAINTAINERS: add myself as opengl_enc.c maintainer Signed-off-by: …
(edit) @4115cd0e   11 years michaelni doc/APIchanges: add avdevice_*_control_message functions …
(edit) @bb7a7111   11 years michaelni avcodec/huffyuvenc: frame multi-threading support Signed-off-by: …
(edit) @644c32e   11 years clement x86/vp9lpf: add ff_vp9_loop_filter_[vh]_88_16_sse2() Similar gains as …
(edit) @222c46c5   11 years u x86/vp9lpf: add ff_vp9_loop_filter_[vh]_88_16_{ssse3,avx}. 9680 …
(edit) @2a9c5079   11 years michaelni avcodec/huffyuv: dont depend on bitstream_bpp having a specific value …
(edit) @c94ed2a7   11 years michaelni Merge remote-tracking branch 'lukaszmluki/master' * …
(edit) @673ce8e   11 years michaelni avcodec/libfdk-aacenc: change MODE_7_1_FRONT_CENTER to map to …
(edit) @a3884212   11 years michaelni avcodec/libfdk-aacenc: change MODE_7_1_REAR_SURROUND to map to …
(edit) @822385d7   11 years u x86/vp9lpf: add a preload system in FILTER_UPDATE. Allow some macro …
(edit) @315b4775   11 years u x86/vp9lpf: refactor v/h using common macros for P7 to Q7.
(edit) @5d144086   11 years u x86/vp9lpf: faster P7..Q7 accesses. Introduce 2 additional registers …
(edit) @ded6b3af   11 years lukasz.m.luki lavd: add opengl device It can render to OpenGL context provided by …
(edit) @102bd641   11 years lukasz.m.luki lavd: add avdevice_dev_to_app_control_message API New API allows to …
(edit) @7151411b   11 years lukasz.m.luki lavd: add avdevice_app_to_dev_control_message API New API allows to …
(edit) @05e5bb61   11 years Carl Eugen Hoyos Fix decoding of some 8 < bpc < 16 signed j2k samples with libopenjpeg. …
(edit) @bceeccc   11 years michaelni dxva2: bump maximum number of slieces for mpeg2 Suggested by …
(edit) @9d087ab5   11 years michaelni ffplay: remove redundant prototype Signed-off-by: Lukasz Marek …
(edit) @6369766f   11 years michaelni avcodec/huffyuv: support gbrp9/10/12/14 Signed-off-by: Michael …
(edit) @7cf8918b   11 years michaelni avcodec/huffyuv: update years in copyright Signed-off-by: Michael …
(edit) @17e7048d   11 years michaelni Merge commit 'b7d0d10a1d54073501b728dbe166a32e2b7b26f1' * commit …
(edit) @896d6a7   11 years michaelni Merge commit '50ecf15712354a1d5b3f4dc9a57ff90ed7ee9654' * commit …
(edit) @c2871568   11 years michaelni vp9: fix invalid ref frame w/h on size change. Fixes invalid reads …
(edit) @d9343c34   11 years michaelni vp9: disable use_last_frame_mvs on resolution change (scalable). …
(edit) @e6c0da70   11 years michaelni avcodec/huffyuvdec: optimize >8bps VLC reading 97479 -> 54891 …
(edit) @b7d0d10a   11 years diego x86inc: Speed up assembling with Yasm Work around Yasm's inefficiency …
(edit) @37baa2af   11 years stefasab configure: add missing dependency for the remuxing example
(edit) @50ecf157   11 years diego avformat: utils: K&R formatting cosmetics Also adjust some comment …
(edit) @9651239f   11 years stefasab ffmpeg: use intermediary variables in reap_filters, increase readability
(edit) @68c5ba1f   11 years stefasab doc/filters: re-edit notes on filtergraph escaping State the escaping …
(edit) @599e629   11 years michaelni avcodec/huffyuvenc: fix end pointer for stats_out Signed-off-by: …
(edit) @a301bb63   11 years michaelni avcodec/huffyuvenc: fail if stats_out is too small instead of silently …
Note: See TracRevisionLog for help on using the revision log.