source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @58030fc6   13 years michaelni avio: Fix handling of filenames that contain : Signed-off-by: Michael …
(edit) @32ed7da   13 years michaelni Fix adts format creation in aac+ encoder modified: …
(edit) @957867ab   13 years michaelni ffmpeg: rewrite vsync / notimestamps handling The qatar implementation …
(edit) @8e576d58   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @bbb46f3e   13 years justin.ruggles libavutil: add utility functions to simplify allocation of audio …
(edit) @8889cc4f   13 years justin.ruggles libavutil: add planar sample formats and av_sample_fmt_is_planar()
(edit) @7ffa9ea0   13 years michaelni doc: rewrite FATE documentation to be self-contained Signed-off-by: …
(edit) @e77b4b4a   13 years michaelni tests: add a FATE configuration template Signed-off-by: Michael …
(edit) @aa38cff2   13 years janne-libav avconv: fix segfault at EOF with delayed pictures At EOF it makes no …
(edit) @656911d8   13 years michaelni vsrc_mandelbrot: Fix vsrc_mandelbrot.c:358:85: warning: ‘epsilon’ may …
(edit) @b329fc34   13 years michaelni ffmpeg: fix indention Signed-off-by: Michael Niedermayer …
(edit) @fec20259   13 years michaelni ffmpeg: Fix ffmpeg.c:1874:21: warning: unused variable ‘of’ …
(edit) @183e832c   13 years michaelni githowto: git is generally available as package in most distros. …
(edit) @c1848c4b   13 years justin.ruggles pcmdec: remove unneeded resetting of samples pointer
(edit) @06d4e2fa   13 years anton avconv: remove a now unused parameter from output_packet().
(edit) @8b0268a8   13 years anton avconv: formatting fixes in output_packet()
(edit) @ffa0674e   13 years anton avconv: declare some variables in blocks where they are used
(edit) @af8ad892   13 years anton avconv: use the same behavior when decoding audio/video/subs I.e. if …
(edit) @3eedd29b   13 years anton bethsoftvideo: return proper consumed size for palette packets. Also …
(edit) @5872c781   13 years anton cdg: skip packets that don't contain a cdg command. Signed-off-by: …
(edit) @98d1e9f9   13 years michaelni lavf: give more weight to the extension during probing if there is a …
(edit) @6a3a54f5   13 years michaelni lavf: minor cleanup of av_probe_input_format3() Signed-off-by: …
(edit) @0844b57c   13 years anton crcenc: add flags AVFMT_NOTIMESTAMPS for crc, as it ignores the …
(edit) @e1edfbcb   13 years anton avconv: use vsync 0 for AVFMT_NOTIMESTAMPS formats. Prevent avconv …
(edit) @a94c769d   13 years anton tiffenc: add a private option for selecting compression algorithm
(edit) @50efd3ca   13 years anton md5enc: add flags AVFMT_NOTIMESTAMPS for md5, as it ignores the …
(edit) @3a0b72de   13 years mans ARM: remove needless .text/.align directives The 'function' macro …
(edit) @248bb81e   13 years michaelni avfilter: Error out from avfilter_merge_formats() when there are …
(edit) @4d874fc2   13 years michaelni vf_mp: rewrite vf_mp filter warning message Warning text by: Clément …
(edit) @8cda755c   13 years michaelni avfilter: dont write out of array for duplicate formats in …
(edit) @0b9a69f2   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (22 …
(edit) @a8e6d4d4   13 years michaelni patcheck: spelling and grammar nits Signed-off-by: Michael …
(edit) @963f6855   13 years alex.converse aacdec: Fix PS in ADTS. Fixes File1.aac and Bug 80.
(edit) @105ab61c   13 years alex.converse avconv: Consistently use PIX_FMT_NONE. Use PIX_FMT_NONE instead of -1 …
(edit) @530a540c   13 years Clément Bœsch doc: add a -map_channel example for splitting channels into streams.
(edit) @0e8fdd4   13 years justin.ruggles dsputil: use cpuflags in x86 emu_edge_core avoids passing around the …
(edit) @395f2e7   13 years justin.ruggles dsputil: use movups instead of movdqu in ff_emu_edge_core_sse() This …
(edit) @b429440d   13 years michaelni Merge remote-tracking branch 'shariman/wmall' * shariman/wmall: …
(edit) @6161c418   13 years michaelni avio: Support private options in URLProtocols Signed-off-by: Michael …
(edit) @05d1e45d   13 years justin.ruggles wma: initialize prev_block_len_bits, next_block_len_bits, and …
(edit) @c12e1bd1   13 years michaelni avio: allow any chars in protocols Signed-off-by: Michael Niedermayer …
(edit) @2bb1c713   13 years michaelni http: add user_agent option. Signed-off-by: Michael Niedermayer …
(edit) @9f8c190b   13 years alex.converse mov: Remove some redundant and obsolete comments.
(edit) @85770d6e   13 years mans Add libavutil/mathematics.h #includes for INFINITY This fixes build …
(edit) @e361b508   13 years lu_zero doxy: structure libavformat groups
(edit) @e97e5a2e   13 years lu_zero doxy: introduce an empty structure in libavcodec
(edit) @757cd8d8   13 years lu_zero doxy: provide a start page and document libavutil Introduce a basic …
(edit) @384bdace   13 years lu_zero doxy: cleanup pixfmt.h Remove the dubious warning about the header …
(edit) @78317881   13 years michaelni graphparser: Fix doxy on avfilter_graph_parse() return value. …
(edit) @3fe5fc93   13 years mans regtest: split video encode/decode tests into individual targets …
(edit) @8ee2b467   13 years mans ARM: add explicit .arch and .fpu directives to asm.S This prevents …
(edit) @0945edde   13 years janne-libav pthread: do not touch has_b_frames Adding the thread count in frame …
(edit) @7876f14f   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @2a0e1801   13 years michaelni Document a critical gotcha in FATE FATE samples paths can not be …
(edit) @70974bdb   13 years michaelni ffmpeg: Fix segfault when using ffmpeg with ffserver where ffmpeg does …
(edit) @cf14c82   13 years michaelni [PATCH] IFF Amiga Continuous Bitmap (ACBM)decoder Some sample IFF …
(edit) @7f6a0190   13 years michaelni Merge remote-tracking branch 'mjbshaw/master' * mjbshaw/master: …
(edit) @82963f8f   13 years anton avconv: cleanup the transcoding loop in output_packet().
(edit) @2c28e269   13 years Marton Balint ffplay: Check for pix_fmt changes Fixes Ticket238 by not crashing but …
(edit) @ea0323b0   13 years shahriman_ams call revert_cdlms()
(edit) @6cf31ef2   13 years shahriman_ams Fix some loop conditions to prevent overreads
(edit) @a3a8d5e0   13 years shahriman_ams Initialize pred in lms_predict()
(edit) @2f0f9a87   13 years Clément Bœsch Fix various if parenthesis misplacements.
(edit) @9595234c   13 years anton avconv: split subtitle transcoding out of output_packet().
(edit) @45d4b66f   13 years anton avconv: split video transcoding out of output_packet().
(edit) @ded28ba3   13 years anton avconv: split audio transcoding out of output_packet().
(edit) @78162b4e   13 years anton avconv: reindent.
(edit) @2a651b7   13 years anton avconv: move streamcopy-only code out of decoding loop.
(edit) @51aeb694   13 years anton avconv: remove an always true condition and reindent.
(edit) @7204ec1a   13 years anton avconv: split off streamcopy handling into a separate loop. This is …
(edit) @4931c8f0   13 years michaelni svq1dec: call avcodec_set_dimensions() after dimensions changed. Fixes …
(edit) @eef5c35b   13 years michaelni vp3dec: Check coefficient index in vp3_dequant() Fixes NGS00145 …
(edit) @895d258e   13 years michaelni qdm2dec: fix buffer overflow. Fixes NGS00144 Thanks to Phillip for …
(edit) @a8fe9a72   13 years justin.ruggles pthread: add some malloc failure checks
(edit) @919c00ba   13 years michaelni alsdec: update checked AV_EF flags. A user who wishes to use default …
(edit) @03f30c83   13 years anton avconv: cosmetics, reformat transcode_init() Fix spacing, vertically …
(edit) @1bb77e51   13 years anton avconv: rename 'os' variable to 'oc' Output AVFormatContext is called …
(edit) @b0641ab7   13 years anton doc/filters: fix some typos.
(edit) @7c922411   13 years anton configure: add libpulse to help output Fixes Bug 72.
(edit) @2c44aed8   13 years michaelni vsrc_mandelbrot: fix inner=period, the previous optimizations broke …
(edit) @833a1959   13 years michaelni h264: Fix invalid interlaced progressive MB combinations for direct …
(edit) @d2e0a6dd   13 years michaelni MAINTAINERS: add myself as a web site maintainer Also add GPG …
(edit) @9b622418   13 years michaelni ffmpeg: 10l add back show_banner() that was lost in the last merge. …
(edit) @3cc04b6a   13 years michaelni git-howto: update git url. git.videolan.org is confusing to some users …
(edit) @15a686b7   13 years michaelni h263: make default color black, like flv Fixes Ticket126 …
(edit) @50d6f819   13 years michaelni mpegvideo: dont use ff_mspel_motion() for vc1 Fixes Ticket655 …
(edit) @bdd22e35   13 years Clément Bœsch swr: change minimum I/O channel count to zero. This will silence the …
(edit) @34465bb   13 years michaelni Merge remote-tracking branch 'shariman/wmall' * shariman/wmall: (24 …
(edit) @a9011623   13 years michaelni avopts: Fix random values being printed in error messages: Bug …
(edit) @e8ab4bac   13 years Reimar.Doeffinger Fix compilation with YASM. YASM does not support %ifempty even though …
(edit) @03f1caec   13 years Reimar.Doeffinger HACK: fix compilation with NASM. This issue is actually already fixed …
(edit) @7a9807d   13 years shahriman_ams Clean-up
(edit) @3e2f664b   13 years shahriman_ams dump_int_buffer() to dump samples from a buffer
(edit) @caf9eb8   13 years shahriman_ams Implement revert_cdlms()
(edit) @d47782df   13 years shahriman_ams Doxy for reset_codec()
(edit) @3e4901b2   13 years shahriman_ams Store transient state and position of transient area
(edit) @3f3d2b5f   13 years shahriman_ams Implement use_high_update_speed() and use_normal_update_speed()
(edit) @1e0db1c   13 years shahriman_ams Initialize num_logged_tiles and remove unnecessary codes
(edit) @5b2680a2   13 years shahriman_ams Log index for each line of output
(edit) @a7c31f15   13 years shahriman_ams Log tile size
Note: See TracRevisionLog for help on using the revision log.