source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @bd70a527   13 years onemda paf: prevent invalid write Closes #1631. Signed-off-by: Paul B Mahol …
(edit) @c3da2c19   13 years stefasab build: extend documentation building mechanism Allow to select …
(edit) @ae60d2c8   13 years stefasab lavfi: add hue filter This is a port of the MPlayer hue filter …
(edit) @03e8944f   13 years nicolas.george lavc: add missing codec descriptors.
(edit) @f594dafc   13 years nicolas.george tools: add a script to find missing codec descriptors.
(edit) @71060007   13 years michaelni h264_cavlc: switch forgotten assert to av_assert Signed-off-by: …
(edit) @e9d0ab57   13 years michaelni h264: fix x264 build detection Fixes Ticket1503 Signed-off-by: …
(edit) @ed8d827a   13 years michaelni riffenc: fix aac Fixes Ticket1435 Signed-off-by: Michael Niedermayer …
(edit) @5c0d8bc4   13 years stefasab lavfi: add avfilter_get_class() and iteration callbacks Allow …
(edit) @a25346e   13 years stefasab lavu/opt.h: add AV_OPT_FLAG_FILTERING_PARAM macro
(edit) @3239382a   13 years stefasab doc/texi2pod: add "use warnings" directive The script was previously …
(edit) @118bd609   13 years Reimar.Doeffinger Optimized unscaled yuvp9/yuvp10 -> yuvp16 conversion. About 30% …
(edit) @bb707392   13 years michaelni oggparsetheora: fix metadata parsing Fixes Ticket1508 Signed-off-by: …
(edit) @ba752dc   13 years derek.buitenhuis cllc: Implement ARGB support Signed-off-by: Derek Buitenhuis …
(edit) @21d62c47   13 years derek.buitenhuis cllc: Add support for QRGB Signed-off-by: Derek Buitenhuis …
(edit) @4637009e   13 years derek.buitenhuis cllc: Rename some funcs to represent what they actually do This is in …
(edit) @ab0ea7cb   13 years michaelni ffplay: avoid SDL_atoi() It appears this function is not available …
(edit) @d70231f0   13 years michaelni Fix reading past the end of frame buffer. Signed-off-by: Michael …
(edit) @bd922050   13 years michaelni mov: remux AALP tag AALP(AALP001) tag is present in 32bpp files …
(edit) @bbe1a468   13 years michaelni fate: split asyncts from aresample test Signed-off-by: Michael …
(edit) @d5c90ff2   13 years michaelni lavf: reimplement is_intra_only() by using the AVCodecContext codec …
(edit) @da74e883   13 years michaelni lavc: add codec_descriptor field to AVCodecContext. This can be used …
(edit) @d0bf3bf1   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavf: …
(edit) @bdefe22b   13 years martin lavf: Detect discontinuities in timestamps for …
(edit) @30c26c24   13 years martin lavf: Initialize the stream info timestamps in avformat_new_stream …
(edit) @6e9bbc65   13 years anton id3v2: Match PIC mimetype/format case-insensitively Some files' …
(edit) @6fd7bf7b   13 years michaelni sgidec: fix error free end detection. Fixes Ticket1506 Signed-off-by: …
(edit) @39c56ef9   13 years michaelni sgidec: correct end pointer Signed-off-by: Michael Niedermayer …
(edit) @c5ea3a00   13 years michaelni ffmpeg: Do not discard slightly invalid timestamps. Fixes Ticket1627 …
(edit) @15e4bd65   13 years michaelni vc1dec: support debug & FF_DEBUG_PICT_INFO. Signed-off-by: Michael …
(edit) @a036ac57   13 years michaelni lavf: do not discard correct dts in favor of wrong pts for …
(edit) @2e4b6627   13 years michaelni mov: add av_dlog() to CTTS reading code like is already done in STTS. …
(edit) @575db883   13 years diego configure: Rename check_asm() to more fitting check_inline_asm()
(edit) @e017c875   13 years diego fate: Only test enabled filters This fixes running FATE without …
(edit) @3aa696e8   13 years diego avresample: De-doxygenize some comments where Doxygen is not appropriate
(edit) @7d23a65f   13 years michaelni asfdec: fix FRAME_HEADER_SIZE Fixes Ticket1477 Signed-off-by: …
(edit) @5a49482c   13 years michaelni dsputil_template: switch to av_assert Signed-off-by: Michael …
(edit) @f5f3684f   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavf: …
(edit) @f5ce90f2   13 years martin rtmp: split chunk_size var into in_chunk_size and out_chunk_size …
(edit) @a8103503   13 years martin rtmp: Factorize the code by adding find_tracked_method Also fix the …
(edit) @885da7b   13 years anton lavf: simplify is_intra_only() by using codec descriptors.
(edit) @51efed15   13 years anton lavc: add an intra-only codec property.
(edit) @c223d799   13 years anton lavc: add codec descriptors. They describe properties that are …
(edit) @48d20b91   13 years michaelni snowdec: increase stack size Fixes Ticket1632 Signed-off-by: Michael …
(edit) @994923ec   13 years michaelni dwt: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @58825a1   13 years michaelni msrle: fix regression causing null ptr dereference Fixes Ticket1630 …
(edit) @f950592   13 years michaelni cavsdec: check dimensions being valid. Fixes crash Fixes Ticket1628 …
(edit) @bd6ece46   13 years michaelni mp3enc: fix CODEC_ID/CodecID that leaked in from older patch …
(edit) @e874b292   13 years stefasab doc/Makefile: invoke perl to interpret texi2pod.pl Do not rely on …
(edit) @ad5043e2   13 years stefasab cmdutils: show options in show_help_children only if the context has …
(edit) @a6d6b8a2   13 years stefasab lavu/opt: fix crash in av_opt_next() in case the class has no options
(edit) @2ff67c90   13 years anton lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code. C++ does not allow …
(edit) @7fd467f7   13 years michaelni mp3/mp2: identify the video codecs as APIC through query_codec. Fixes …
(edit) @22d804b7   13 years michaelni ffmpeg: dont auto match videostreams with attachment pics. …
(edit) @f9f11c10   13 years michaelni lavf: return APIC fourcc from query_format() if the codec is supported …
(edit) @b2bc48ae   13 years michaelni iff: replace av_abort by av_assert0 Signed-off-by: Michael …
(edit) @18b0c39f   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: g723.1: …
(edit) @33de86db   13 years mans dict: move struct AVDictionary definition to dict.c This makes struct …
(edit) @987170cb   13 years mans dict: add av_dict_count() This adds a function to retrieve the number …
(edit) @d9d0c1cc   13 years michaelni mjpegdec: support AVRn interlaced Fixes Ticket1527 Signed-off-by: …
(edit) @05c36e0e   13 years mans g723.1: fix addition overflow This addition must be done as 64-bit to …
(edit) @52aa3015   13 years mans g723.1: simplify and fix multiplication overflow In 16-bit …
(edit) @e141cf2   13 years mans g723.1: deobfuscate an expression (x << 2) - x is just an …
(edit) @e2b7c578   13 years mans g723.1: remove unused #includes Signed-off-by: Mans Rullgard …
(edit) @0d735ca2   13 years mans ARM: add missing "cc" clobber in av_clipl_int32_arm() Signed-off-by: …
(edit) @633b90ca   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @96926748   13 years michaelni ffmpeg: Allocate new buffer for bitstream filter when buffer shifted …
(edit) @a0d15027   13 years michaelni yadif: check input video size. yadif needs at least 3x3 or it will …
(edit) @8f29901   13 years michaelni yadif: remove get_video_buffer, its redundant now Signed-off-by: …
(edit) @2f7e8dcf   13 years michaelni yadif: redesign first and last 2 lines handling. The previous code …
(edit) @3eebc1e1   13 years lu_zero rtmp: Factorize the code by adding handle_invoke_error Signed-off-by: …
(edit) @71036a3a   13 years lu_zero rtmp: Factorize the code by adding handle_invoke_status …
(edit) @5e6001db   13 years lu_zero rtmp: Factorize the code by adding handle_invoke_result …
(edit) @54918d03   13 years mans libavutil: remove unused av_abort() macro Signed-off-by: Mans …
(edit) @6d3783d1   13 years mans ffmenc: replace if/abort with assert() The condition is trivially …
(edit) @1c4ab37c   13 years mans libavutil: drop offsetof() fallback definition The only compiler I …
(edit) @d913fd1f   13 years mans libavutil: drop fallback definitions of INTxx_MIN/MAX This list is …
(edit) @83c93fe7   13 years martin configure: Check for a sctp struct instead of just the header This …
(edit) @c72f12cb   13 years diego configure: suncc: Add -xc99 to dependency flags, required on Solaris
(edit) @804d7a1a   13 years diego doxygen: Fix function parameter names to match the code
(edit) @52561d01   13 years diego doc: Drop obsolete shared libs cflags hint to workaround Cygwin gcc bugs
(edit) @90f7e617   13 years diego swf: Move shared table out of the header file
(edit) @2804ba6a   13 years diego swf: Move swf_audio_codec_tags table to the only place it is used
(edit) @84f9d78a   13 years kostya.shishkov fate: add G.723.1 decoder tests
(edit) @9f088a1e   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @e1a983e6   13 years michaelni Merge commit '0c00fd80ee4791bd70b634084307fc9f179e0412' Just for …
(edit) @fc97f8e0   13 years michaelni ffmpeg: factorize process_input() out Based-on: commit …
(edit) @b7e9eea3   13 years michaelni Merge commit 'f154ef1ae5b03f288dd8c025dab1884b4cb20c1a' * commit …
(edit) @0db9eba4   13 years mans motion_est: drop inline from sad_hpel_motion_search() This function …
(edit) @5bf7bc62   13 years mans motion_est: remove unused macros Signed-off-by: Mans Rullgard …
(edit) @74f82f92   13 years mans motion_est: remove useless no_motion_search() function At both places …
(edit) @e13df05f   13 years nicolas.george dvbsub: reindent after last commit.
(edit) @aed032c   13 years nicolas.george dvbsub: fix encoding of termination packets. The old code generates a …
(edit) @f9150c8a   13 years janne-libav lagarith: frame multithreading About 2x speedup going from 1 to 2 …
(edit) @cc650cf0   13 years Clément Bœsch Remove "Error parsing options string […]" messages. This reduces …
(edit) @5d8e54fe   13 years michaelni checkheaders: Rename HEADEROBJS to HOBJS Signed-off-by: Michael …
(edit) @2cdb0810   13 years michaelni ffmpeg: reduce difference to qatar by a few lines Signed-off-by: …
(edit) @b41d481a   13 years michaelni common.mak: add forgotten hunk from last merge Found-by: jamal …
(edit) @36a8c430   13 years diego doxygen: qdm2: Drop documentation for non-existing function parameters
(edit) @24d3796d   13 years diego build: add HOSTOBJS to SUBDIR_VARS list Even though HOSTOBJS are not …
Note: See TracRevisionLog for help on using the revision log.