18678 Commits (7e04cfba27a6d7ab6d142242fb76d1d243707a66)
 

Author SHA1 Message Date
Reimar Döffinger 7e04cfba27 Set pkt->pos correctly (to the start of header of the packet) in swfdec. 16 years ago
Baptiste Coudurier 4e35ffa978 fix swf seeking by fixing new stream detection 16 years ago
Diego Biurrun 38eb4b114d Remove 'lib' and 'swscale-error' from list of phony targets. 16 years ago
Diego Biurrun 0cc647cbfb Mark all clean targets as phony. 16 years ago
Michael Niedermayer 7ed673af71 Print timing_info on -debug 1. 16 years ago
Reimar Döffinger 90a30ad59f Add "testclean" target to .PHONY 16 years ago
Kostya Shishkov 923ed9748c Fix direct and skip MB motion compensation in RV4: 16 years ago
Reimar Döffinger abb785f19e Simplify RoQ demuxer pts calculation by using a appropriate time bases. 16 years ago
Reimar Döffinger 15969b55d1 Set video width/height and create audio stream in read_packet instead of 16 years ago
Baptiste Coudurier fc34a08d77 remove sws_flags, seems to have no effect 16 years ago
Alex Converse f11c9ee996 patcheck: Replace non-POSIX echo -e with printf. 16 years ago
Cédric Schieli fe91924dd7 Make MMX registers parametrized in the YSCALEYUV2PACKEDX_YA macro 16 years ago
Cédric Schieli c662e788ce In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos element is initialized on the wrong index (not evenly aligned). This fixes it 16 years ago
Gwenole Beauchesne cd823ff950 Use av_mallocz() to initialize hwaccel_data_private. 16 years ago
Baptiste Coudurier 27ad7d3a96 stag option to force subtitle tag 16 years ago
Baptiste Coudurier d168b3fd2d reindent 16 years ago
Baptiste Coudurier 7943a90a0d keep original tag when stream copying subs with ipod format 16 years ago
Baptiste Coudurier c569bd0632 ipod supports both subs tags 16 years ago
Baptiste Coudurier 80357cfcfb reindent 16 years ago
Baptiste Coudurier 9f52055463 write correct atoms based on tag and not format, fixes subs stream copy 16 years ago
Baptiste Coudurier d1df4da00b use correct codec tag list for ipod format 16 years ago
Baptiste Coudurier b686d0ab4b mxf and mxf d10 regression tests 16 years ago
Baptiste Coudurier f344ae8096 again 10l, typo, put_byte instead of put_buffer 16 years ago
Baptiste Coudurier cafdc1876a attempt to try to generate an random umid 16 years ago
Baptiste Coudurier 00b7fbdcf5 10l, set ret to 0 when finished 16 years ago
Baptiste Coudurier 002c95d749 dump_format after av_write_header to print updated parameters 16 years ago
Baptiste Coudurier a2523ce2e2 fix subs track height, set track->height to codec height if not set 16 years ago
Ben Littler 3596f4e076 sn40 avi fourcc decodes with ffodivx 16 years ago
Stefano Sabatini 8358c03479 Fix typos. 16 years ago
Vitor Sessak e40ee25c49 Fix bug when elbg->utility_inc[elbg->numCB-1] == 1 16 years ago
Gwenole Beauchesne eb2c24232f Add REGISTER_HWACCEL() for hardware accelerators. 16 years ago
Ronald S. Bultje b5b9ff2a1f Correctly skip complete INDX chunks, i.e. read the 32-bit header correctly 16 years ago
Diego Biurrun 5e622c401f Replace all `` by $(), the latter can be nested more easily. 16 years ago
Diego Biurrun 5fd89ca03f Fix MMX2 check, 'movss' is not an MMX2 instruction, use 'pmaxub' instead. 16 years ago
Måns Rullgård f49568a467 Fix unaligned access in ff_copy_bits() 16 years ago
Måns Rullgård 75800dce2b Set AS to $CC by default, override with gcc only when CC is armcc 16 years ago
Ronald S. Bultje b8cc5a9fdf Prevent (negative) overflow of rm->remaining_len. This evaluation really only 16 years ago
Ronald S. Bultje 7ccefd08f6 Revert to r17908. 16 years ago
Reynaldo H. Verdejo Pinochet d2af569710 Cosmetics from Kenan Gillet's 'extract and share weighted_vector_sumf' 16 years ago
Reynaldo H. Verdejo Pinochet 95e8325771 Functional part Kenan Gillet's 'extract and share weighted_vector_sumf' 16 years ago
Ronald S. Bultje 88c4339bda Move MOVContext and related structures from mov.c to isom.h. See "[PATCH] 16 years ago
Reimar Döffinger 3898eed890 Reorder arguments for av_fifo_generic_read to be more logical and 16 years ago
Reimar Döffinger 60f75ad245 Fix seek regression test broken by r17905, seeking fails completely 16 years ago
Kostya Shishkov bcff32d1b4 Mask all unused bits for packed pixel format instead of green and alpha mask only. 16 years ago
Gwenole Beauchesne 2500d8bea6 Update VA API pixfmts documentation: struct vaapi_render_state 16 years ago
Reimar Döffinger 29a68cf04e Convert spurious DOS line breaks to UNIX line breaks in seek regression 16 years ago
Ronald S. Bultje 0ecf9cc900 Prevent (negative) overflow of rm->remaining_len. This evaluation really only 16 years ago
Ronald S. Bultje 21b3752932 Replace separate packet parsing for "old_format" .ra files by a call to 16 years ago
Ronald S. Bultje dc3685e129 Move frame discarding out of the ff_rm_parse_packet() loop, and respect 16 years ago
Reimar Döffinger d71d64dcc1 Mark all packets from nuv demuxer as keyframes in order to make seeking work. 16 years ago