summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* prettyprinting cosmeticsDiego Biurrun2009-03-14
| | | | Originally committed as revision 17962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_uninit to vsrcBuc variable to work around someDiego Biurrun2009-03-14
| | | | | | 'may be used uninitialized' warnings. Originally committed as revision 17961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve description of next_free_data_block_num struct member.Diego Biurrun2009-03-14
| | | | Originally committed as revision 17960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not lose user flags when passing calls from the new to the old seeking API.Michael Niedermayer2009-03-14
| | | | Originally committed as revision 17959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Switch ffplay to new seeking API.Michael Niedermayer2009-03-14
| | | | Originally committed as revision 17958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Switch regression test to the new seeking API.Michael Niedermayer2009-03-14
| | | | Originally committed as revision 17957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add avformat_seek_file()Michael Niedermayer2009-03-14
| | | | Originally committed as revision 17956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an example showing how to create a video from many images.Stefano Sabatini2009-03-14
| | | | Originally committed as revision 17955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the source buffer operands parametrized in the YSCALEYUV2RGB_YA macroCédric Schieli2009-03-14
| | | | Originally committed as revision 28943 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add 1bpp, 8bpp, 15bpp, and 16bpp support to BMP encoder.Daniel Verkamp2009-03-13
| | | | | | Patch by Daniel Verkamp, daniel drv nu Originally committed as revision 17954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set pkt->pos correctly (to the start of header of the packet) in swfdec.Reimar Döffinger2009-03-13
| | | | Originally committed as revision 17953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix swf seeking by fixing new stream detectionBaptiste Coudurier2009-03-13
| | | | Originally committed as revision 17952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove 'lib' and 'swscale-error' from list of phony targets.Diego Biurrun2009-03-13
| | | | | | Both targets no longer exist. Originally committed as revision 17951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark all clean targets as phony.Diego Biurrun2009-03-13
| | | | Originally committed as revision 17950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print timing_info on -debug 1.Michael Niedermayer2009-03-13
| | | | Originally committed as revision 17949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add "testclean" target to .PHONYReimar Döffinger2009-03-13
| | | | Originally committed as revision 17948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix direct and skip MB motion compensation in RV4:Kostya Shishkov2009-03-13
| | | | | | | two conditions were incomplete and zeroing motion vectors was performed only on half of them. Originally committed as revision 17947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify RoQ demuxer pts calculation by using a appropriate time bases.Reimar Döffinger2009-03-13
| | | | Originally committed as revision 17946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set video width/height and create audio stream in read_packet instead ofReimar Döffinger2009-03-12
| | | | | | | | pre-parsing the file in read_header. This avoids some code duplication and seeking, and also avoids an IO error for small video-only files (as created during e.g. the FATE encoder test). Originally committed as revision 17945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove sws_flags, seems to have no effectBaptiste Coudurier2009-03-12
| | | | Originally committed as revision 17944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patcheck: Replace non-POSIX echo -e with printf.Alex Converse2009-03-11
| | | | Originally committed as revision 17943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make MMX registers parametrized in the YSCALEYUV2PACKEDX_YA macroCédric Schieli2009-03-11
| | | | Originally committed as revision 28934 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos ↵Cédric Schieli2009-03-11
| | | | | | element is initialized on the wrong index (not evenly aligned). This fixes it Originally committed as revision 28933 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use av_mallocz() to initialize hwaccel_data_private.Gwenole Beauchesne2009-03-11
| | | | Originally committed as revision 17942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stag option to force subtitle tagBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* keep original tag when stream copying subs with ipod formatBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ipod supports both subs tagsBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write correct atoms based on tag and not format, fixes subs stream copyBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use correct codec tag list for ipod formatBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mxf and mxf d10 regression testsBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* again 10l, typo, put_byte instead of put_bufferBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* attempt to try to generate an random umidBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, set ret to 0 when finishedBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dump_format after av_write_header to print updated parametersBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix subs track height, set track->height to codec height if not setBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sn40 avi fourcc decodes with ffodivxBen Littler2009-03-11
| | | | Originally committed as revision 17928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typos.Stefano Sabatini2009-03-10
| | | | Originally committed as revision 17927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix bug when elbg->utility_inc[elbg->numCB-1] == 1Vitor Sessak2009-03-10
| | | | Originally committed as revision 17926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add REGISTER_HWACCEL() for hardware accelerators.Gwenole Beauchesne2009-03-10
| | | | Originally committed as revision 17925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly skip complete INDX chunks, i.e. read the 32-bit header correctlyRonald S. Bultje2009-03-10
| | | | | | | | and if the size is broken (20 bytes, header-only), calculate the expected size and skip the index entries anyway. See "[PATCH] rmdec.c: correctly skip indexes" thread. Originally committed as revision 17924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all `` by $(), the latter can be nested more easily.Diego Biurrun2009-03-09
| | | | Originally committed as revision 17923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix MMX2 check, 'movss' is not an MMX2 instruction, use 'pmaxub' instead.Diego Biurrun2009-03-09
| | | | Originally committed as revision 17922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix unaligned access in ff_copy_bits()Måns Rullgård2009-03-09
| | | | Originally committed as revision 17921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set AS to $CC by default, override with gcc only when CC is armccMåns Rullgård2009-03-09
| | | | Originally committed as revision 17920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent (negative) overflow of rm->remaining_len. This evaluation really onlyRonald S. Bultje2009-03-09
| | | | | | | | | | | has two possible outcomes: either len and rm->remaining_len are the same, in which case we care about the outcome and it is zero, or rm->remaining_len is currently not in use and we don't care about the outcome. In that case, len is positive and rm->remaining_len is zero, which leads to a negative result. This is confusing and could eventually lead to a sign-flip if we skip a lot of packets (unlikely, but still). Therefore, just always set it to zero. Originally committed as revision 17919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert to r17908.Ronald S. Bultje2009-03-09
| | | | Originally committed as revision 17918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics from Kenan Gillet's 'extract and share weighted_vector_sumf'Reynaldo H. Verdejo Pinochet2009-03-09
| | | | | | patchset. Just a reindent. Originally committed as revision 17917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Functional part Kenan Gillet's 'extract and share weighted_vector_sumf'Reynaldo H. Verdejo Pinochet2009-03-09
| | | | | | | patchset. Idea is to share this common code between the AMR and QCELP decoders. Originally committed as revision 17916 to svn://svn.ffmpeg.org/ffmpeg/trunk