source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @649b7a99   10 years James av_filter/x86/idet: use HADDD where appropriate Signed-off-by: James …
(edit) @c7d8dbad   10 years u avformat: remove FF_API_ASS_SSA dead code
(edit) @35a9959a   10 years michaelni avcodec/snow: make new_picture const Fixes "assignment discards const …
(edit) @96b06945   10 years michaelni Merge commit 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47' * commit …
(edit) @5309e7e6   10 years michaelni Merge commit 'f629705b0239c80fddc1b0b15ed4bb9042c77d23' * commit …
(edit) @d2f1f2c7   10 years michaelni Merge commit 'ec217218c27d53c5b323323e6ef862bcdbcabe5f' * commit …
(edit) @8712021   10 years michaelni Merge commit '176a0fca3fd64f91d585f96137388e00d8c101b6' * commit …
(edit) @e3fd6a3a   10 years michaelni av_filter/x86/idet: MMX/SSE2 implementation of 16bits filter_line() …
(edit) @ee0ebd3c   10 years diego dv: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @881f96c4   10 years michaelni avcodec/rawenc: drop sizeof(AVFrame) dependency Signed-off-by: …
(edit) @b6305283   10 years michaelni Merge commit '9752d07d33d5370f7819865fbb5e582b982aad06' * commit …
(edit) @f629705b   10 years diego x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflags …
(edit) @ec217218   10 years diego x86inc: Free up variable name "n" in global namespace Signed-off-by: …
(edit) @176a0fca   10 years diego x86inc: Make ym# behave the same way as xm# This makes more sense for …
(edit) @9752d07d   10 years diego dirac: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @f7bbe0f   10 years michaelni avformat/mpeg: update comment on probe score Found-by: Timothy Gu …
(edit) @69c34a6a   10 years michaelni avdevice/x11grab: fix cursor drawing in multi-screen setup The code …
(edit) @5a8e51f6   10 years michaelni avdevice/x11grab: rename the "w" Window to "root" in …
(edit) @0294612   10 years michaelni avfilter/vf_cropdetect: Do not check lines or columns twice on black …
(edit) @5109ce20   10 years michaelni avformat/mpeg: increase score for short mpeg-ps by 1 Fixes Ticket …
(edit) @6daff3bd   10 years michaelni Merge commit '1ec335513f95bf2441f81d761ea127325ecd81a0' * commit …
(edit) @1ec33551   10 years lu_zero time: Add missing zero Leftover of 56d7df91e010a177a80cfc8dbe394305 …
(edit) @1360db7e   10 years michaelni avcodec/mpeg4videodec: fix 'libavcodec/mpeg4videodec.c:2762:22: …
(edit) @a67b6c95   10 years michaelni avcodec/cabac_functions: fix "warning: UNCHECKED_BITSTREAM_READER is …
(edit) @baee313a   10 years michaelni avcodec/diracdec: Fix "warning: comparison of constant 4 with …
(edit) @552ce687   10 years Carl Eugen Hoyos Revert the default for ffplay to -noautoexit. Reviewed-by: Marton Balint
(edit) @42b4da75   10 years Carl Eugen Hoyos Print bits_per_raw_sample for ffprobe -show_streams. Fixes ticket #3919.
(edit) @2b1f6a35   10 years Carl Eugen Hoyos Print the actual bit depth for audio if it is different from the …
(edit) @5a6dd925   10 years michaelni avcodec/ac3dec_fixed: remove unused arrays Signed-off-by: Michael …
(edit) @951f6fa   10 years michaelni avformat/rtpdec_qt: Fix 'warning: passing argument 2 of …
(edit) @24db666d   10 years stefasab MAINTAINERS: add myself as segment maintainer
(edit) @f51de9ca   10 years stefasab lavf/segment: abort in case of invalid segment format options
(edit) @e9c08e32   10 years michaelni avformat/utils: Exclude the header size when computing duration from …
(edit) @f044fc0   10 years michaelni Merge commit '1274ea8dbaec44355bde07f6bb31fec0c4e6fd2d' * commit …
(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) @1274ea8d   10 years diego Split off floating point AAN (I)DCT into separate components
(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 …
Note: See TracRevisionLog for help on using the revision log.