source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1a59a288   10 years michaelni Merge commit 'fcf597625c7a991ca389f3a9b8ff4f5e383301c0' * commit …
(edit) @aecd0647   10 years michaelni Merge commit '803e82276b3716bf6012ec69e8854dae14a4fd2b' * commit …
(edit) @5e752419   10 years Reynaldo H. Verdejo Pinochet ffserver: tests, force +global_header for ASF Signed-off-by: Reynaldo …
(edit) @fcf59762   10 years martin ismindex: Avoid writing ismf files if no base name has been specified …
(edit) @803e822   10 years martin libavformat: Check mkdir return error codes Previously, the returned …
(edit) @a5b20bf4   10 years michaelni doc/filters.texi: improve the wording of the expr_int_format …
(edit) @7c1835c5   10 years michaelni avformat/m4vdec: Check for non startcode 00 00 00 sequences in probe …
(edit) @cfce6f7e   10 years michaelni avcodec/mpegvideo: Set err on failure in …
(edit) @0d0f7f0b   10 years michaelni avcodec/mpegvideo: check that the context is initialized in …
(edit) @2762323c   10 years michaelni avcodec/mpegvideo: Use "goto fail" for all error paths in …
(edit) @94c61cd   10 years michaelni avcodec/mpegvideo: free_context_frame() cannot fail, make it return …
(edit) @de1f0c94   10 years stefasab doc/muxers/segment: reword text for examples, improve consistency
(edit) @4f5493fe   10 years stefasab lavf/segment: add segment_format_options option
(edit) @2c5c37ad   10 years Reimar.Doeffinger libswresample: move condition to start of loop. This avoids several …
(edit) @284123d7   10 years Reimar.Doeffinger Remove pointless if. A branch to avoid some calculation seems …
(edit) @2231d5b6   10 years Reimar.Doeffinger libswresample: Avoid needlessly large on-stack array. We only …
(edit) @ab84effd   10 years michaelni ffmpeg: Copy extradata if it has been initialized later from the …
(edit) @033a5334   10 years michaelni avcodec/h264: Allow partial escaping Fixes Ticket3923 Signed-off-by: …
(edit) @c2430304   10 years michaelni avformat/swfdec: Do not change the pixel format This is currently not …
(edit) @1b2390e2   10 years michaelni avfilter/af_silenceremove: remove dead code Fixes CID1237284 …
(edit) @cbb27798   10 years michaelni avcodec/hevc_ps: Always initialize backup in decode_vui() Fixes …
(edit) @d8f0804   10 years u RELEASE_NOTES: mention the ffplay -autoexit behaviour change
(edit) @3dbf5690   10 years Reimar.Doeffinger huffyuvdec: avoid large stack use. Signed-off-by: Reimar Döffinger …
(edit) @092d1977   10 years Reimar.Doeffinger cabac: Allow hardcoding CABAC table. Signed-off-by: Reimar Döffinger …
(edit) @0f1281b2   10 years Reimar.Doeffinger cabac: initialize all of ff_h264_cabac_tables programmatically. Moves …
(edit) @87c7fb2b   10 years Reimar.Doeffinger aacsbr: support hardcoding tables. For sbr_qmf_window_us there is …
(edit) @684d0a0b   10 years michaelni avcodec/hevc: fix dead code fix CID 1231985 cherry picked from …
(edit) @5732b218   10 years michaelni ffplay: make autoexit the default See: …
(edit) @f9bc65e   10 years michaelni Merge commit '041caf1a63f091745b95a6d51c23fbdcb604d4ce' * commit …
(edit) @b76d6eb3   10 years michaelni avformat/mpegts: fix spelling error Signed-off-by: Michael …
(edit) @041caf1a   10 years diego avplay: Exit by default at the end of playback This is the expected …
(edit) @b2c0b80f   10 years u avfilter/ebur128: rework channel weighting definition code Should fix …
(edit) @1654ca7d   10 years michaelni avcodec/mjpegdec: fix rounding of chroma_height Fixes green line at …
(edit) @c7011789   10 years michaelni doc: Copyright in CSS, CSS split in 2 files Reviewed-by: Timothy Gu …
(edit) @d7e08884   10 years michaelni lavd/v4l2: introduce enqueue_buffer() Additionally, make sure a …
(edit) @c3685386   10 years u avformat/srtdec: speed up probing
(edit) @b7f641dc   10 years u avformat/realtextdec: UTF-16 support Also remove …
(edit) @231a514d   10 years u avformat/samidec: UTF-16 support ff_smil_extract_next_chunk() is …
(edit) @d658ef18   10 years u avformat/srtdec: UTF-16 support
(edit) @3e842617   10 years u avformat/assdec: UTF-16 support Use the UTF-16 BOM to detect UTF-16 …
(edit) @dcb29d37   10 years michaelni avcodec/mpegvideo: set codec tags in ff_mpv_decode_init() Fixes …
(edit) @4dee4a44   10 years michaelni avcodec/mpegvideo: Factor ff_mpv_decode_init() out Reviewed-by: …
(edit) @0b890425   10 years michaelni lavd/v4l2: simplify list_formats() We can avoid passing file …
(edit) @0a7239ae   10 years michaelni Merge commit '2143948381c8118bdc2f50bd4079520b9885bd54' * commit …
(edit) @7bd0079e   10 years onemda MAINTAINERS: fix typo Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @42261964   10 years onemda add silenceremove filter Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @1e4e760f   10 years michaelni Merge commit '213e606752d16f51337e94431962fb5d7749c07e' * commit …
(edit) @73aeb27c   10 years michaelni Merge commit '096a1d5b46391f65dfd0bee6292e9962f53bd7c8' * commit …
(edit) @8c6cfffa   10 years michaelni Merge commit 'b574e1e97ea7067a5fcd3876e30a67df0e4e6611' * commit …
(edit) @7865cafe   10 years michaelni lavd/v4l2: simplify list_framesizes() We can avoid passing file …
(edit) @55cf7d97   10 years michaelni lavd/v4l2: remove unneeded variable in device_init() Signed-off-by: …
(edit) @3da359c1   10 years michaelni lavd/v4l2: simplify first_field() There is no need to pass fd as a …
(edit) @39750b73   10 years michaelni lavd/v4l2: Replace s1 with ctx for consistency. No functional change …
(edit) @d247a40a   10 years michaelni MAINTAINERS: add myself as lavd/v4l2 maintainer Signed-off-by: …
(edit) @428aa14a   10 years michaelni x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflags …
(edit) @21439483   10 years diego Drop unnecessary av_unused attributes.
(edit) @213e6067   10 years diego Replace av_unused attributes by block structures This is more …
(edit) @096a1d5b   10 years diego rdft: Move some variables into a separate block This avoids an unused …
(edit) @b574e1e9   10 years diego get_bits: Add OPEN_READER macro variant w/o size_plus8 This avoids a …
(edit) @4f104950   10 years michaelni tiff: fix {2,4}bpp grayscale palettes. Create a default grayscale …
(edit) @db8970d7   10 years michaelni vfi/x86/vf_idet: fix incorrect use of paddq paddq is an SSE2 …
(edit) @161fc0f4   10 years michaelni avfilter/x86/idet: fix license header (GPL -> LGPL) Signed-off-by: …
(edit) @0940066b   10 years michaelni Merge commit 'b21e989a3c076d94cfdde0303724db841dd60cad' * commit …
(edit) @ef16d126   10 years stefasab doc/filters.texi: fix time duration references Make time duration …
(edit) @6f0fc1a9   10 years stefasab lavf/ffmdec: return proper error code in ffm2_read_header() Also log …
(edit) @39b517f   10 years stefasab lavc/libvpxenc: show crf CQ value in error message
(edit) @b21e989a   10 years martin ismindex: produce .ismf file This is a non-standard file that maps …
(edit) @2178abd3   10 years michaelni Merge commit 'd7913bf59ccbf781ce57c5d58998e8f25d10e040' * commit …
(edit) @52ec81c6   10 years James x86/hevc_res_add: add missing guards to hevc_transform_add32_8_avx2 …
(edit) @720c21d1   10 years michaelni x86inc: Make ym# behave the same way as xm# This makes more sense for …
(edit) @a4dbabc8   10 years michaelni x86inc: free up variable name "n" in global namespace Signed-off-by: …
(edit) @c3d2426   10 years James x86/hevc_res_add: add ff_hevc_transform_add32_8_avx2 ~20% faster than …
(edit) @467a55a4   10 years michaelni avutil/md5: workaround clang 3.5 #20849 This avoids several failures …
(edit) @46ef45ab   10 years michaelni lavc/x86/v210: give cpuflag to INIT macro This lets the cglobal macro …
(edit) @d7913bf5   10 years diego changelog: Move Ogg subtypes aliases entry to the correct release
(edit) @406a9ccf   10 years michaelni avfilter/vf_idet: MMX/MMXEXT/SSE2 implementation of idet's …
(edit) @53b08920   10 years michaelni Merge commit 'd9792b773516a560ecb99694b8ee745a50027fac' * commit …
(edit) @69a68d30   10 years michaelni Merge commit '12f0388f9cb32016ac0dacaeca631b088b29bb96' * commit …
(edit) @ddc6adaa   10 years michaelni Merge commit '4d55e9de27894ddfb337b28cd7aa6d14a12666d2' * commit …
(edit) @5a20f188   10 years michaelni Merge commit 'f20518568a77a6138fc74021ce56013ab72907ba' * commit …
(edit) @91a8b933   10 years michaelni Merge commit '803f8992f11d1eb301672cd13c685a7b1d04c467' * commit …
(edit) @a52e74db   10 years michaelni Merge commit '2b8b0da09cf0dc2535de42f95110eb633f36d8c8' * commit …
(edit) @d9792b77   10 years diego Mark 11 release in the changelog Also fix some typos in the entries …
(edit) @12f0388f   10 years diego Add release notes for 11. Signed-off-by: Diego Biurrun <diego@biurrun.de>
(edit) @4d55e9de   10 years diego vc1: Split bits used in libavformat into a separate header This …
(edit) @c4abee73   10 years michaelni Remove non-free tests/lena.pnm and adapt FATE tests to depend on …
(edit) @03efd730   10 years michaelni avformat/flvdec: read the correct bits into the tag type from the flv …
(edit) @f205185   10 years diego build: Split WMA frequencies into a separate object file These are …
(edit) @803f899   10 years diego build: cosmetics: Group hwaccel OBJS declarations together
(edit) @fe8f4c7   10 years michaelni libavdevice/v4l2: fix descriptors leak on error paths Signed-off-by: …
(edit) @4f63d6d3   10 years michaelni avdevice/x11grab: fix error handling in pixel formats Reviewed-by: …
(edit) @bb8b752   10 years michaelni postproc: use FFMIN/FFMAX where appropriate Signed-off-by: Michael …
(edit) @17ad5fbb   10 years michaelni Use makeinfo to generate html doc for the new website texi2html is …
(edit) @75a9859a   10 years michaelni Merge commit 'd2a4e4b9cc9a0c2661e1c1d6f6b51babac2cec1b' * commit …
(edit) @235d401b   10 years Reimar.Doeffinger vorbisenc: avoid large stack allocation. Code is only used during …
(edit) @fcfc90ed   10 years Reimar.Doeffinger svq1enc: remove pointless array element. Not sure it was meant to be …
(edit) @67242541   10 years Reimar.Doeffinger ffv1enc: reduce stack usage. A bit more complex than e.g. adding it …
(edit) @efaa4a8d   10 years lou doc/demuxers: document gif demuxer Signed-off-by: Lou Logan <lou@lrcd.com>
(edit) @02a2e17   10 years michaelni libavutil/error: fix build with musl toolchain Add the feature test …
(edit) @d9a416fa   10 years michaelni Merge commit 'c487972ed0e1eaebdbe4a13cdd191e119be0b19c' * commit …
Note: See TracRevisionLog for help on using the revision log.