summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* check for a stuffing byte at the end of a sliceStefan Gehrer2009-02-24
| | | | Originally committed as revision 17559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change macroblock loop in inter frames so that after aStefan Gehrer2009-02-24
| | | | | | slice header the skip count is always parsed first Originally committed as revision 17558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: Revert removal of GPL check for libswscale.Diego Biurrun2009-02-24
| | | | | | libswscale still compiles GPL parts by default. Originally committed as revision 17557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Relicense AltiVec optimizations as LGPL with the permission of Marc HoffmanDiego Biurrun2009-02-24
| | | | | | and Reza Jelveh, the original authors. Originally committed as revision 28717 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* The software scaler is no longer GPLed.Diego Biurrun2009-02-24
| | | | Originally committed as revision 17556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not duplicate frames if the muxer claims that it is not needed.Michael Niedermayer2009-02-24
| | | | | | | Note to release manager, this is risky and should be reverted if it causes any problem. Originally committed as revision 17555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer2009-02-24
| | | | Originally committed as revision 17554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update information regarding LGPL libswscale.Diego Biurrun2009-02-24
| | | | Originally committed as revision 17553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.Diego Biurrun2009-02-24
| | | | Originally committed as revision 28716 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Mark two variables with av_uninit to avoid false positive gcc warnings.Diego Biurrun2009-02-24
| | | | Originally committed as revision 17552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the sameMichael Niedermayer2009-02-24
| | | | | | reason as mpeg2. (telecine amongth others) Originally committed as revision 17551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix get_ur_golomb_jpegls() with A32_BITSTREAM_READERMåns Rullgård2009-02-24
| | | | | | | | If k==0, log==0 can indicate that the coded value uses more than MIN_CACHE_BITS bits. With MIN_CACHE_BITS==32, the fast branch is incorrectly taken in this case unless explicitly forbidden. Originally committed as revision 17550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVPixFmtDescriptor doxyMichael Niedermayer2009-02-24
| | | | Originally committed as revision 17549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pixel Format descriptor, try #1.Michael Niedermayer2009-02-24
| | | | | | | | (yes its intentionally unused, this is intended as a basis for further work, and to prevent repeation of the whole discussion dying and the results being forgotten) Originally committed as revision 17548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement in AVFilterGraph the scale_sws_opts field, and pass itsStefano Sabatini2009-02-23
| | | | | | value in the args for the auto-inserted scale filters. Originally committed as revision 17547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change sign in ff_celp_lp_synthesis_filterf(). This makes this functionKenan Gillet2009-02-23
| | | | | | | | useful for AMR and RA144. Patch by Kenan Gillet Originally committed as revision 17546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* start track id at 2, track id 1 for timecodeBaptiste Coudurier2009-02-23
| | | | Originally committed as revision 17545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Close the AAC parse context, discovered by Netgem.Alex Converse2009-02-23
| | | | Originally committed as revision 17544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove CPUID availability check on AMD64 as it's architectural.Zuxy Meng2009-02-23
| | | | Originally committed as revision 17543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check return value of ff_fill_pointer in avcodec_default_get_buffer,Reimar Döffinger2009-02-23
| | | | | | | if it returns -1 we do not know how to allocate an AVFrame for that format and must return -1 instead of returning nonsense. Originally committed as revision 17542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, always declare variables at the top of a block, not inside a for ()Reimar Döffinger2009-02-23
| | | | Originally committed as revision 17541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More approved hunks for VAAPI & our new and cleaner hwaccel API.Gwenole Beauchesne2009-02-23
| | | | | | patch by Gwenole Beauchesne gbeauchesne splitted-desktop com Originally committed as revision 17540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Approved hunks for VAAPI / our new shiny hwaccel APIMichael Niedermayer2009-02-23
| | | | | | by Gwenole Beauchesne gbeauchesne splitted desktop com Originally committed as revision 17539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow av_find_stream_info() to be aborted.Michael Niedermayer2009-02-23
| | | | | | Based on a patch by netgem. Originally committed as revision 17538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check if -lrt is required for nanosleep, as is the case on Solaris.Diego Biurrun2009-02-23
| | | | | | inspired by a patch from Fabian Groffen, grobian gentoo org Originally committed as revision 17537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document 'ffmpeg -formats', patch by Daniel Verkamp, daniel drv nu.Daniel Verkamp2009-02-23
| | | | Originally committed as revision 17536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Updates notes about which files are GPL.Diego Biurrun2009-02-23
| | | | Originally committed as revision 17535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix xvmc object dependencies.Diego Biurrun2009-02-22
| | | | Originally committed as revision 17534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix vc1 split().Michael Niedermayer2009-02-22
| | | | | | Fixes Subtitle-sample.evo, issue52. Originally committed as revision 17533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better parsing of i263 picture headerKostya Shishkov2009-02-22
| | | | Originally committed as revision 17532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compact repeated messages to "Last message repeated x times".Michael Niedermayer2009-02-22
| | | | Originally committed as revision 17531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mention raw Chinese AVS video demuxerStefan Gehrer2009-02-22
| | | | Originally committed as revision 17530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Search for things like "int *src" without const.Michael Niedermayer2009-02-22
| | | | Originally committed as revision 17529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split avutil.h, move all the pixel format definitions to the newStefano Sabatini2009-02-22
| | | | | | dedicated file pixfmt.h. Originally committed as revision 17528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistent naming of Chinese AVS raw demuxerStefan Gehrer2009-02-22
| | | | Originally committed as revision 17527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
| | | | | | Patch by Daniel Verkamp daniel at drv dot nu. Originally committed as revision 17526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add note about big vs. little endian.Michael Niedermayer2009-02-22
| | | | Originally committed as revision 17525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convert x264 asm files to proper unix line breaksJason Garrett-Glaser2009-02-22
| | | | Originally committed as revision 17524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove (incorrect) filenames from x264 asm files, add descriptions.Jason Garrett-Glaser2009-02-22
| | | | Originally committed as revision 17523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix gcc detection: Not all gcc versions have "(GCC)" in the version string.Diego Biurrun2009-02-22
| | | | Originally committed as revision 17522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mention MXF D-10 Mapping muxer in documentationBaptiste Coudurier2009-02-22
| | | | Originally committed as revision 17521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check return value of frame_start(), this avoids a crash if ↵Reimar Döffinger2009-02-22
| | | | | | | | AVCodecContext::get_buffer failed. Not sure if returning -1 is the best possible solution but at least avoids the crash. Originally committed as revision 17520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support playback of incorrectly cut DV files where the headers do notReimar Döffinger2009-02-22
| | | | | | start at the first byte. Originally committed as revision 17519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update regressions for YUV2RGB table generator change in SwScalerKostya Shishkov2009-02-22
| | | | Originally committed as revision 17518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New LGPLed YUV2RGB table generator for SwScalerKostya Shishkov2009-02-22
| | | | Originally committed as revision 28700 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Change the type of pblocks from pointers to short array intoIvan Kalvachev2009-02-22
| | | | | | | pointers to array of 64 DCTELEM, similarly to other block fields. This also get rid of some casts and fixes a warning. Originally committed as revision 17517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add bandwidth before failing if feed is already being receivedBaptiste Coudurier2009-02-22
| | | | Originally committed as revision 17516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not set error if an unknown parameter is in config file, just skipBaptiste Coudurier2009-02-22
| | | | Originally committed as revision 17515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check av_get_packet return valueBaptiste Coudurier2009-02-22
| | | | Originally committed as revision 17514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase ffmpeg intermediate conversion buffer size to accomodate 48-bit RGB ↵Peter Ross2009-02-22
| | | | | | | | rawvideo images. Originally committed as revision 17513 to svn://svn.ffmpeg.org/ffmpeg/trunk