source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a763b462   13 years Clément Bœsch libmodplug: support options (noise reduction, reverb, bass boost, ...)
(edit) @6638207b   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Fix …
(edit) @2c1c0c50   13 years michaelni ffmpeg: fix forced key frames. Now that the option was moved in the …
(edit) @714517b2   13 years michaelni flvenc: Ignore metadata that has special values and is stored already …
(edit) @9fa05db4   13 years michaelni swr-docs: update due to last change to swresample Signed-off-by: …
(edit) @503e5e9d   13 years michaelni libswresample: support directly converting sampleformats and …
(edit) @63b6d5f3   13 years michaelni update_stream_timings: Remove redundant check. Found-by:Nicolas …
(edit) @d7366d91   13 years Clément Bœsch libmodplug: handle EOF correctly.
(edit) @d9b60687   13 years Carl Eugen Hoyos Use WMAv2 as default audio codec for asf.
(edit) @3bcbd8c5   13 years Carl Eugen Hoyos Use M4S2 as default video tag for MPEG-4 ASP in asf.
(edit) @9a2ceee2   13 years Clément Bœsch libmodplug: simplify and fix read_packet() callback. In case of …
(edit) @54208857   13 years Clément Bœsch libmodplug: consistent use of sizeof.
(edit) @f9bd9794   13 years michaelni generic seeking: fail if there are 1000 non keyframes found with no …
(edit) @e83c2dde   13 years diego Fix 'heigth' vs. 'height' typos.
(edit) @a4ea00d   13 years anton lavc/lavf: use unique private classes. This is needed by the new …
(edit) @0ba1e197   13 years anton lavc: use designated initializers for av_codec_context_class
(edit) @ec1ffae0   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @f7da257a   13 years michaelni h264: remove assert() on ref_frame_count. This assert can fail if a …
(edit) @f108b335   13 years michaelni configure: fix compilation without libmodplug Signed-off-by: Michael …
(edit) @0333d234   13 years michaelni h264: do not let invalid values in h->ref_count after a decoder reset. …
(edit) @253d18b3   13 years michaelni h264: bit depth/chroma idc changes must go through a full format …
(edit) @a51fbb56   13 years michaelni h254: explicitly initialize bit depth/chroma idc Signed-off-by: …
(edit) @751a4efd   13 years michaelni libx264: Fix loop failure due to bufsize becoming 0 Signed-off-by: …
(edit) @dd376b1a   13 years justin.ruggles qcelpdec: cosmetics: do not add line break before opening bracket in …
(edit) @e43dd3d2   13 years justin.ruggles qcelp: check output buffer size before decoding
(edit) @bde25700   13 years justin.ruggles qcelpdec: fix the return value of qcelp_decode_frame(). …
(edit) @26c7ff93   13 years Clément Bœsch Add libmodplug support.
(edit) @1b5a189f   13 years justin.ruggles sipr: fix the output data size check and only calculate it once.
(edit) @073effb6   13 years Clément Bœsch deshake: simplify filename check.
(edit) @e39be59   13 years Clément Bœsch configure: remove bashism equality check for target_os.
(edit) @d4005e22   13 years Clément Bœsch deshake: misc style fixes.
(edit) @b0f270fd   13 years michaelni deshake: move angles from stack to heap. Fixes Ticket530 …
(edit) @1e4da603   13 years michaelni deshake: Allow specifying the filename for statistics and disable them …
(edit) @12bd8532   13 years diego Synchronize various 4CCs and codec tags from FFmpeg.
(edit) @171a5b5d   13 years michaelni deshake: remove non const static Signed-off-by: Michael Niedermayer …
(edit) @1912c215   13 years Clément Bœsch doxygen: remove a few @file parameters. It is not mandatory and …
(edit) @65d5edcd   13 years Clément Bœsch lavfi: remove align tabs in Makefile.
(edit) @dc3aeba3   13 years Clément Bœsch ass_split: fix invalid doxygen group end markers.
(edit) @a667e90a   13 years Clément Bœsch proresdec_gpl: remove wrong @file reference.
(edit) @64960fed   13 years Clément Bœsch bintext: remove wrong @file reference.
(edit) @13609323   13 years Clément Bœsch deshake: fix doxygen comments.
(edit) @5241e014   13 years Clément Bœsch isom: replace pseudo doxycomments with normal comments. Those chunks …
(edit) @f9625180   13 years michaelni pngdec: set reference correctly for corepng. Signed-off-by: Michael …
(edit) @51b0694b   13 years michaelni ff_dv_frame_profile2: Check input buffer size. Based on code by DivX, …
(edit) @dd968a2e   13 years michaelni cinepak: detect keyframes Code by DivX, Inc. Taken from drffmpeg …
(edit) @7d49f79f   13 years justin.ruggles qdm2: check output buffer size before decoding
(edit) @5a19acb1   13 years justin.ruggles Fix out of bound reads in the QDM2 decoder. Signed-off-by: Michael …
(edit) @291d74a4   13 years justin.ruggles Check for out of bound writes in the QDM2 decoder. Signed-off-by: …
(edit) @2f9d6ff   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: id3v2: …
(edit) @fc2dd2c7   13 years justin.ruggles ogg/celt: do not set sample_fmt in the demuxer
(edit) @98df93c9   13 years michaelni libvpxenc: support vpxencs command line options. This simplifies …
(edit) @2cdb5e19   13 years michaelni deshake: nicer looking defaults Signed-off-by: Michael Niedermayer …
(edit) @0cc2ed4a   13 years michaelni libavfilter: add deshake filter Signed-off-by: Michael Niedermayer …
(edit) @7985381e   13 years michaelni libavfilter: image transform code Signed-off-by: Michael Niedermayer …
(edit) @eaa21b68   13 years michaelni H264: hotfix for speedloss on frame threading and h264 files with …
(edit) @a9255d37   13 years michaelni threads: warn in case of multiple finished setup calls. …
(edit) @360a3d89   13 years michaelni h264_parser: print AU size on error. Signed-off-by: Michael …
(edit) @d5c0e89e   13 years michaelni h264_parser: AVC support. Signed-off-by: Michael Niedermayer …
(edit) @2f503851   13 years michaelni fate: fix due to new yuv444 formats Signed-off-by: Michael …
(edit) @4839fafc   13 years michaelni RELEASE: 0.8.5 has been released Signed-off-by: Michael Niedermayer …
(edit) @ae23b269   13 years Reimar.Doeffinger Enable conversions to YUV444P9/YUV444P10, they seem to work fine. …
(edit) @85ea5c6e   13 years michaelni lavf/utils: fix overestimation of the rational number density. Fixes …
(edit) @bf5c3bac   13 years michaelni mpegtsenc: Lift limit on PMT PID Fixes Ticket518
(edit) @2d8cfe1f   13 years michaelni libcdio: Fix missing avclass in context Fixes Ticket526
(edit) @60df6b00   13 years anton id3v2: remove pointless casts
(edit) @d2961e4e   13 years anton id3v2: read TXXX frames with two calls to decode_str() instead of one. …
(edit) @1e18d32d   13 years anton id3v2: don't discard the whole tag when encountering empty frames. …
(edit) @24ec9ac4   13 years anton libvpx: fix build with older libvpx versions. …
(edit) @6308729e   13 years mans ARM: check for inline asm 'y' operand modifier support The inline asm …
(edit) @a5dfeb61   13 years michaelni VP8: armv6 optimizations. From 52.503s (~40fps) to 27.973sec (~80fps) …
(edit) @c3a77496   13 years michaelni avutil: bump for av_get_default_channel_layout() Signed-off-by: …
(edit) @487e088e   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: mpc8: …
(edit) @cffd20b9   13 years michaelni MAINTAINERS: new ffplay maintainer Signed-off-by: Michael Niedermayer …
(edit) @57fa2fc6   13 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: use …
(edit) @3ebab62f   13 years tempn riff: map 0x0038 to amrnb, works on …
(edit) @1dd3c473   13 years Marton Balint ffplay: use libswresample instead of av_audio_convert Previously …
(edit) @60aaf044   13 years Marton Balint audioconvert: add av_get_default_channel_layout public function
(edit) @2446a8cc   13 years Marton Balint ffplay: use avctx->channels and avctx->freq before avcodec_open2 …
(edit) @1e7f7dc2   13 years Marton Balint ffplay: remove now unnecessary request_channels, we set it now with options
(edit) @92dac3a9   13 years Marton Balint ffplay: set request_channels to 2 Signed-off-by: Michael Niedermayer …
(edit) @a4fd95b5   13 years michaelni h264: fix intra 16x16 mode check when using mbaff and …
(edit) @6edce391   13 years michaelni libvpxenc: cosmetics to make code more similar to lucas. …
(edit) @c2b7f774   13 years michaelni h264: check for invalid bit depth value. Signed-off-by: Michael …
(edit) @27d3361e   13 years michaelni h264: add entries for 11 and 12 bits in ff_h264_chroma_qp[][] …
(edit) @bcf881a6   13 years michaelni h264: fix the check for invalid SPS:num_ref_frames. This patch set …
(edit) @2428b53f   13 years michaelni h264: do not let invalid values in h->ref_count on …
(edit) @db5b4875   13 years michaelni Reject video with non multiple of 16 width/height in the 4xm decoder. …
(edit) @5674d4b   13 years justin.ruggles mpc8: check output buffer size before decoding
(edit) @8290d1f3   13 years justin.ruggles mpc7: return error if packet is too small.
(edit) @c8b5c4d2   13 years justin.ruggles mpc7: check output buffer size before decoding
(edit) @fac6b7f9   13 years justin.ruggles nellymoserdec: allocate float_buf only when decoding to int16
(edit) @32b48446   13 years justin.ruggles nellymoserdec: use NELLY_BUF_LEN instead of 128
(edit) @ded0800d   13 years justin.ruggles nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate.
(edit) @84464b2e   13 years justin.ruggles nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples.
(edit) @8b31c086   13 years justin.ruggles nellymoser: check output buffer size before decoding
(edit) @2a9046c   13 years stefasab vf_lut.c: fix wrong syntax in example
(edit) @91492bd1   13 years stefasab lavfi: remove usage of deprecated av_opt_set_defaults2() function …
(edit) @0e5cc174   13 years lu_zero win32: improve threading algorithm warning If no threading is …
(edit) @f8a4075e   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavc: …
(edit) @0a19b4b0   13 years michaelni 4xm decoder: fix data size for i2 frames. Signed-off-by: Michael …
Note: See TracRevisionLog for help on using the revision log.