source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ea83b032   13 years michaelni matroskaenc: base default duration on avg_frame_rate if possible. …
(edit) @0e559023   13 years michaelni ffmpeg: preserve avg_frame_rate on stream copy. Signed-off-by: …
(edit) @439e1d19   13 years michaelni libvpxenc: Fix "Additional information: g_lag_in_frames out of range …
(edit) @5af7daab   13 years Reimar.Doeffinger Mark AVFilterPad[] compound literals as const. GCC 4.6.2 at least …
(edit) @d9010daa   13 years Reimar.Doeffinger Set AVFrame reference before reget_buffer. Otherwise it might return …
(edit) @266f6eef   13 years Reimar.Doeffinger nuv: do not use data not initialized by LZO decompression. This fixes …
(edit) @95e1dfee   13 years Reimar.Doeffinger nuv: Fix combination of size changes and LZO compression. There were …
(edit) @6f3ebcc3   13 years Reimar.Doeffinger Check NUV per-frame header for validity. Since it contains dimensions …
(edit) @4e6413c6   13 years Reimar.Doeffinger rtjpeg: check get_block return value for error. This avoids crashes …
(edit) @fffa4530   13 years Reimar.Doeffinger Simplify using get_bits_left. Signed-off-by: Reimar Döffinger …
(edit) @b9242fd   13 years Reimar.Doeffinger av_lzo1x_decode: properly handle negative buffer length. Treating …
(edit) @7f6c828   13 years Reimar.Doeffinger Use FFALIGN. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
(edit) @371e1654   13 years Reimar.Doeffinger Try to set AVFrame.reference to correct values. I am not sure these …
(edit) @fb228883   13 years michaelni h264: fix ssse3 biweight code with weights of 128 Signed-off-by: …
(edit) @971701d4   13 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @42b5a6f6   13 years michaelni wtvenc: use ff_put_guid and remove local copy of this function …
(edit) @b7c9512f   13 years michaelni asfenc: rename put_guid to ff_put_guid Signed-off-by: Michael …
(edit) @1efe4ff9   13 years michaelni wtvenc: add @file comment Signed-off-by: Michael Niedermayer …
(edit) @3852c29f   13 years michaelni fix whitespace nits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @49baf44c   13 years Reimar.Doeffinger Make ff_mba_* arrays const. Signed-off-by: Reimar Döffinger …
(edit) @b052601b   13 years Reimar.Doeffinger Make another static array const. Signed-off-by: Reimar Döffinger …
(edit) @db076a2c   13 years Reimar.Doeffinger Make fdct_r_row_sse2 const. Signed-off-by: Reimar Döffinger …
(edit) @b883c87   13 years Reimar.Doeffinger Make AMR tables of lookup filter tables const. Signed-off-by: Reimar …
(edit) @6f6ab1d9   13 years Reimar.Doeffinger Make another PixelFormat list const. Signed-off-by: Reimar Döffinger …
(edit) @91e7e6b7   13 years Reimar.Doeffinger Make sdl_overlay_pix_fmt_map static const. Signed-off-by: Reimar …
(edit) @d7e95ccd   13 years Reimar.Doeffinger Make PIX_FMT format list arrays const. Signed-off-by: Reimar …
(edit) @85414225   13 years Reimar.Doeffinger Make rgb_pixfmt_map const. Signed-off-by: Reimar Döffinger …
(edit) @9663b8d   13 years Reimar.Doeffinger Make tab_frw_01234567_sse2 const. Signed-off-by: Reimar Döffinger …
(edit) @bd09fecc   13 years Reimar.Doeffinger color_table array should be const. Signed-off-by: Reimar Döffinger …
(edit) @d7847333   13 years Reimar.Doeffinger Add const to static arrays where it was forgotten. Signed-off-by: …
(edit) @a010b56e   13 years Clément Bœsch doc: fix typo in previous commit.
(edit) @11f2a565   13 years Clément Bœsch doc: document v4l and v4l2 aliases.
(edit) @1335331e   13 years Clément Bœsch doc: fix a few typo in the filters section.
(edit) @1054ab35   13 years Clément Bœsch v4l2: add libv4l2 support.
(edit) @434db571   13 years Clément Bœsch ffprobe: use avio_size() instead of deprecated file_size attribute.
(edit) @1e402774   13 years Clément Bœsch ffprobe: fix const compiler warning.
(edit) @0e5ecd80   13 years Clément Bœsch Replace remaining av_new_stream() with avformat_new_stream().
(edit) @454f1657   13 years Clément Bœsch j2kdec: fix a bunch of const compiler warnings.
(edit) @5fd1a695   13 years Clément Bœsch APIChanges: fill missing dates and hashes.
(edit) @addc64f7   13 years Reimar.Doeffinger Fix typo in warning message. Signed-off-by: Reimar Döffinger …
(edit) @5639793b   13 years Reimar.Doeffinger Put strings inside struct instead of extra indirection. Saves a bit …
(edit) @0fd28e3   13 years michaelni examples/filtering: remove #include vsink_buffer.h, the header does …
(edit) @c28ea94c   13 years michaelni af_volume: exp10() is a GNU extension. Signed-off-by: Michael …
(edit) @3a1045df   13 years stefasab af_earwax: copy input buffer properties to output In particular, fix …
(edit) @fa4f06ab   13 years stefasab lavfi: add earwax audio filter, ported from Sox Signed-off-by: …
(edit) @618ac713   13 years stefasab lavfi: add volume filter
(edit) @1fc70771   13 years stefasab lavfi: increase number of maximum registered filters from 64 to 128
(edit) @21779087   13 years stefasab lavfi: issue error if maximum number of filters is reached Issue an …
(edit) @6ace8374   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @304ec08f   13 years Marton Balint ffplay: Avoid useage of deprecated url_fileno(). Signed-off-by: …
(edit) @8b1032c9   13 years michaelni dwt: Code make up, removed gotos (cherry picked from commit …
(edit) @db3463e9   13 years michaelni Dirac: Added endif comments (cherry picked from commit …
(edit) @fca712df   13 years michaelni Dirac: Specific struct initializers in AVCodec initialization …
(edit) @aae7a5e3   13 years michaelni Dirac: Removed goto + some code make up (cherry picked from commit …
(edit) @4bb2b5af   13 years michaelni dwt: removed some warnings in make checkheaders (cherry picked from …
(edit) @1b95b52   13 years michaelni Dirac: Solved problem with make checkheaders (cherry picked from …
(edit) @38a444e0   13 years michaelni configure: fixes vda compilation issue. Signed-off-by: Michael …
(edit) @f5cd136f   13 years Clément Bœsch ffmpeg: add -map_channel option. Based on an initial work by Baptiste …
(edit) @682e0eaf   13 years michaelni Fix libutvideo wrapper name Change the libutvideo wrapper name to …
(edit) @16f79357   13 years michaelni ffprobe: Print format specific variables of codecs. Signed-off-by: …
(edit) @5cd1580f   13 years michaelni swr: document how flushing works and bump minor version. …
(edit) @813b20a3   13 years michaelni swr-test: test flushing Signed-off-by: Michael Niedermayer …
(edit) @71f5712   13 years michaelni swr: Support flushing last samples out. Signed-off-by: Michael …
(edit) @add7b114   13 years justin.ruggles binkaudio: expand quant_table to accommodate all possible values
(edit) @c38404ee   13 years martin libx264: Set the default of the rc_lookahead option to -1 This allows …
(edit) @adc85ce2   13 years martin avcodec: Set flags2 default value depending on availability This …
(edit) @76718f3f   13 years diego configure: declare dependency of h264_vaapi_hwaccel on h264_decoder
(edit) @259a960f   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: vp6: …
(edit) @2a6eb062   13 years alex.converse vp6: Fix illegal read.
(edit) @0d7a16a9   13 years alex.converse avfilter: Don't copy garbage from the stack when setting up video pictures.
(edit) @bb99ae3a   13 years michaelni lavf: fix null pointer dereference in rdt Signed-off-by: Michael …
(edit) @b3f4ff28   13 years michaelni id3v2enc: av_strcasecmp() Signed-off-by: Michael Niedermayer …
(edit) @23acfcd9   13 years michaelni h264: favor coded_width in resolution chnaged checks Suggested-by: …
(edit) @a487378e   13 years Carl Eugen Hoyos Set frame_size for AMR_NB in mov. This copies the behaviour of the …
(edit) @4eb86d34   13 years Carl Eugen Hoyos Do not use strcpy for "strings" starting with \0.
(edit) @96949daf   13 years Reimar.Doeffinger Replace all strcasecmp/strncasecmp usages. All current usages of it …
(edit) @475fb67d   13 years michaelni lavc: Init AVFrame->opaque to AVCodecContext.opaque in …
(edit) @1ed9eb5a   13 years michaelni lavf: Do not set cur_dts to undetermined before first_dts has been …
(edit) @d6af8e68   13 years Carl Eugen Hoyos Cosmetics: Reindent after last commit.
(edit) @80af00b4   13 years Carl Eugen Hoyos Support new ALAC magic cookie in caf files.
(edit) @cae4f4b7   13 years martin avcodec: Make sure codec_type is set by avcodec_get_context_defaults2 …
(edit) @1b6da627   13 years martin avcodec: Remove a misplaced and useless attribute_deprecated If …
(edit) @a2c0b830   13 years anton avconv: add -dump_attachment option.
(edit) @4dbc6cee   13 years anton avconv: add -attach option. It allows attaching arbitrary files, e.g. …
(edit) @e6674f68   13 years anton avconv: make negative mappings disable only streams from the specified file
(edit) @5463e83d   13 years justin.ruggles fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64 The …
(edit) @988f585f   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (44 …
(edit) @594b54b5   13 years diego replacement Indeo 3 decoder The new decoder is much smaller and has …
(edit) @894bc1d3   13 years justin.ruggles gsm demuxer: do not allocate packet twice. fixes memleak with raw gsm …
(edit) @905de119   13 years justin.ruggles flvenc: use first packet delay as global delay. This keeps the …
(edit) @c2d9a65   13 years justin.ruggles ac3enc: doxygen update. Add some parameters to existing function …
(edit) @a4998e44   13 years justin.ruggles imc: return error codes instead of 0 for error conditions. This fixes …
(edit) @08e5cd38   13 years justin.ruggles imc: return meaningful error codes instead of -1
(edit) @0473f29b   13 years justin.ruggles imc: do not set channel layout for stereo we only support decoding of …
(edit) @7b7f47e7   13 years justin.ruggles imc: validate channel count ask for a sample if not mono
(edit) @95fee70   13 years justin.ruggles imc: check for ff_fft_init() failure
(edit) @86962b13   13 years justin.ruggles imc: check output buffer size before decoding
(edit) @e9362aae   13 years justin.ruggles imc: use DSPContext.bswap16_buf() to byte-swap packet data
(edit) @0b3e9d5d   13 years stefasab vf_overlay: adopts FAST_DIV255 macro for calculating destination alpha …
(edit) @91dfb738   13 years stefasab vf_fade: fade to correct CCIR601/709 black level Current …
Note: See TracRevisionLog for help on using the revision log.