source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0187178e   19 years lu_zero fix 24bit flac support, revised from Thibaut Mattern …
(edit) @ea138e9   19 years diego Remove unused variable, patch by Stefan Huehner …
(edit) @c10824ea   19 years mans increase search limit in av_find_stream_info Originally committed as …
(edit) @47261113   19 years lu_zero Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> …
(edit) @5689ec7   19 years diego Remove unused FFMPEG_VERSION_INT. Note: If this is useful I'll put it …
(edit) @f1cc88a5   19 years diego Use Subversion revision for FFMPEG_VERSION. based on a patch by Ismail …
(edit) @d2845d68   19 years diego Remove unused VERSION definition from config.mak. Originally …
(edit) @0cfd96cc   19 years diego Avoid binary stripping rule code duplication. Originally committed as …
(edit) @d8bee8dd   19 years mans allow packets with non-zero PES_scrambling_control Originally …
(edit) @aa1c1c61   19 years baptiste.coudurier fix aac in mov for ipod Originally committed as revision 5498 to …
(edit) @7b49ce2e   19 years diego Add const to (mostly) char* and make some functions static, which …
(edit) @3b9bee88   19 years mans libfaac uses pascal calling convention on win32 so the generic tests …
(edit) @ab955d47   19 years mans add myself as build system maintainer Originally committed as …
(edit) @5d38ba33   19 years mans put local -L flags first in link commands Originally committed as …
(edit) @e8772eec   19 years lu_zero Cosmetics: should not hurt performance, scream if are Originally …
(edit) @a97c1e93   19 years diego Add (mostly) const to variable and parameter declaration, where a …
(edit) @c8e9f801   19 years mans improved logging tests Originally committed as revision 5491 to …
(edit) @407ddb4e   19 years baptiste.coudurier update libav regression tests for r5449 (adpcm) Originally committed …
(edit) @2b9c9e09   19 years diego Rename version from CVS to the more sensible HEAD. Originally …
(edit) @79d1ec91   19 years mans use standard codec tag if the specified tag is out of range and would …
(edit) @4f8ff17e   19 years mans The AAC frame header uses 13 bits for the frame size, so the buffer …
(edit) @57bd82d4   19 years mans test availability of various compiler flags, and verify that requested …
(edit) @2c8e2014   19 years diego Fix compilation with all combinations of --disable-(de)muxers. …
(edit) @a5e9102b   19 years mans free codec extradata in av_close_input_file Originally committed as …
(edit) @47dd81c   19 years baptiste.coudurier make dump_format output more homogenous Originally committed as …
(edit) @05edc1a7   19 years baptiste.coudurier export all tracks to libavformat layer Originally committed as …
(edit) @5e1d2731   19 years michaelni vfr mov/mp4 todo item Originally committed as revision 5481 to …
(edit) @eaddc471   19 years lucabe72 Fix segfault Patch by R. Brian Anderson (andersrb AT cliftonlabs DOT …
(edit) @1449b722   19 years michaelni 10l to whoever wrote this Originally committed as revision 5479 to …
(edit) @3c47c174   19 years lucabe72 Fix typo Originally committed as revision 5478 to …
(edit) @29f3b38a   19 years mans check for SDL_VideoInfo.current_[wh] availability in configure, and …
(edit) @4a387d7d   19 years lorenm update regression tests for r5449 (adpcm) Originally committed as …
(edit) @b7b22558   19 years michaelni dont load the index if we cant seek back Originally committed as …
(edit) @ef4c8bbf   19 years baptiste.coudurier check fseek return value Originally committed as revision 5474 to …
(edit) @c3daf8d8   19 years baptiste.coudurier fix unused computed value Originally committed as revision 5473 to …
(edit) @543eebd5   19 years baptiste.coudurier fix mp3 muxing Originally committed as revision 5472 to …
(edit) @329b1e75   19 years michaelni fix probe of high bitrate mpeg2video Originally committed as revision …
(edit) @bbf84ca1   19 years lu_zero oprofile reference for Linux/PPC Originally committed as revision …
(edit) @e6f0ad51   19 years mans MIPS doesn't like unaligned accesses Originally committed as revision …
(edit) @a2fe3b58   19 years baptiste.coudurier simplify, completely ignore streams not recognized, that fixes seeking …
(edit) @c4da83fb   19 years lorenm h264: accept rbsp_trailing longer than 1 byte Originally committed as …
(edit) @a7b286e8   19 years Reimar.Doeffinger read_packet return value must be < 0 when no packet is returned, …
(edit) @1f6b1bcb   19 years mans 10l to myself for being overzealous with $cross_prefix Originally …
(edit) @38f0d3ce   19 years diego Add support for GNU/kFreeBSD systems. patch from Petr Salinger …
(edit) @3ef17d62   19 years mans don't use xlib in ffplay, and bump required sdl version Originally …
(edit) @87318d69   19 years mans use ifeq(...,yes) instead of ifdef Originally committed as revision …
(edit) @36b1b0bc   19 years diego CVS --> Subversion Originally committed as revision 5461 to …
(edit) @f2cf4a6   19 years baptiste.coudurier fix closed gop flag Originally committed as revision 5460 to …
(edit) @2b165e2   19 years diego www1.mplayerhq.hu --> lists.mplayerhq.hu Originally committed as …
(edit) @1c1b5a40   19 years diego CVS --> Subversion Originally committed as revision 5458 to …
(edit) @dc4ed3b1   19 years mans probe for mpeg audio Originally committed as revision 5457 to …
(edit) @065ee1e   19 years Reimar.Doeffinger fix variable type used via "m" asm constraint to match size used in …
(edit) @086bfd25   19 years michaelni support doing motion estimation and compensation without any residual …
(edit) @a9d4a6ef   19 years r_togni rm_read_audio_stream_info return type is not void Check for errors …
(edit) @a194f595   19 years r_togni Support for AAC (fourcc raac and racp) in rm files Originally …
(edit) @56466d7b   19 years mans fix seek related bugs Originally committed as revision 5453 to …
(edit) @0d18f79   19 years lu_zero put_pixels16_l2_altivec and avg_pixels16_l2_altivec Originally …
(edit) @696d688   19 years lorenm ADPCM: trellis quantization Originally committed as revision 5451 to …
(edit) @f9243d34   19 years bugfood-ml Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1 …
(edit) @7e537051   19 years lorenm adpcm_ima & adpcm_yamaha: improved quantization Originally committed …
(edit) @be970127   19 years diego Remove now obsolete .cvsignore files. Originally committed as …
(edit) @63d6a6b9   19 years banan Fixed a possible bug, checked against the assembly. No sample that …
(edit) @f25fc9b1   19 years mans indentation Originally committed as revision 5447 to …
(edit) @1ea46bed   19 years mans apply $cross_prefix before $cc is used Originally committed as …
(edit) @ea0f0681   19 years diego 'make depend' should recurse into libavutil as well. Originally …
(edit) @42225a30   19 years mans remove redundant make variable SUBDIR Originally committed as …
(edit) @21f9324b   19 years mans 10l to Diego Originally committed as revision 5441 to …
(edit) @6d9a2421   19 years diego libavcodec/libpostproc ---> libpostproc Originally committed as …
(edit) @dcd479c0   19 years mans major cleanup of compiler/library tests Originally committed as …
(edit) @bb05edc   19 years michaelni random ideas Originally committed as revision 5438 to …
(edit) @a5781961   19 years michaelni drop stuff which seems to have been finished Originally committed as …
(edit) @0919e788   19 years banan Flash Screen Video decoder (fourcc:FSV1) Originally committed as …
(edit) @2d2b86c2   19 years kostya.shishkov Palette support for newer KMVC Originally committed as revision 5435 …
(edit) @74c53c2d   19 years mans make configure --whatever --help work as expected Originally …
(edit) @7374794a   19 years lorenm Snow: don't try to encode lossless with 9/7 wavelet, because it isn't …
(edit) @d4b287e   19 years lorenm Snow: cosmetics Originally committed as revision 5432 to …
(edit) @85fc0e75   19 years lorenm Snow: scale predicted mv based on which reference frame the neighbors …
(edit) @f743a062   19 years lucabe72 Include the correct video4linux2 header Originally committed as …
(edit) @22a0e907   19 years michaelni Support modular X11 path to rgb.txt patch by (Ville Skyttä - scop from …
(edit) @7f21a9a7   19 years lorenm Snow: cosmetics Originally committed as revision 5428 to …
(edit) @871371a7   19 years lorenm Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in …
(edit) @383f62fd   19 years lorenm Snow: 10l. 1pass ratecontrol failed to set snow's internal quant. …
(edit) @b29183a1   19 years bugfood-ml Make b_frame_strategy not fail on pass 2, but still print a notice. …
(edit) @fc861443   19 years michaelni improve selftest Originally committed as revision 5424 to …
(edit) @3bbe7f5d   19 years r_togni 10000l don't reuse outer loop index in inner loops Originally …
(edit) @2fefd23b   19 years michaelni fabs is better then abs for floats ... Originally committed as …
(edit) @b3aaa7b   19 years michaelni typo me thinks ... Originally committed as revision 5421 to …
(edit) @5964935c   19 years michaelni cbp must be >0 here or we are in troubble Originally committed as …
(edit) @5d18eaad   19 years lorenm h264: MBAFF interlaced decoding Originally committed as revision 5419 …
(edit) @67a82086   19 years lorenm h264: faster fill_rectangle() Originally committed as revision 5418 …
(edit) @8c36eaaa   19 years lorenm Snow multiple reference frames (bitstream is not backwards compatible, …
(edit) @4e64bead   19 years lorenm Snow 1pass ratecontrol Originally committed as revision 5416 to …
(edit) @ac2750e   19 years michaelni suggest solution for 2 fixmies Originally committed as revision 5415 …
(edit) @2afc0c12   19 years diego Add a small comment about a part that should be in configure. …
(edit) @c51c4fa0   19 years diego AMR URL fixes Originally committed as revision 5413 to …
(edit) @f7709b1a   19 years michaelni working H.264 + AAC in mp4 encoding example for the psp Originally …
(edit) @702497f8   19 years baptiste.coudurier fix mbd bits bug, finally Originally committed as revision 5411 to …
(edit) @16862398   19 years diego Remove all .cvsignore files, they are no longer necessary. Originally …
(edit) @18e7d87c   19 years diego typo/grammar fixes Originally committed as revision 5409 to …
(edit) @4b0e85d4   19 years diego Fix segfault on Mac OS X, patch by Earl Levine …
Note: See TracRevisionLog for help on using the revision log.