source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @74d94417   17 years michaelni Do not shift F[I] twice, it is also clearer and smaller now. …
(edit) @50c52d22   17 years michaelni Factorize c->ap += (-c->ap) >> 4 out Originally committed as revision …
(edit) @0e0d6cf   17 years michaelni Get rid of G726Tables.bits. Originally committed as revision 13816 to …
(edit) @05c9f351   17 years michaelni Copy 4 pointers to avid dozends of ptr dereferences. Originally …
(edit) @fc234250   17 years michaelni Does not need to be int16. Originally committed as revision 13814 to …
(edit) @e9174641   17 years lucabe72 Fix neverending loop which might happen when sending high-bitrate …
(edit) @cb26c9d6   17 years michaelni Factorize I >> (c->tbls->bits - 1) out. Originally committed as …
(edit) @747d1b87   17 years stefano.sabatini-lala Improve an lclenc.c error message in case of unsupported input pixel …
(edit) @73ff4f83   17 years michaelni 1 abs() less Originally committed as revision 13810 to …
(edit) @dca21085   17 years stefano.sabatini-lala Cosmetics: s/stats/status/ in ffserver.c. Originally committed as …
(edit) @f26a60a0   17 years stefano.sabatini-lala Add an "How does it work" section in ffserver-doc.texi. Originally …
(edit) @4714776b   17 years michaelni simplify Originally committed as revision 13807 to …
(edit) @673a64b8   17 years michaelni useless () Originally committed as revision 13806 to …
(edit) @428c82cb   17 years michaelni remove unneeded tr == 0 Originally committed as revision 13805 to …
(edit) @e079a1c9   17 years michaelni simplify Originally committed as revision 13804 to …
(edit) @c79c1a01   17 years michaelni Get rid of the redundant AVG726Context. Originally committed as …
(edit) @ef4c5c6d   17 years michaelni Remove the truncated bitstream handling from our g726 decoder. The …
(edit) @25176d6e   17 years benoit.fouet Parse 'dats' as data. Patch by Florian Echtler: floe butterbrot org …
(edit) @e3ec60d8   17 years baptiste.coudurier free private streamcontext when closing demuxer, fix memory leak, …
(edit) @28215b37   17 years gpoirier convert DOS-style carriage return to Unix-style Originally committed …
(edit) @a0e5830a   17 years michaelni Change iquant tables to int16. Originally committed as revision 13798 …
(edit) @6aa37bcf   17 years michaelni simplify Originally committed as revision 13797 to …
(edit) @cf409a6f   17 years michaelni Get rid of useless wrapper function. Originally committed as revision …
(edit) @44555f09   17 years stefano.sabatini-lala Add missing SMALL_IF_CONFIG_SMALL macros for beosaudio long_names. …
(edit) @88643f3   17 years stefano.sabatini-lala Cosmetics: display ffmpeg -h generic advanced options just after …
(edit) @170efe1f   17 years michaelni Do not inline g726_iterate() the function is big so its inlining will …
(edit) @aeaa7c3d   17 years michaelni Replace i2f(0) by the actual thing done, gcc is not an optimizing …
(edit) @81120754   17 years michaelni Remove redundant zeroing (the context is memset(0)). Originally …
(edit) @e3cafac6   17 years michaelni Use smaller data types for tables. Originally committed as revision …
(edit) @deec52c   17 years michaelni Float11 does not need int, .o file becomes smaller and the code might …
(edit) @7d7a9e7f   17 years michaelni simplify Originally committed as revision 13788 to …
(edit) @aca49077   17 years michaelni Correct validity checks. Originally committed as revision 13787 to …
(edit) @8b470cc5   17 years michaelni Print sane error message for channels != 1. Originally committed as …
(edit) @35d0e16b   17 years michaelni Check number of bits so we do not try to use table entries which do …
(edit) @8161c28c   17 years michaelni Support decoding of sample_g726.asf. Originally committed as revision …
(edit) @ded4241b   17 years Aurélien Jacobs matroskadec: remove some useless code Originally committed as …
(edit) @6dfcdc00   17 years michaelni get_bits() outputs exactly as many bits as requested no need to mask …
(edit) @f6ec220c   17 years michaelni Remove dead code. Originally committed as revision 13781 to …
(edit) @25cd5cb3   17 years diego Generate pkg-config files in each library subdirectory so that they do …
(edit) @ef3efa0   17 years stefano.sabatini-lala Don't show advanced subtitle options within the ffmpeg -h generic …
(edit) @fb74bc43   17 years stefano.sabatini-lala Don't show subtitle and grab options within the ffmpeg -h generic …
(edit) @bc2869f6   17 years stefano.sabatini-lala Fix an example command in ffserver-doc.texi. Originally committed as …
(edit) @b11829a9   17 years diego Add missing #includes to fix 'make checkheaders'. Originally …
(edit) @66b26265   17 years justin.ruggles fix verbatim mode decoding. patch by Jai Menon (realityman gmx net). …
(edit) @40f8675c   17 years baptiste.coudurier set correct ftyp minor version for 3gp/2 Originally committed as …
(edit) @6ba9ed95   17 years baptiste.coudurier invert mode_mov condition Originally committed as revision 13773 to …
(edit) @d3e47832   17 years baptiste.coudurier simplify Originally committed as revision 13772 to …
(edit) @3473ca9a   17 years baptiste.coudurier change 3gp/3g2 brands if h264 is present Originally committed as …
(edit) @cd70d17f   17 years baptiste.coudurier simplify ipod brand selection Originally committed as revision 13770 …
(edit) @7b0fb8b7   17 years baptiste.coudurier fix warning, write_ftyp return int now Originally committed as …
(edit) @83579084   17 years baptiste.coudurier put avc1 brand in compat list when h264 is present Originally …
(edit) @5171fd9d   17 years michaelni -0x8000 == 0x8000 with int16 fixes segfault / issue491 Originally …
(edit) @f059427c   17 years banan Forgotten oma docs stuff Originally committed as revision 13766 to …
(edit) @65f52683   17 years michaelni I think we are also compliant to iso2. Originally committed as …
(edit) @ed6e47c2   17 years michaelni Add isom to the compatible brands. Originally committed as revision …
(edit) @1560b667   17 years michaelni Calculate ftyp size instead of hardcoding it. Originally committed as …
(edit) @a74dc5b9   17 years stefano.sabatini-lala Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id …
(edit) @d58ddafd   17 years stefano.sabatini-lala Make ffmpeg.c use print_error() when it can't read an ffserver stream. …
(edit) @462cca10   17 years stefano.sabatini-lala Improve ffmpeg error reporting in case of input/output stream …
(edit) @fe4bf374   17 years stefano.sabatini-lala Make AVCodec long_names definition conditional depending on …
(edit) @d18811bb   17 years stefano.sabatini-lala Make ffmpeg.c:opt_thread use parse_number_or_die(). Originally …
(edit) @b81d6235   17 years benoit.fouet Change opt_sync function behavior to print an error message. Patch by …
(edit) @3022cd10   17 years benoit.fouet Factorize options context setting. Patch by Stefano Sabatini stefano …
(edit) @a04aec6d   17 years michaelni simplify MODE_3G2 Originally committed as revision 13755 to …
(edit) @2c77994f   17 years michaelni Change MODE_* to 1<<c so several can be set at the same time. …
(edit) @837d248d   17 years baptiste.coudurier enable stream copy with ffserver, to be able to chain Originally …
(edit) @ce072b2   17 years baptiste.coudurier cosmetics, reindent Originally committed as revision 13752 to …
(edit) @283c9a8e   17 years baptiste.coudurier don't write double sets of metadata in mov, only write usual ones …
(edit) @6dfafe10   17 years baptiste.coudurier set log debug when avformat debug is set Originally committed as …
(edit) @ea662534   17 years banan We have an Oma demuxer now Originally committed as revision 13749 to …
(edit) @de6a9a26   17 years Aurélien Jacobs matroskadec: set cur_dts after seek patch by elupus elupus _at_ ecce …
(edit) @927509e1   17 years baptiste.coudurier indent Originally committed as revision 13747 to …
(edit) @c6e2c6c9   17 years baptiste.coudurier support for 3gp metadata Originally committed as revision 13746 to …
(edit) @07b7b06d   17 years baptiste.coudurier move utf8 code before udta func, will be used by 3gp tags Originally …
(edit) @c55cc074   17 years baptiste.coudurier write usual brand for ipod format Originally committed as revision …
(edit) @d32d6def   17 years baptiste.coudurier simplify Originally committed as revision 13743 to …
(edit) @20e22af8   17 years baptiste.coudurier factorize psp metadata Originally committed as revision 13742 to …
(edit) @f7635edb   17 years baptiste.coudurier cosmetics Originally committed as revision 13741 to …
(edit) @c3858df2   17 years baptiste.coudurier cosmetics Originally committed as revision 13740 to …
(edit) @709c9f8d   17 years baptiste.coudurier support alac in ipod m4a format, tested on quicktime Originally …
(edit) @39883fff   17 years baptiste.coudurier remove useless wrapper func Originally committed as revision 13738 to …
(edit) @ccec1b69   17 years baptiste.coudurier m4v/m4a are usual itunes/ipod/iphone extensions Originally committed …
(edit) @d88812a   17 years baptiste.coudurier indent Originally committed as revision 13736 to …
(edit) @d1d87dfb   17 years baptiste.coudurier rework udta handling, if any track set bitexact, don't write any …
(edit) @1dc7ff33   17 years baptiste.coudurier 10l, add parentheses Originally committed as revision 13734 to …
(edit) @cabc1a7d   17 years baptiste.coudurier indent Originally committed as revision 13733 to …
(edit) @b63ba850   17 years baptiste.coudurier remove obsolete requirements, quicktime 6 is from 2002, not sure if …
(edit) @0724373d   17 years baptiste.coudurier cosmetics Originally committed as revision 13731 to …
(edit) @eeb28150   17 years Reimar.Doeffinger Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output …
(edit) @36e16253   17 years Reimar.Doeffinger Almost-cosmetics: split out coeff_count from all_fragments struct into …
(edit) @45b2b05f   17 years michaelni Make timestamp debugging work nicer. Originally committed as revision …
(edit) @e785efc4   17 years diego Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals …
(edit) @83657f9f   17 years baptiste.coudurier remove now unneeded vars Originally committed as revision 13726 to …
(edit) @3c6a9f66   17 years baptiste.coudurier pass dts and pts through ffm, should fix streaming b frames …
(edit) @8983aa33   17 years baptiste.coudurier enable global_header flag for audio and video encoding, was wrongly …
(edit) @02226bc8   17 years baptiste.coudurier revert wrong part of r13722 commit Originally committed as revision …
(edit) @febea2f2   17 years baptiste.coudurier uniformize trellis quant option Originally committed as revision …
(edit) @7080cbe2   17 years baptiste.coudurier pass extradata through ffm Originally committed as revision 13721 to …
(edit) @d8b1dffb   17 years baptiste.coudurier remove unneeded ffmpeg commandline switches, and enable quiet mode …
(edit) @7ab08864   17 years baptiste.coudurier add AVOption support in ffserver configuration file Originally …
Note: See TracRevisionLog for help on using the revision log.