source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @902fa77   12 years stefasab doc/filters: fix syntax and description for the lut* options
(edit) @b868275d   12 years stefasab doc/muxers: fix level for the segment options subsection Properly …
(edit) @99eedfc4   12 years Carl Eugen Hoyos doc/muxers.texi: Fix mp3 picture attachment documentation.
(edit) @911e2706   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Use …
(edit) @1bc51a7a   12 years michaelni Merge commit '1730ca2eca42974af0c29f38a0770997cba2f0da' * commit …
(edit) @69a6eddd   12 years michaelni Merge commit 'f2960097e42ddf9a356bab6547f87906f6999e0a' * commit …
(edit) @6c1a7d07   12 years diego Use proper "" quotes for local header #includes
(edit) @4eef2ed7   12 years diego ppc: fmtconvert: Drop two unused variables.
(edit) @9ec89710   12 years anton bink demuxer: set framerate.
(edit) @1730ca2e   12 years anton bink demuxer: check malloc return value
(edit) @f2960097   12 years anton bink: fix a check for the first frame. Packet pts is a very …
(edit) @8787847d   12 years diego doc/developer: Drop obsolete MPlayer reference
(edit) @8b0fda18   12 years diego doc/developer: Add ISC license to list of acceptable licenses
(edit) @cb30bf7f   12 years diego doc/developer: Add web links for all suggested licenses
(edit) @086566a5   12 years michaelni dict: fix memleak Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @ffd02d0   12 years michaelni Merge remote-tracking branch 'mjbshaw/master' * mjbshaw/master: …
(edit) @4789c25d   12 years michaelni matroska: fixed missing S_DVBSUB subtitles
(edit) @c6779c51   12 years michaelni vc1dec: fieldtx is only valid for interlaced frames the fieldtx_plane …
(edit) @28f36dce   12 years mjbshaw libopenjpegenc: simplify switch statement Signed-off-by: Michael …
(edit) @c58c673   12 years mjbshaw libopenjpegenc: add support for pix fmt gbrp (8-16 bit) …
(edit) @131fac1c   12 years michaelni vc1dec: fix block_off Fixes corruption of motion_val Signed-off-by: …
(edit) @b999774   12 years stefasab doc/indevs: document v4l2 options Reviewed-By: Giorgio Vazzana …
(edit) @349e7f42   12 years stefasab doc/indevs: itemize examples for the v4l2 device
(edit) @d2ccab5f   12 years nicolas.george lavfi/buffersrc: forward filter_frame errors. Note: The ret variable …
(edit) @dcce4334   12 years nicolas.george lavfi/af_amerge: set outbuf->audio->channels. The value is lost …
(edit) @ae14887e   12 years nicolas.george lavfi/af_amerge: check for buffer queue overflows. Without that test, …
(edit) @6560625f   12 years nicolas.george lavfi/bufferqueue: add ff_bufqueue_is_full().
(edit) @dd87d4a3   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @01d012b   12 years michaelni Merge commit '29f1fa74225e9fdbab6d590857edbecb51cf74da' * commit …
(edit) @324498f8   12 years michaelni Merge commit 'a65f965c04bfa27adedc0409c14cc05903f483d0' * commit …
(edit) @ed341549   12 years michaelni Merge commit 'a5ba798c16d0614d982a76755fdd72b37d437170' * commit …
(edit) @7e0fc1a2   12 years stefasab CREDITS: redirect to Git log, remove current outdated content All the …
(edit) @22fad4e2   12 years onemda doc/filters: fix afade cuve types listing Signed-off-by: Paul B Mahol …
(edit) @e47114d5   12 years stefasab lavfi: increment max number of registered filters from 128 to 256 The …
(edit) @a842dc6   12 years stefasab doc/indevs: apply misc fixes to the v4l2 documentation Reviewed-by: …
(edit) @514216d8   12 years stefasab lavd/v4l2: read the correct time per frame from devices that support a …
(edit) @402ea62   12 years onemda lavfi/biquads: remove pointless casts Signed-off-by: Paul B Mahol …
(edit) @b70ea49c   12 years onemda Port biquads filters from SoX Adds allpass, bass, bandpass, …
(edit) @ff23b768   12 years stefasab lavd/v4l2: add list_standards option Since the user is expected to …
(edit) @dcfbe1e0   12 years stefasab doc/eval: sort functions by name
(edit) @41e5e28d   12 years stefasab doc/eval: fix/extend documentation for taylor() function
(edit) @d99bc847   12 years stefasab doc/eval: fix/extend documentation for root() function
(edit) @52acd791   12 years diego x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldsp
(edit) @29f1fa74   12 years diego configure: Move newlib libc check before mingw libc check On Cygwin …
(edit) @197252f1   12 years diego configure: Add a comment indicating why uclibc is checked before glibc
(edit) @0f5b0b41   12 years diego avisynth: Change demuxer name to avoid conflicts with AVS
(edit) @a65f965c   12 years martin mpegvideo: Do REBASE_PICTURE with byte pointers REBASE_PICTURE (more …
(edit) @cdf0877b   12 years michaelni h264/cabac: check loop index fix out of array read Found-by: Mateusz …
(edit) @fe6767f8   12 years michaelni asfdec: fix integer overflow in packet_replic_size check Fixes …
(edit) @2b6a8187   12 years michaelni mips: optimization for float aac decoder (core module) Signed-off-by: …
(edit) @9df9420d   12 years michaelni interplayvideo: Free previous frames on resolution changes. Fixes out …
(edit) @9c50e693   12 years michaelni loco: fix rgba on big-endian Signed-off-by: Michael Niedermayer …
(edit) @a084884b   12 years michaelni flashsv: clear blocks array on reallocation Fixes use of …
(edit) @0dcfccaa   12 years onemda auenc: strict check for supported codec Also check number of streams …
(edit) @10e4905d   12 years onemda auenc: remove put_au_header() and merge its code into au_write_header …
(edit) @984add6   12 years michaelni wma: check byte_offset_bits Fixes assertion failure Found-by: …
(edit) @033f1644   12 years michaelni fixup_vorbis_headers: add missing malloc failure check Signed-off-by: …
(edit) @0451ff29   12 years michaelni oggparsevorbis: use av_realloc consistently Memory passed to …
(edit) @4a2da83a   12 years michaelni dnxhddec: fix integer overflow / index check Fixes out of array read …
(edit) @b926cc78   12 years michaelni mss3: prevent AC state from becoming invalid in rac_normalise() Fixes …
(edit) @32de2831   12 years michaelni avstring: fix "warning: return discards const qualifier from pointer …
(edit) @d2e0a276   12 years michaelni msrledec: merge switches More speedup and fixes 'may be used …
(edit) @dbaae33   12 years michaelni msrledec: move loop into switch speeds up code and allows more …
(edit) @c2992b70   12 years michaelni msrledec: move output pointer test up Signed-off-by: Michael …
(edit) @d8a7c495   12 years michaelni mpegvideo_enc: factor expression out Fixes "warning: dc[0..5] may be …
(edit) @afb4bc3d   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: movenc: …
(edit) @a5ba798c   12 years diego dsputil: remove unused functions copy_block{2, 4, 8, 16}.
(edit) @61d36761   12 years martin movenc: Simplify code by using avio_wb24 Signed-off-by: Martin …
(edit) @91f3592   12 years Carl Eugen Hoyos Correctly mark non-default streams when muxing matroska. Fixes ticket …
(edit) @71f8d704   12 years michaelni dirac/x86: fix compile without yasm Signed-off-by: Michael …
(edit) @4d3d3625   12 years michaelni dirac/x86: fix compile without inline asm Signed-off-by: Michael …
(edit) @3c3d68a9   12 years Carl Eugen Hoyos Fix 1bpp palettized png with width not a multiple of 8. Fixes ticket …
(edit) @dc8dd2f   12 years michaelni sanm: Check MV before using them. Fixes out of array reads Found-by: …
(edit) @1d81f744   12 years michaelni dict.c: use av_mallocz instead of av_realloc Memory passed to …
(edit) @0dfc01c2   12 years michaelni huffyuvdec: Skip len==0 cases Fixes vlc decoding for hypothetical …
(edit) @4420b41   12 years michaelni huffyuvdec: check for and propagate failures from inside …
(edit) @f67a0d11   12 years michaelni huffyuvdec: Check init_vlc() return codes. Prevents out of array …
(edit) @99b1b2b1   12 years michaelni r3d: check that sampling rate is non negative. Signed-off-by: Michael …
(edit) @df92ac18   12 years michaelni r3d: fix division by 0 with 0 sample rate Found-by: Mateusz "j00ru" …
(edit) @3cd9849d   12 years michaelni eval: fix 'warning: ignoring return value of strtod, declared with …
(edit) @ebe368d5   12 years michaelni ac3enc: fix 'warning: block0 may be used uninitialized in this …
(edit) @036b9ee1   12 years michaelni oggenc: fix "oggstream may be used uninitialized in this function" …
(edit) @4e0bc996   12 years lu_zero bfin: unbreak compilation Added a missing header file.
(edit) @5068bcda   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @d1bbd304   12 years michaelni Merge commit 'f81c37e40fe3236d54da12aef9cdba48ba70ec31' * commit …
(edit) @3c8085dc   12 years michaelni Merge commit 'e6b1c3bbe7082c71ea8ee8ac83698c156c9e4838' * commit …
(edit) @31d8d61f   12 years michaelni Merge commit 'aec50f79e7460340a148a3096fe212d67edc2c64' * commit …
(edit) @f02033b9   12 years michaelni Merge commit 'f713411d4cfbd9c467aeda77b16ca6bc4db55d10' * commit …
(edit) @14aa358c   12 years michaelni Merge commit '098eed95bc1a6b2c8ac97f126f62bb74699670cf' * commit …
(edit) @8265c0f4   12 years michaelni Merge commit 'f550583c00e231b587d8ef98451cfbb6b6561eb6' * commit …
(edit) @8a6ae87b   12 years onemda lavc: move deprecated audio_resample* bellow Signed-off-by: Paul B …
(edit) @7194330b   12 years anton vf_delogo: fix copying the input frame. CC:libav-stable@libav.org
(edit) @f81c37e4   12 years anton vf_delogo: fix an uninitialized read. CC:libav-stable@libav.org
(edit) @76e74e4   12 years anton h264: remove obsolete comment.
(edit) @47318953   12 years anton mpegvideo: remove some unused variables from Picture.
(edit) @231fd1ed   12 years anton utvideoenc/v410enc: do not set AVFrame.reference. That field will be …
(edit) @e6b1c3bb   12 years anton pthread: make ff_thread_release_buffer idempotent. I.e. don't do …
(edit) @729b3714   12 years anton mvi: set framerate This container does not store timestamps and thus …
(edit) @aec50f7   12 years anton rawdec: use AVPALETTE_SIZE instead of magic constants.
(edit) @e6da5d2   12 years anton mimic: remove a pointless cast.
Note: See TracRevisionLog for help on using the revision log.