source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3a9f44d5   17 years michaelni and of course the unneeded double subtractions were blindly put in the …
(edit) @f29bd6fa   17 years michaelni more stupid double subtractions Originally committed as revision …
(edit) @49ca0e53   17 years michaelni get rid of idiotc double subtraction Originally committed as revision …
(edit) @4a0d6686   17 years Aurélien Jacobs ensure configure only accept valid --list-* parameters closes issue72 …
(edit) @1f794d69   17 years baptiste.coudurier support swink created files which have soi/eoi broken tags reversed …
(edit) @45e3c163   17 years Reimar.Doeffinger Additional documentation for CRC functions Originally committed as …
(edit) @6d1ba1ac   17 years lucabe72 Print an SDP when all outputs are RTP (the SDP can be saved in a text …
(edit) @f35917b2   17 years benoit.fouet Implement the cmdutils.c show_license function. patch by Stefano …
(edit) @89da5781   17 years lucabe72 Call av_find_stream_info() immediately after opening an input file. …
(edit) @dd723472   17 years lucabe72 Use avf_sdp_create() in ffserver Originally committed as revision …
(edit) @250c5317   17 years benoit.fouet update -t option documentation Patch by Godwin Stewart Originally …
(edit) @622d6332   17 years banan Cosmetics, indentation. Originally committed as revision 10145 to …
(edit) @1cbe9d6a   17 years banan Trellis quantization support for adpcm_swf. Originally committed as …
(edit) @7b07d3e8   17 years Reimar.Doeffinger Use defines instead of raw hex numbers to specify CRC polynomials …
(edit) @4f489292   17 years Reimar.Doeffinger Change imprecise "Unknown codec" message to say "encoder" or "decoder" …
(edit) @7799eeec   17 years diego small simplification Originally committed as revision 10141 to …
(edit) @9f32041d   17 years michaelni Do not butcher start_time in av_estimate_timings_from_bit_rate(). from …
(edit) @d6a0906a   17 years michaelni When looking for the last packet in each stream, so as to calculate …
(edit) @bf494092   17 years michaelni There is no guarantee that every stream will have a start_time found …
(edit) @df886e7e   17 years michaelni fix cur_dts at the end of av_estimate_timings_from_pts() Originally …
(edit) @e26381b6   17 years michaelni more verbose doxy for duration (from patch by neilb suse de) …
(edit) @4854c253   17 years michaelni mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse …
(edit) @9e33b10f   17 years ramiro.polla Allow pipe: URL to take fd number as input Patch by Vincent Fourmond …
(edit) @de79849e   17 years ramiro.polla Indent for next commit Patch by Vincent Fourmond [vincent dot fourmond …
(edit) @afd98005   17 years ramiro.polla Enable MinGW networking support Originally committed as revision …
(edit) @93951943   17 years diego spelling/wording cosmetics Originally committed as revision 10131 to …
(edit) @a9054d9   17 years benoit.fouet store asf streaming bitrates consistently patch by Björn Axelsson: …
(edit) @f18cae4d   17 years ramiro.polla Set UDP receive buffer to 64k Originally committed as revision 10129 …
(edit) @fce388b4   17 years Aurélien Jacobs cosmetic: indentation Originally committed as revision 10128 to …
(edit) @2f3b419c   17 years Aurélien Jacobs Don't pre-scale default_duration to avoid precision loss in fps …
(edit) @aec783d   17 years Aurélien Jacobs no need for special case default_duration for AAC Originally …
(edit) @a92d2062   17 years Aurélien Jacobs calculate default_duration according to framerate only when not …
(edit) @2f4d5971   17 years tempn obfuscate urls and fix note about them Originally committed as …
(edit) @cf3430d2   17 years tempn fix url typo pointed out by Guillaume LECERF Originally committed as …
(edit) @6d96a9b9   17 years michaelni elaborate a little on AVStream.start_time, it seems the comment is not …
(edit) @c8f9ef61   17 years ramiro.polla CONFIG_7REGS -> HAVE_7REGS Originally committed as revision 10121 to …
(edit) @119614c0   17 years michaelni document the email interface Originally committed as revision 10120 …
(edit) @9df4ce5e   17 years mgerards Make the Golomb decoder work for Dirac Originally committed as …
(edit) @6d324c81   17 years gpoirier Statements like a = b = c = d = e; store from right-to-left, so if you …
(edit) @77cb22fa   17 years Aurélien Jacobs Try size 640x480 for FLC files which don't specify their size. This is …
(edit) @f5da5c93   17 years diego Rename parse_arg_file function to opt_input_file for consistency. …
(edit) @9fcfc0b7   17 years diego cosmetics: indentation fix Originally committed as revision 10115 to …
(edit) @bc3a73bc   17 years michaelni remove broken movi_end skip-hack-check this should fix seeking over …
(edit) @ea4b2b5e   17 years michaelni do not misuse movi_end for checking chunk sizes Originally committed …
(edit) @60a9966e   17 years diego Make cmdutils.c:parse_options accept as argument a function to parse …
(edit) @9c0edaaf   17 years ramiro.polla Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP) Originally …
(edit) @f3a3c72e   17 years ramiro.polla Introduce AVERROR_PATCHWELCOME Originally committed as revision 10110 …
(edit) @a92b819a   17 years diego Clarify LGPL and GPL licensing of FFmpeg. Originally committed as …
(edit) @e1669c5e   17 years diego Attempt to better explain how to split patches into individual …
(edit) @9488b966   17 years diego Move msmpeg4 tables from a header file to msmpegdata.c. Originally …
(edit) @5e4c7ca   17 years ramiro.polla Add attribute that forces alignment of stack to functions that need …
(edit) @345bb2ad   17 years mmhoffm special handling for vp3 idct, use the c reference Originally …
(edit) @07c0299   17 years michaelni use bytestream_get_le*() this also fixes a big endian bug Originally …
(edit) @88381412   17 years diego Make ffserver -h exit 0. patch by Stefano Sabatini, …
(edit) @9d4edf96   17 years diego Make native and libnut NUT muxers mutually exclusive. Originally …
(edit) @a6ba65f7   17 years kostya.shishkov Support for WavPack version 0x410 (false stereo chunks) Patch by …
(edit) @11ead90e   17 years kostya.shishkov Rename flag for consistency with the next commit Originally committed …
(edit) @42c71907   17 years lessen42 Add av_get_bits_per_sample_format() Originally committed as revision …
(edit) @99e8b22   17 years lessen42 Use PRId64 in seek test Originally committed as revision 10098 to …
(edit) @40802d36   17 years michaelni fix type 3 aka skipped blocks for old version Originally committed as …
(edit) @9ac34d94   17 years michaelni fix motion vectors for old version Originally committed as revision …
(edit) @cf786021   17 years michaelni set pix_fmt properly depending on version Originally committed as …
(edit) @70bbeb6f   17 years michaelni use version instead of some random 32bit value to switch between 16 …
(edit) @a0d30cb   17 years michaelni replace vlc_type by version and set that from codec_tag which contains …
(edit) @a985a94   17 years michaelni export 4xm video version Originally committed as revision 10092 to …
(edit) @b74fb935   17 years michaelni support ifr2 from Toy-Story2_better-image-quality.4xa Originally …
(edit) @3ca96802   17 years gpoirier use shorter types vec_"type" instead of the too long vector "type" …
(edit) @62f68aa9   17 years michaelni add second vlc table pfr* of Toy-Story2_better-image-quality.4xa are …
(edit) @880e3ef4   17 years michaelni add support for old flac in ogg fixes …
(edit) @4e68cb8a   17 years Roman R. restoring the alphabetical order (this time with case ignored) …
(edit) @3b4e7bb3   17 years ramiro.polla Also check for closesocket in winsock2.h Originally committed as …
(edit) @07870f85   17 years michaelni pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa …
(edit) @880003b   17 years lessen42 Don't check the return value of decode_cabac_residual since it always …
(edit) @e5639780   17 years Aurélien Jacobs Ensure av_tree_insert() is defined before using it. Patch by Carl …
(edit) @88e2d588   17 years Aurélien Jacobs more usage of av_clip() Originally committed as revision 10082 to …
(edit) @e4a50e6d   17 years Aurélien Jacobs one more simplification Originally committed as revision 10081 to …
(edit) @295f3737   17 years Aurélien Jacobs various simplifications around recent av_clip_int16() usage …
(edit) @b0f33828   17 years michaelni fix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roq …
(edit) @aee481ce   17 years Aurélien Jacobs use av_clip_int16() where it makes sense Originally committed as …
(edit) @160ab30f   17 years lessen42 Set dts in tta demuxer Originally committed as revision 10077 to …
(edit) @ddb8ebe7   17 years Aurélien Jacobs add a new av_clip_int16() function to libavutil Originally committed …
(edit) @b9c684a2   17 years Aurélien Jacobs ensure av_noinline is always defined Originally committed as revision …
(edit) @06c5c560   17 years michaelni cola for diego Originally committed as revision 10074 to …
(edit) @70b4d492   17 years ramiro.polla Enable swscale in MinGW vhooks only if swscale was configured. Copied …
(edit) @68bf8d83   17 years diego Bump minor number, NUT muxer was added. Originally committed as …
(edit) @74f0780   17 years diego Make show-version exit 0. patch by Stefano Sabatini, …
(edit) @5c14a795   17 years diego Make show-license exit 0. patch by Stefano Sabatini, …
(edit) @c20bd3e   17 years diego Make ffmpeg -formats exit 0. patch by Stefano Sabatini, …
(edit) @63dd9d0e   17 years michaelni simplify Originally committed as revision 10068 to …
(edit) @d2062ff6   17 years michaelni do not remove FLAG_CODED Originally committed as revision 10067 to …
(edit) @0e6472fd   17 years michaelni remove useless code, found by oded Originally committed as revision …
(edit) @2529024b   17 years michaelni this is debug not info Originally committed as revision 10065 to …
(edit) @0701006e   17 years michaelni ensure that default_get_buffer() doesnt reuse images if the dimension …
(edit) @6aacfd22   17 years baptiste.coudurier dnxhd 120 interlaced support Originally committed as revision 10063 …
(edit) @fbd69f51   17 years michaelni 100000l (forgotten return) Originally committed as revision 10062 to …
(edit) @65d7d68b   17 years michaelni mention AVPROBE_PADDING_SIZE at the read_probe() doxy Originally …
(edit) @d1a4544d   17 years michaelni remove unneeded buf_size check (see AVPROBE_PADDING_SIZE) Originally …
(edit) @e020dbd   17 years michaelni flac probe closes issue83 Originally committed as revision 10059 to …
(edit) @9c3e2f78   17 years Aurélien Jacobs ensure that negative block_time are properly checked (workaround …
(edit) @f38e2b13   17 years michaelni nut regression test Originally committed as revision 10057 to …
Note: See TracRevisionLog for help on using the revision log.