source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d77294c5   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @9477fa09   13 years Clément Bœsch lavu/timecode: use @see for URL in doxygen.
(edit) @174880f5   13 years Clément Bœsch lavfi/thumbnail: rename @url to @see. @url isn't a valid Doxygen …
(edit) @e15e2a6d   13 years anton libx264: fix indentation.
(edit) @c853124f   13 years michaelni Use SECTION_TEXT instead of section .text for the compatibility aout …
(edit) @9b9bf5ab   13 years michaelni ffv1: cosmetics: indentation Signed-off-by: Paul B Mahol …
(edit) @24947d49   13 years rsbultje vorbis: fix overflows in floor1[] vector and inverse db table index.
(edit) @7e4d9d5d   13 years rsbultje win64: add a XMM clobber test configure option. This will be useful …
(edit) @8c48652   13 years Clément Bœsch dct-test: remove odivx_idct_c dead prototype.
(edit) @89415b8e   13 years martin movdec: Parse the dvc1 atom Normally, the actual payload data …
(edit) @cd2f98f3   13 years mans ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6 This function was broken …
(edit) @148bc235   13 years diego swscale: K&R formatting cosmetics for Blackfin code Also prettyprint …
(edit) @3f57bde1   13 years diego frwu: lowercase the FRWU codec name This is more consistent with all …
(edit) @af0f8c09   13 years Carl Eugen Hoyos Cosmentics: Fix AVUI comment. The codec contains no alpha information …
(edit) @7f19bdc2   13 years janne-libav movdec: fix dts generation in fragmented files Do not use AVStream's …
(edit) @2c98f407   13 years mans fate: make acodec-ac3_fixed test output raw AC3 There is no point in …
(edit) @d50a4c4a   13 years Clément Bœsch lavfi/amerge: copy ref props after filtering samples. This fixes …
(edit) @85c66793   13 years Clément Bœsch lavfi/pan: copy ref props after filtering samples. At least PTS needs …
(edit) @c79eddaf   13 years Clément Bœsch lavfi/aconvert: use libswresample. This commit also drops the planar …
(edit) @e96be840   13 years Clément Bœsch lavfi/aresample: use libswresample.
(edit) @9f0b0db0   13 years Clément Bœsch lavfi/aformat: use do..while(0) form for macro. This avoids some …
(edit) @d055c328   13 years Clément Bœsch doc: document amerge filter as an alternative for the -map_channel …
(edit) @b90d79ec   13 years Clément Bœsch timecode: drop lavc timecode on next bump.
(edit) @6f551562   13 years Clément Bœsch dvenc: use new public timecode API.
(edit) @bf6e83a8   13 years Clément Bœsch mxfenc: use new public timecode API.
(edit) @e2407556   13 years Clément Bœsch gxfenc: use new public timecode API.
(edit) @d8804905   13 years Clément Bœsch mpeg12enc: use new public timecode API.
(edit) @f65600d5   13 years Clément Bœsch drawtext: use new public timecode API.
(edit) @11e5d3b9   13 years Clément Bœsch dv: use new public timecode API.
(edit) @77971609   13 years Clément Bœsch mov: honor tmcd flags while extracting timecode meta.
(edit) @bd10f01a   13 years Clément Bœsch mov: use new public timecode API.
(edit) @ed67dac0   13 years Clément Bœsch mpeg12: use av_mpegtc_to_timecode_string().
(edit) @dc386a5e   13 years Clément Bœsch ffprobe: use av_mpegtc_to_timecode_string().
(edit) @0eaa123   13 years Clément Bœsch lavu: add public timecode API.
(edit) @fcc518a0   13 years janne-libav APIchanges: add missing commit hashes
(edit) @b18ebcbe   13 years Clément Bœsch timecode: add write regressions tests.
(edit) @de05e41b   13 years Carl Eugen Hoyos Use the correct pix_fmt for 32bit x11grab. Remove adding a constant …
(edit) @de53b906   13 years rsbultje swscale: implement MMX, SSE2 and AVX functions for RGB32 input.
(edit) @b8b77abe   13 years michaelni cosmetics: realign vertically Signed-off-by: Paul B Mahol …
(edit) @6462d28d   13 years michaelni apedec: Fix alignment and fate. Signed-off-by: Michael Niedermayer …
(edit) @4c677df2   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (22 …
(edit) @38c6bbc1   13 years justin.ruggles ra144enc: drop pointless "encoder" from .long_name Signed-off-by: …
(edit) @c3a06615   13 years justin.ruggles bethsoftvideo: fix palette reading. Return the correct number of …
(edit) @83ce51cc   13 years justin.ruggles mpc7: use av_fast_padded_malloc() Avoids doing malloc/free for each …
(edit) @b5b825c3   13 years justin.ruggles mpc7: simplify handling of packet sizes that are not a multiple of 4 bytes
(edit) @41dd77bd   13 years justin.ruggles doc: decoding Forward Uncompressed is supported Signed-off-by: Paul B …
(edit) @5cd8afee   13 years michaelni diracdec: Check for negative quants which would cause out of array …
(edit) @00650803   13 years michaelni proresdec: Fix read via negative index in a global array. Found-by: …
(edit) @e39487ef   13 years michaelni doc: ffv1 is not experimental any more Signed-off-by: Paul B Mahol …
(edit) @236a550c   13 years justin.ruggles Fix a typo in the x86 asm version of ff_vector_clip_int32() Specifies …
(edit) @3c432631   13 years justin.ruggles pcmenc: Do not set avpkt->size. It is already the correct size as set …
(edit) @1a670973   13 years justin.ruggles ff_alloc_packet: modify the size of the packet to match the requested …
(edit) @5ff88020   13 years justin.ruggles frwu: Employ more meaningful return values. Signed-off-by: Paul B …
(edit) @f54ae2f8   13 years justin.ruggles fraps: Use av_fast_padded_malloc() instead of av_realloc() Ensures …
(edit) @0880503f   13 years justin.ruggles mjpegdec: use av_fast_padded_malloc() also check for allocation …
(edit) @2f4b9021   13 years justin.ruggles eatqi: use av_fast_padded_malloc() Signed-off-by: Justin Ruggles …
(edit) @00db4d4a   13 years justin.ruggles asv1: use av_fast_padded_malloc() Signed-off-by: Justin Ruggles …
(edit) @9430c232   13 years michaelni ffserver: fix program reference Signed-off-by: Michael Niedermayer …
(edit) @ec09230c   13 years michaelni ffv1dec: PIX_FMT_YUV440P support Signed-off-by: Paul B Mahol …
(edit) @917803ba   13 years michaelni ffv1enc: PIX_FMT_YUV440P support Signed-off-by: Paul B Mahol …
(edit) @316fc744   13 years janne-libav avcodec: Add av_fast_padded_malloc(). Wrapper around av_fast_malloc() …
(edit) @378c5ef   13 years rsbultje swscale: enable dithering in MMX functions. This was accidently …
(edit) @212f161c   13 years rsbultje swscale: make rgb24 function macros slightly smaller.
(edit) @b2327a82   13 years Carl Eugen Hoyos Add some missing v4l2 pix_fmt mappings.
(edit) @46320667   13 years Carl Eugen Hoyos Fix v4l pix_fmt mapping for rgb32: There is no transparency information.
(edit) @93a3ba9b   13 years Carl Eugen Hoyos Fix pix_fmt mapping for v4l2 rgb5x5.
(edit) @3b637dca   13 years diego avcodec.h: Remove some disabled cruft.
(edit) @f5490fbe   13 years rsbultje swscale: remove obsolete comment.
(edit) @d76864d9   13 years Carl Eugen Hoyos Support decoding rgba64 with libopenjpeg.
(edit) @ec0d02e4   13 years Carl Eugen Hoyos Support decoding gray8a with libopenjpeg.
(edit) @2e3fb9e3   13 years diego swscale-test: Drop unused argc and argv arguments from main().
(edit) @8ca8e4a8   13 years diego zmbv: Employ more meaningful return values. Also use …
(edit) @013a677f   13 years diego zmbvenc: Employ more meaningful return values. Signed-off-by: Paul B …
(edit) @510ef04a   13 years janne-libav vc1: prevent null pointer dereference on broken files CC: …
(edit) @cb0b2843   13 years janne-libav zmbv: check av_realloc() return values and avoid memleaks on ENOMEM
(edit) @d4eeadcb   13 years rsbultje truespeech: align buffer DSPContext.bswap_buf() requires aligned …
(edit) @9fdae05   13 years michaelni libavformat/avformat.h: fix stray libavformat reference …
(edit) @c4bdb2b   13 years michaelni libavfilter/version.h: fix project name The code in the file is …
(edit) @4e2b0c57   13 years michaelni snowdata: Fix project name, this file has not been developed in libav …
(edit) @72fc4f0   13 years michaelni gsm.h: Fix project reference The code in this file is copy and pasted …
(edit) @dbb7009e   13 years michaelni westwood_aud: Fix project reference "Copyright (c) 2003 The ffmpeg …
(edit) @9096a276   13 years michaelni simpleidct: fix project name. "Copyright (c) 2001 Michael …
(edit) @4b4d3d72   13 years michaelni aacenc: fix library references Signed-off-by: Michael Niedermayer …
(edit) @92f9b26c   13 years michaelni doc: fix convertion tool references Signed-off-by: Michael …
(edit) @ada28b7f   13 years michaelni h264 golomb: Fix copyright violation. Copy and paste does not change …
(edit) @034b03e7   13 years alex.converse ac3: Do not read past the end of ff_ac3_band_start_tab. Found-by: …
(edit) @2d1c0dea   13 years alex.converse dv: Fix small stack overread related to CVE-2011-3929 and …
(edit) @5a396bb3   13 years alex.converse dv: Fix null pointer dereference due to ach=0 dv: Fix null pointer …
(edit) @635bcfcc   13 years alex.converse dv: check stype dv: check stype Fixes part1 of CVE-2011-3929 …
(edit) @a369a6b8   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (29 …
(edit) @e67e3a3f   13 years janne-libav fate-golomb: extend golomb-test to get_ue_golomb_long() …
(edit) @c0bc7bd1   13 years alex.converse swfdec: Simplify sample rate calculation.
(edit) @0a3a69e8   13 years michaelni ffv1dec: use correct linesize Apparently this did not break anything. …
(edit) @0d17477e   13 years michaelni Merge remote-tracking branch 'shariman/wmall' * shariman/wmall: …
(edit) @c8eba9f   13 years michaelni ffv1dec: PIX_FMT_YUVA444P support Signed-off-by: Paul B Mahol …
(edit) @b0a30ea7   13 years michaelni ffv1enc: PIX_FMT_YUVA444P support Signed-off-by: Paul B Mahol …
(edit) @ab7da16e   13 years michaelni ffv1dec: PIX_FMT_YUVA420P support Signed-off-by: Paul B Mahol …
(edit) @7054629   13 years michaelni ffv1enc: PIX_FMT_YUVA420P support Signed-off-by: Paul B Mahol …
(edit) @05ebe51e   13 years michaelni mpeg/h264: update thread context even if it is not initialized. Fixes …
(edit) @e4a714f6   13 years michaelni h264: Return the correct number of bytes for mid strea, extradata. …
Note: See TracRevisionLog for help on using the revision log.