summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Change duration computation to use time_base instead of TB/2.Ivan Schreter2009-02-24
| | | | | | Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add ff_find_hwaccel() by Gwenole BeauchesneMichael Niedermayer2009-02-24
| | | | Originally committed as revision 17569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_find_hwaccel()Michael Niedermayer2009-02-24
| | | | Originally committed as revision 17568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_hwaccel_next() by Gwenole Beauchesne.Michael Niedermayer2009-02-24
| | | | Originally committed as revision 17567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_register_hwaccel() from Gwenole Beauchesne.Michael Niedermayer2009-02-24
| | | | Originally committed as revision 17566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another AVhwaccel hunk from Gwenole Beauchesne.Michael Niedermayer2009-02-24
| | | | Originally committed as revision 17565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add and use ff_pixfmt_list_420.Michael Niedermayer2009-02-24
| | | | Originally committed as revision 17564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Approved hunk from the AVHWaccel patch by Gwenole Beauchesne.Gwenole Beauchesne2009-02-24
| | | | Originally committed as revision 17563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not reimplement ff_celp_lp_synthesis_filterf().Vitor Sessak2009-02-24
| | | | Originally committed as revision 17562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename buf_vdpau to buf_startGwenole Beauchesne2009-02-24
| | | | | | Patch by Gwenole Beauchesne <g$lastname> <at> <(antonym of "joined")-desktop><com> Originally committed as revision 17561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_h263_find_resync_marker() to find the bit position of the next ↵Gwenole Beauchesne2009-02-24
| | | | | | | | | resync_marker, if any. patch by Gwenole Beauchesne gbeauchesne splitted-desktopcom based on suggested implementation by me Originally committed as revision 17560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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