source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @7cf0e16f   19 years michaelni fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table …
(edit) @ed90d37   19 years michaelni dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod) …
(edit) @6f276720   19 years michaelni dont write LAVF_ID if bitexact and any meta tag is set Originally …
(edit) @efda3395   19 years michaelni simplify meta tag writing code Originally committed as revision 5403 …
(edit) @dae5b496   19 years baptiste.coudurier fix seeking, typo provoking hard segfault Originally committed as …
(edit) @c7e63546   19 years baptiste.coudurier fix keyframe check, stss might be there but count set to 0 Originally …
(edit) @6b991cb2   19 years diego Generate the list of all programs, unstripped programs and man pages …
(edit) @7d2f454   19 years diego Rename singular variables to more sensible plural form. Originally …
(edit) @f9edb717   19 years diego uninstallation support inspired by a patch from Richard, …
(edit) @a11d5f50   19 years diego Simplify vhook build. Originally committed as revision 5397 to …
(edit) @fcdff899   19 years diego typo fixes Originally committed as revision 5396 to …
(edit) @5d22ccf7   19 years diego cosmetics: Prettyprint some commands. Originally committed as …
(edit) @83a09492   19 years diego Add Mans as maintainer for oggparseogm.c. Originally committed as …
(edit) @f994f61e   19 years michaelni URLProtocol faq Originally committed as revision 5393 to …
(edit) @fefbdd2e   19 years diego Remove some lines that are duplicated in common.mak. Originally …
(edit) @c4052af0   19 years diego Add MPEG FourCC for MPEG-2 video. Originally committed as revision …
(edit) @386b9b5f   19 years kostya.shishkov Proper PTS generation for Smacker audio Originally committed as …
(edit) @103eee53   19 years kostya.shishkov Now MPlayer should understand Smacker audio and video codecs. …
(edit) @b29bddab   19 years diego Simplify SLIBNAME_WITH_VERSION and SLIBNAME_WITH_MAJOR. Originally …
(edit) @2d974017   19 years baptiste.coudurier MPEG-2 4:2:2 encoding support Originally committed as revision 5387 …
(edit) @c2f69579   19 years gpoirier fix compilation of 3dnowext instinsincs, both on ia32 and AMD64. 3dnow …
(edit) @b997b34f   19 years lucabe72 Fix cropping & padding when capturing from a v4l(2) card Originally …
(edit) @e89b8b0a   19 years diego Honor the LDFLAGS environment variable. Originally committed as …
(edit) @41ae6ef9   19 years gpoirier Add an actual 3dnow intrinsinc so the configure script doesn't just …
(edit) @2c95f59f   19 years baptiste.coudurier fix avc nal parsing Originally committed as revision 5382 to …
(edit) @a959f0ea   19 years baptiste.coudurier fix pcm_s24be demuxing, simplify Originally committed as revision …
(edit) @fce9551e   19 years gpoirier Add 3dnow intrinsic support for AMD64 machines: -march=athlon means …
(edit) @ed70a50   19 years baptiste.coudurier add quicktime uncompressed 8bit 4:2:2 support Originally committed as …
(edit) @5e0c720a   19 years baptiste.coudurier fix mulaw muxing Originally committed as revision 5378 to …
(edit) @6dd19fff   19 years baptiste.coudurier do not write wave if not needed Originally committed as revision 5377 …
(edit) @3a72cbd9   19 years baptiste.coudurier fix AMR muxing in mov Originally committed as revision 5376 to …
(edit) @fcef991a   19 years baptiste.coudurier add pcm 24/32 le/be support Originally committed as revision 5375 to …
(edit) @08db8f18   19 years michaelni simplify Originally committed as revision 5374 to …
(edit) @039627cf   19 years baptiste.coudurier clean and simplify Originally committed as revision 5373 to …
(edit) @307eb248   19 years baptiste.coudurier add MPEG-2 intra vlc support Originally committed as revision 5372 to …
(edit) @d634aa20   19 years baptiste.coudurier remove unused variable Originally committed as revision 5371 to …
(edit) @a443a253   19 years michaelni sanity checks some might have been exploitable Originally committed …
(edit) @3a1a7e32   19 years michaelni sanity checks, some might have been exploitable ... Originally …
(edit) @ce1d2a95   19 years banan Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can …
(edit) @3644cb8f   19 years mans set stream time_base properly Originally committed as revision 5367 …
(edit) @b8d10977   19 years mans add unaligned16() and unaligned64() Originally committed as revision …
(edit) @e1203ac   19 years mans ogm demuxing Originally committed as revision 5365 to …
(edit) @08706ab9   19 years diego Unconditionally use -lossaudio on NetBSD. patch by Jan Knutar …
(edit) @b565ea09   19 years baptiste.coudurier fix spliting chunks, simplify Originally committed as revision 5363 …
(edit) @baa3a937   19 years mans Create shared libraries using versioned filenames and add -rpath-link …
(edit) @8dcf48a8   19 years banan Cosmetics. Add the defines needed for debug output. Originally …
(edit) @24efb5e5   19 years lorenm fix a crash on x86_64 Originally committed as revision 5360 to …
(edit) @b451719   19 years baptiste.coudurier simplify, amr.c sets frame_size to 160, and sample size is always 8000 …
(edit) @9c09db54   19 years baptiste.coudurier fix damr atom, needed for quicktime player Originally committed as …
(edit) @415d10d0   19 years baptiste.coudurier fix alac decoder on little endian Originally committed as revision …
(edit) @2d661e07   19 years michaelni cosmetics (initalize variables where they are used) Originally …
(edit) @11b68168   19 years michaelni decoders should (IMHO) not duplicate frames, the application can do …
(edit) @bfc2a19d   19 years baptiste.coudurier 10l, undef DEBUG Originally committed as revision 5354 to …
(edit) @750b4aaa   19 years baptiste.coudurier assing correct codec_id for mjpegb Originally committed as revision …
(edit) @89ca8c49   19 years banan Add support for raw flac decoding based on the .flac suffix of input …
(edit) @d4277a7   19 years michaelni allow insane gop sizes if the user doesnt care about playable streams …
(edit) @3b29cb6b   19 years michaelni add outcommented chunk of code to handle stuffing MBs at the end of …
(edit) @902c748c   19 years Reimar.Doeffinger change the type of esp in SwsContext to uint64_t so it can hold a full …
(edit) @8d39d67a   19 years baptiste.coudurier vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni …
(edit) @1dd509b1   19 years michaelni make zero motion vector threshold user setable Originally committed …
(edit) @60827a1a   19 years diego Further simplify AMR build. Originally committed as revision 5347 to …
(edit) @46fe31a0   19 years michaelni removing esp usage this is certainly not the most beautifull but it …
(edit) @09786209   19 years lorenm reinit quant matrices if pps is overwritten by another of the same …
(edit) @215e46e6   19 years diego Ignore errors from recursive AMR cleans. Originally committed as …
(edit) @c7f1a2f   19 years diego Unconditionally clean AMR subdirs. Originally committed as revision …
(edit) @c787ba85   19 years lucabe72 Fix v4l grabbing with some webcams, and simplify the code. Patch by …
(edit) @a487e0f6   19 years lu_zero Macosx fix Originally committed as revision 5342 to …
(edit) @7923a3f9   19 years michaelni d10 decoding fix Originally committed as revision 5341 to …
(edit) @a20da52c   19 years baptiste.coudurier skip null fourcc, fix ep2_mystery_m640_dummy.mov Originally committed …
(edit) @c51ba67a   19 years Aurélien Jacobs clip_uint8 now return an uint8_t so no need to &0xFF Originally …
(edit) @7717733   19 years Aurélien Jacobs document clip functions Originally committed as revision 5338 to …
(edit) @89ddb72a   19 years lorenm warn on interlaced streams Originally committed as revision 5337 to …
(edit) @3a1fda0a   19 years Aurélien Jacobs clip_uint8 should return an uint8_t instead of an int (patch by …
(edit) @2805e3b4   19 years diego Add missing newlines at end of file. Originally committed as revision …
(edit) @2bda41e5   19 years michaelni extend range used for testing (larger range should work too but …
(edit) @5c1cb379   19 years michaelni <= vs. >= 10l bug Originally committed as revision 5333 to …
(edit) @2848ce8   19 years lorenm don't force asserts in release builds. 2% faster h264. Originally …
(edit) @0c2aaa88   19 years lorenm memory leak. Originally committed as revision 5331 to …
(edit) @d1c9b762   19 years mans add newline at end of file Originally committed as revision 5330 to …
(edit) @7f12a978   19 years michaelni use previous qscale for intra_dc_threshold check Originally committed …
(edit) @e27b6e62   19 years michaelni missmatch control for mpeg2 intra dequantization if bitexact=1 …
(edit) @6eb1427f   19 years banan Revert bad ac3enc commit, the commited code was bigger and slower. …
(edit) @392f6da8   19 years gpoirier Remove unused and unsupported Cyrix's "Extended MMX", Add SSE3 …
(edit) @9c445fb   19 years pacman Fix some bugs handling input that is not aligned at 16 bytes or has …
(edit) @c4921874   19 years diego Enable AMR_NB decoder/encoder when either AMR_NB or AMR_NB_FIXED is …
(edit) @3ed410a6   19 years diego Fix amr_nb-fixed build. Originally committed as revision 5324 to …
(edit) @06aa32ff   19 years diego Add EXTRADEPS variable for extra dependencies that need to be built …
(edit) @64eaac62   19 years diego amr_nb should disable amr_nb-fixed and vice versa. Originally …
(edit) @6eb07e73   19 years diego Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed …
(edit) @28fff4c8   19 years diego cosmetics Originally committed as revision 5320 to …
(edit) @e0fb7e5b   19 years diego cosmetics: Group all AMR variables together, add some newlines. …
(edit) @90d9a1ba   19 years diego Misplaced CLEANAMR. Originally committed as revision 5318 to …
(edit) @1ea00ed0   19 years diego CLEANAMRWB --> CLEANAMR typo Originally committed as revision 5317 to …
(edit) @5f22aa3   19 years lu_zero 13% faster inner_add_yblock Originally committed as revision 5316 to …
(edit) @f420826c   19 years lu_zero 40% faster decode Originally committed as revision 5315 to …
(edit) @ddbddce5   19 years banan Fix samples to bytes relation. Originally committed as revision 5314 …
(edit) @f267587e   19 years r_togni Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false. …
(edit) @9d4461b9   19 years ods15 Disable lavf NUT until it is synced to spec Originally committed as …
(edit) @fdb3a341   19 years michaelni avoid AVInteger usage in av_rescale disable integer.* (unused) …
(edit) @176c142a   19 years banan Patch to generate the ac3 window, based on code by Justin Ruggles. …
Note: See TracRevisionLog for help on using the revision log.