summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix extreme stupidity: buffer size check must of course be before buffer use!Reimar Döffinger2007-09-09
| | | | Originally committed as revision 10443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, add check forgotten in last commitReimar Döffinger2007-09-09
| | | | Originally committed as revision 10442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* First ugly and slow attempt to fix nuv files with extra frameheaderReimar Döffinger2007-09-09
| | | | | | and per-frame rtjpeg quality Originally committed as revision 10441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify nuv: factor out LZO decompressionReimar Döffinger2007-09-09
| | | | Originally committed as revision 10440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Copy nuv header only when the video codec is nuvReimar Döffinger2007-09-09
| | | | Originally committed as revision 10439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* document MCMichael Niedermayer2007-09-08
| | | | Originally committed as revision 10438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename HTAPS -> HTAPS_MAX (later is correct after the previous change)Michael Niedermayer2007-09-08
| | | | Originally committed as revision 10437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store halfpel filter coefficients in the header as well as theMichael Niedermayer2007-09-08
| | | | | | | | | | | | | | | flag for diagonal interpolation the primary reason for this change is that previously MC up to 1/4 pel matched H.264 exactly and that increases the risk of stumbling over patents secondly this allows 0.10 db or more quality gain by choosing a longer filter and the filter could also be chosen optimally for each frame though that of course would cause speed loss at the decoder and encoder side ... Originally committed as revision 10436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove outcommented codeMichael Niedermayer2007-09-08
| | | | Originally committed as revision 10435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2007-09-08
| | | | Originally committed as revision 10434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup mc_block()Michael Niedermayer2007-09-08
| | | | | | | | | perform interpolation steps in such an order that halfpel interpolation could be done per picture this also makes mc_block() match h.264 for the 1/4 pel cases so that the use of the h264 functions for some cases does not introduce a fantastic mess Originally committed as revision 10433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentationAndreas Öman2007-09-07
| | | | | | patch by Andreas Öman Originally committed as revision 10432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Let H.264 decoder skip deblocking across slicesAndreas Öman2007-09-07
| | | | | | | | | if running with multiple threads and CODEC_FLAGS2_FAST is set. Thus, it may decode the slices in parallel to gain speed. Patch by Andreas Öman: [andreas olebyn nu] Originally committed as revision 10431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update mkv regression tests after r10421David Conrad2007-09-07
| | | | Originally committed as revision 10430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename the format name audio_device (used in both oss and audio_beos) to oss ↵Ramiro Polla2007-09-07
| | | | | | | | and audio_beos. -f oss and -f audio_beos should be used instead. Originally committed as revision 10429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove --disable-audio-oss option from configure.Ramiro Polla2007-09-07
| | | | | | --disable-(de)muxer=oss should be used instead. Originally committed as revision 10428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove --disable-audio-beos option from configure.Ramiro Polla2007-09-07
| | | | | | --disable-(de)muxer=audio_beos should be used instead. Originally committed as revision 10427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxerRamiro Polla2007-09-07
| | | | Originally committed as revision 10426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r10403Michael Niedermayer2007-09-07
| | | | | | | there was no discussion about it nor did anyone provide any justification for it not before it was applied nor within 48h after i explicitly asked Originally committed as revision 10425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetic, change "fvstats" to "vstats_file".Stefano Sabatini2007-09-06
| | | | | | Patch by Stefano Sabatini: [stefano sabatini-lala poste it] Originally committed as revision 10424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set data_size to zero when DCA header parse failedLimin Wang2007-09-06
| | | | | | | Patch by Limin Wang <lance('\\'>>1)lmwang>(0x24^'D')<gmail>('/' & 0xFE)<com> Thread [PATCH] set data_size to zero if failed to parse dca header Originally committed as revision 10423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a bitstream filter for H.264.Benoit Fouet2007-09-06
| | | | Originally committed as revision 10422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkvDavid Conrad2007-09-06
| | | | Originally committed as revision 10421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set correct length for last slice in frame subpacketKostya Shishkov2007-09-06
| | | | Originally committed as revision 10420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mention slice-based parallel H.264 decoding in changelogGuillaume Poirier2007-09-05
| | | | Originally committed as revision 10419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add some whitespace for better readability.Diego Biurrun2007-09-05
| | | | Originally committed as revision 10418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording nits in some Doxygen commentsDiego Biurrun2007-09-05
| | | | Originally committed as revision 10417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid a crash when H264 MMC operation causes the short term referenceJeff Downs2007-09-05
| | | | | | | list to be emptied. Patch by Jeff Downs: [heydowns borg com] Originally committed as revision 10416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename dc1394.c to libdc1394.cRamiro Polla2007-09-05
| | | | Originally committed as revision 10415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefix library format names with 'lib' in libavformatRamiro Polla2007-09-05
| | | | Originally committed as revision 10414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove --disable-{v4l,v4l2} options from configureRamiro Polla2007-09-05
| | | | | | --disable-demuxer={v4l,v4l2} should be used instead Originally committed as revision 10413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give better filenames to bktr and v4l grabbersRamiro Polla2007-09-05
| | | | Originally committed as revision 10412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove video_grab_ prefix from video_grab_{bktr,v4l}Ramiro Polla2007-09-05
| | | | Originally committed as revision 10411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert 10409Michael Niedermayer2007-09-05
| | | | | | | there is no need for put_timestamp to be exported it is not used outside the PES code Originally committed as revision 10410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export put_timestamp()Michael Niedermayer2007-09-05
| | | | | | this will be needed for spliting the PES muxer code out Originally committed as revision 10409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure that if a stream has a duration but the container doesn'tNeil Brown2007-09-05
| | | | | | | | | | | then the container duration is set from the stream duration. patch by Neil Brown: [ neilb suse de] original thread: [FFmpeg-devel] [patch 3/3] Make timing calculations less dependant on start_time being defined. date: 08/16/2007 08:27 AM Originally committed as revision 10408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add slice-based parallel H.264 decodingAndreas Öman2007-09-05
| | | | | | | | | | | | | | | Patch by Andreas Öman % andreas A olebyn P nu % NB: depends on having a thread library activated at config time, and on having a source encoded with multiple slices Original threads: date: May 18, 2007 11:00 PM subject: [FFmpeg-devel] Parallelized h264 proof-of-concept date: Jun 15, 2007 10:10 PM subject: [FFmpeg-devel] [PATCH] h264 parallelized, (was: Parallelized h264 proof-of-concept) date: Jun 25, 2007 7:02 PM subject: Re: [FFmpeg-devel] [PATCH] h264 parallelized Originally committed as revision 10407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* using isnan instead of d==d, to signal correctly parsed optionMarc Hoffman2007-09-05
| | | | Originally committed as revision 10406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct initial timestampWolfram Gloger2007-09-05
| | | | | | | | | Patch by Wolfram Gloger: [wmglo $ dent med uni-muenchen de] Original thread: [FFmpeg-devel] [PATCH] av_estimate_timings_from_pts corrupt timestamps date: 08/25/2007 09:51 PM Originally committed as revision 10405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace outdated BeOS section with a note that says that it is broken.Diego Biurrun2007-09-05
| | | | Originally committed as revision 10404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add description for feature_request/open/approved.Mark Cox2007-09-05
| | | | | | patch by Mark Cox, melbournemark+ffmpeg gmail com Originally committed as revision 10403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm.Tao Huang2007-09-05
| | | | | | | Speed up > 4%. patch by Tao Huang, ulysses.huang gmail com Originally committed as revision 10402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sort one more list alphabetically.Diego Biurrun2007-09-05
| | | | Originally committed as revision 10401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alphabetically sort library dependencies list.Diego Biurrun2007-09-05
| | | | Originally committed as revision 10400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix links to ARM documentationGuillaume Poirier2007-09-05
| | | | Originally committed as revision 10399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC support in the SDP generatorLuca Abeni2007-09-05
| | | | Originally committed as revision 10398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move H.264 intra prediction functions into their own contextKostya Shishkov2007-09-05
| | | | Originally committed as revision 10397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 16bit IDWT implementation noteMichael Niedermayer2007-09-05
| | | | Originally committed as revision 10396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more todoMichael Niedermayer2007-09-05
| | | | Originally committed as revision 10395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a 8 taps filter for testingMichael Niedermayer2007-09-05
| | | | Originally committed as revision 10394 to svn://svn.ffmpeg.org/ffmpeg/trunk