source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @da2ea7c3   12 years stefasab lavf/flvenc: apply various log fixes/clarifications Should improve …
(edit) @1bd6b0c9   12 years stefasab lavf/flvenc: return meaningful error codes
(edit) @40112e7b   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
(edit) @2bb62455   12 years michaelni Revert "lavu: add snprintf(), vsnprint() and strtod() replacements for …
(edit) @376b16d7   12 years michaelni Merge commit '0db2d94280e260af5f3ad7993c5a6357462f17c9' * commit …
(edit) @fb2e7ac3   12 years stefasab lavfi/mp: drop rotate wrapper The native filter transpose is …
(edit) @2b366008   12 years martin fate: Allow setting the ld parameter from the config file …
(edit) @ef6ba1f2   12 years diego x86: dsputil: Do not redundantly check for CPU caps before calling …
(edit) @ef122ff5   12 years michaelni eliminate some mingw warnings Signed-off-by: rogerdpack …
(edit) @52fa5cea   12 years michaelni amrnbdec: silence a warning about unsigned cant be negative …
(edit) @bdfffa6   12 years stefasab tests/lavfi-regression: name temporary files after $testname in …
(edit) @5780f9bb   12 years stefasab tests: add tinterlace filter tests Only the merge and pad modes are …
(edit) @77c991d8   12 years stefasab tests/lavfi-regressions: support user-specified test name in …
(edit) @9a2daef5   12 years stefasab lavfi/tinterlace: declare source buffers in copy_picture_field() as …
(edit) @fd5293d2   12 years stefasab lavfi/tinterlace: set inlink->cur to NULL, since it is stored …
(edit) @29e972f6   12 years stefasab lavu/parseutils: add av_small_strptime() Make internal …
(edit) @79dcd58d   12 years stefasab lavu/parseutils: make small_strptime() return a (non const) char * …
(edit) @56200884   12 years Clément Bœsch lavf: fix a few typo in some comments.
(edit) @9d9f34a3   12 years Clément Bœsch lavf: remove a few useless AV_NOWARN_DEPRECATED(). read_seek was …
(edit) @4a185ed   12 years martin configure: Disable some warnings in MSVC This disables the following …
(edit) @e60fcdb   12 years michaelni vf_hue: fix AVOption defaults Signed-off-by: Michael Niedermayer …
(edit) @750cc3c0   12 years michaelni acelp_pitch_delay: add missing libm.h include for exp2() …
(edit) @d914ea6f   12 years diego x86: vp56: cmov version of vp56_rac_get_prob requires inline asm …
(edit) @269e6212   12 years michaelni g723_1: add some const for more correctness Signed-off-by: Michael …
(edit) @397ebc1d   12 years michaelni proresenc_anatoliy: add 2 const to silence 2 warnings Signed-off-by: …
(edit) @b3fdfc8c   12 years michaelni Optimization of AC3 floating point decoder for MIPS FFT in MIPS …
(edit) @42e63ec8   12 years martin avopt: fix examples to match the same style about default values as …
(edit) @9afd5592   12 years michaelni imgconvert: silence some const incompatible pointer warnings. …
(edit) @7666828c   12 years michaelni avopt: fix examples to match the same style about default values as …
(edit) @8267f0f7   12 years michaelni vf_scale: fix incompatible pointer type warning Signed-off-by: …
(edit) @5666a1b2   12 years stefasab lavu/opt: support NULL and special "none" values for size and pixel …
(edit) @dfa559bc   12 years martin configure: Add support for MSVC cl.exe/link.exe Signed-off-by: Martin …
(edit) @4fa661a8   12 years martin lavu: add snprintf(), vsnprint() and strtod() replacements for MS …
(edit) @0db2d942   12 years martin dsputil: workaround VA_ARGS missing tokenization for MSVC A …
(edit) @b797f3c4   12 years martin configure: add section for libc-specific hacks Signed-off-by: Martin …
(edit) @a322247   12 years martin build: disable ranlib on mingw Using ranlib is not required but …
(edit) @b21b5b04   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
(edit) @6d654969   12 years martin parser: Don't use pc as context for av_dlog The ParserContext class …
(edit) @8510150f   12 years michaelni Merge commit '21bc44038491e525335ad763883b0288402ff6a0' * commit …
(edit) @98840ee0   12 years michaelni Merge commit 'c7b610aa0b1bac47eea0056b13fe6e982b85844a' * commit …
(edit) @d46c1c72   12 years michaelni Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' * commit …
(edit) @99de3df3   12 years michaelni Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078' * commit …
(edit) @d5f65e9d   12 years michaelni Merge commit '124134e42455763b28cc346fed1d07017a76e84e' * commit …
(edit) @743a295   12 years michaelni Merge commit '2d7d91f06d6a1d243dc74c96d3389ee237a3b906' * commit …
(edit) @5e997688   12 years martin h264: Remove an assert on current_picture_ptr being null It is …
(edit) @fc15f58a   12 years stefasab doc/filters: add mp=noise example
(edit) @8a7b82cc   12 years stefasab doc/filters: itemize example for mp filter
(edit) @6980453   12 years diego build: eamad: Add missing dependency on mpegvideo code
(edit) @aa661113   12 years diego build: utvideoenc: Add missing dependency on Huffman code
(edit) @0e28e3cf   12 years stefasab doc/filters: remove reference to mp=hue filter, which was dropped
(edit) @3b6e9cd7   12 years Clément Bœsch lavc/dvdsubdec: parse the size from the extradata.
(edit) @686a3293   12 years martin avopt: Reorder the default_val struct, making i64 the first field …
(edit) @21bc440   12 years martin avopt: Explicitly store rational option defaults in .dbl …
(edit) @c7b610aa   12 years martin avopt: Explicitly store float/double option defaults in .dbl …
(edit) @e6153f17   12 years martin avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member …
(edit) @d58dd4b5   12 years martin avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member …
(edit) @124134e4   12 years martin avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member …
(edit) @d83ff76   12 years michaelni intreadwrite: Dont evaluate value for AV_W* multiple times. …
(edit) @8c6d651f   12 years michaelni paf: avoid using expressions with sideeffects in AV_R* Signed-off-by: …
(edit) @daa3c288   12 years michaelni configure: update sinks used by ffplay/ffmpeg Signed-off-by: Michael …
(edit) @49c230fb   12 years michaelni libavfilter/Makefile: add forgotten entries for the ff-sinks …
(edit) @172161c8   12 years michaelni sink_buffer: fix #ifs for FF-sinks Signed-off-by: Michael Niedermayer …
(edit) @2d7d91f0   12 years martin svq1enc: Set picture_structure correctly This fixes assert failures …
(edit) @91672504   12 years martin mpegvideo: remove last_picture_ptr / h264 assert. This assert is no …
(edit) @19000122   12 years martin mpegvideo_enc: remove assert that has become obsolete with the new API …
(edit) @2c340596   12 years martin elbg: Fix an assert It seems the condition was flipped from what was …
(edit) @9dcc4c30   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @b36f87ff   12 years lu_zero configure: add support for bdver1 and bdver2 CPU types. …
(edit) @30939390   12 years lu_zero avio: make avio_close NULL the freed buffer
(edit) @a684267   12 years lu_zero pixdesc: cosmetics
(edit) @cc86bd4c   12 years martin proresenc: Don't free a buffer not owned by the codec The data in …
(edit) @6d9e74cd   12 years martin proresenc: Write the full value in one put_bits call Previously, the …
(edit) @aa264da5   12 years martin adpcmenc: Calculate the IMA_QT predictor without overflow Previously, …
(edit) @9de76229   12 years stefasab lavfi/transpose: implement landscape passthrough mode Emulate the …
(edit) @3b34cbce   12 years stefasab examples/scaling_video: write to rawvideo file This is more useful …
(edit) @838b1d60   12 years stefasab lavf/segment: add EXT-X-MEDIA-SEQUENCE tag in M3U8 header
(edit) @ebd703f0   12 years stefasab lavf/segment: deprecate "ext" format in favor of "csv" The new option …
(edit) @d8157635   12 years stefasab lavf/segment: add escaping for filename field of the CSV list file …
(edit) @29948971   12 years michaelni tty: return av_get_packet() error codes instead of converting them to …
(edit) @bf959ac   12 years michaelni tty: return EOF when the 'effective' end of file is reached. …
(edit) @688cb712   12 years michaelni aaccoder: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @7b1ff5e2   12 years michaelni h263dec: fix xvid IDCT switching Signed-off-by: Michael Niedermayer …
(edit) @f82c4fb2   12 years diego x86: Add convenience macros to check for CPU extensions and flags
(edit) @a84ac7a8   12 years diego x86: h264dsp: drop some unnecessary ifdefs around prototype declarations
(edit) @1fa4018e   12 years michaelni jpegdec: try to fix different flipping behavior of inteljpegs. This …
(edit) @507d2d28   12 years michaelni lsp: change assert to av_assert Signed-off-by: Michael Niedermayer …
(edit) @c868219c   12 years michaelni lavc: put motion test back. While not that usefull, we can as well …
(edit) @e6dc0da5   12 years michaelni rmdec: remove unused variable Signed-off-by: Michael Niedermayer …
(edit) @8cc77646   12 years michaelni yadif: remove unused variable Signed-off-by: Michael Niedermayer …
(edit) @b0dc4286   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
(edit) @344fbc47   12 years kostya.shishkov mss12: merge decode_pixel() and decode_top_left_pixel() No meaningful …
(edit) @626c1a33   12 years kostya.shishkov mss12: reduce SliceContext size from 1067 to 164 KB Signed-off-by: …
(edit) @a97ee41b   12 years kostya.shishkov mss12: move SliceContexts out of the common context into the codec …
(edit) @eb239a57   12 years diego build: avcodec: order cosmetics
(edit) @7681b883   12 years diego intrax8dsp: Add missing #include to make header standalone
(edit) @13b6b7e0   12 years diego Delete motion-test tool; it is of doubtful utility.
(edit) @5d558303   12 years michaelni snowdec: remove unused variable Signed-off-by: Michael Niedermayer …
(edit) @0b23452c   12 years michaelni ffv1: fix 2 uninitialized variable warnings Signed-off-by: Michael …
(edit) @f099fbf5   12 years michaelni Remove redundant masks in STORE_BGR24_MMX. Signed-off-by: Michael …
(edit) @50b0edea   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
Note: See TracRevisionLog for help on using the revision log.