summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* test availability of various compiler flags, and verify that requestedMåns Rullgård2006-06-16
| | | | | | libraries are really installed Originally committed as revision 5486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with all combinations of --disable-(de)muxers.Diego Biurrun2006-06-16
| | | | Originally committed as revision 5485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-16
| | | | Originally committed as revision 5484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make dump_format output more homogenousBaptiste Coudurier2006-06-15
| | | | Originally committed as revision 5483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export all tracks to libavformat layerBaptiste Coudurier2006-06-15
| | | | Originally committed as revision 5482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vfr mov/mp4 todo itemMichael Niedermayer2006-06-15
| | | | Originally committed as revision 5481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix segfaultR. Brian Anderson2006-06-15
| | | | | | Patch by R. Brian Anderson (andersrb AT cliftonlabs DOT com) Originally committed as revision 5480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l to whoever wrote thisMichael Niedermayer2006-06-15
| | | | Originally committed as revision 5479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typoLuca Abeni2006-06-15
| | | | Originally committed as revision 5478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for SDL_VideoInfo.current_[wh] availability in configure, andMåns Rullgård2006-06-14
| | | | | | fall back on SDL_WM_ToggleFullScreen() if not available Originally committed as revision 5477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update regression tests for r5449 (adpcm)Loren Merritt2006-06-14
| | | | Originally committed as revision 5476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont load the index if we cant seek backMichael Niedermayer2006-06-14
| | | | Originally committed as revision 5475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check fseek return valueBaptiste Coudurier2006-06-13
| | | | Originally committed as revision 5474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix unused computed valueBaptiste Coudurier2006-06-13
| | | | Originally committed as revision 5473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mp3 muxingBaptiste Coudurier2006-06-13
| | | | Originally committed as revision 5472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix probe of high bitrate mpeg2videoMichael Niedermayer2006-06-13
| | | | Originally committed as revision 5471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oprofile reference for Linux/PPCLuca Barbato2006-06-13
| | | | Originally committed as revision 5470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MIPS doesn't like unaligned accessesMåns Rullgård2006-06-12
| | | | Originally committed as revision 5469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, completely ignore streams not recognized, that fixes seeking for ↵Baptiste Coudurier2006-06-12
| | | | | | some files Originally committed as revision 5468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264: accept rbsp_trailing longer than 1 byteLoren Merritt2006-06-12
| | | | Originally committed as revision 5467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* read_packet return value must be < 0 when no packet is returned, including EOF.Reimar Döffinger2006-06-11
| | | | Originally committed as revision 5466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l to myself for being overzealous with $cross_prefixMåns Rullgård2006-06-10
| | | | Originally committed as revision 5465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for GNU/kFreeBSD systems.Diego Biurrun2006-06-10
| | | | | | patch from Petr Salinger submitted by Sam Hocevar Originally committed as revision 5464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't use xlib in ffplay, and bump required sdl versionMåns Rullgård2006-06-09
| | | | Originally committed as revision 5463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ifeq(...,yes) instead of ifdefMåns Rullgård2006-06-09
| | | | Originally committed as revision 5462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CVS --> SubversionDiego Biurrun2006-06-09
| | | | Originally committed as revision 5461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix closed gop flagBaptiste Coudurier2006-06-09
| | | | Originally committed as revision 5460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* www1.mplayerhq.hu --> lists.mplayerhq.huDiego Biurrun2006-06-09
| | | | Originally committed as revision 5459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CVS --> SubversionDiego Biurrun2006-06-09
| | | | Originally committed as revision 5458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* probe for mpeg audioMåns Rullgård2006-06-05
| | | | Originally committed as revision 5457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix variable type used via "m" asm constraint to match size used in asm.Reimar Döffinger2006-06-05
| | | | | | fixes crashes on AMD64. Originally committed as revision 18576 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* support doing motion estimation and compensation without any residual ↵Michael Niedermayer2006-06-04
| | | | | | | | transform or coding this is usefull for filters which need ME/MC Originally committed as revision 5456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rm_read_audio_stream_info return type is not voidRoberto Togni2006-06-04
| | | | | | | Check for errors returned by rm_read_audio_stream_info Check for overflow in aac extradata allocation Originally committed as revision 5455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for AAC (fourcc raac and racp) in rm filesRoberto Togni2006-06-04
| | | | Originally committed as revision 5454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix seek related bugsMåns Rullgård2006-06-04
| | | | Originally committed as revision 5453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put_pixels16_l2_altivec and avg_pixels16_l2_altivecLuca Barbato2006-06-03
| | | | Originally committed as revision 5452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ADPCM: trellis quantizationLoren Merritt2006-06-03
| | | | Originally committed as revision 5451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1Corey Hickey2006-06-03
| | | | | | user-tunable. Originally committed as revision 5450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adpcm_ima & adpcm_yamaha: improved quantizationLoren Merritt2006-06-03
| | | | Originally committed as revision 5449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove now obsolete .cvsignore files.Diego Biurrun2006-06-02
| | | | Originally committed as revision 18556 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Fixed a possible bug, checked against the assembly.Benjamin Larsson2006-06-02
| | | | | | No sample that used the code has been found though. Originally committed as revision 5448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationMåns Rullgård2006-06-01
| | | | Originally committed as revision 5447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* apply $cross_prefix before $cc is usedMåns Rullgård2006-06-01
| | | | Originally committed as revision 5446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 'make depend' should recurse into libavutil as well.Diego Biurrun2006-06-01
| | | | Originally committed as revision 5444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant make variable SUBDIRMåns Rullgård2006-06-01
| | | | Originally committed as revision 5442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l to DiegoMåns Rullgård2006-06-01
| | | | Originally committed as revision 5441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavcodec/libpostproc ---> libpostprocDiego Biurrun2006-06-01
| | | | Originally committed as revision 5440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* major cleanup of compiler/library testsMåns Rullgård2006-06-01
| | | | Originally committed as revision 5439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* random ideasMichael Niedermayer2006-06-01
| | | | Originally committed as revision 5438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drop stuff which seems to have been finishedMichael Niedermayer2006-06-01
| | | | Originally committed as revision 5437 to svn://svn.ffmpeg.org/ffmpeg/trunk