12643 Commits (816ebf93201cd11e01b59c136930f317192d160e)
 

Author SHA1 Message Date
Reimar Döffinger 816ebf9320 Remove duplicate ; 17 years ago
Reimar Döffinger 721052e981 Add casts to avoid warnings: 17 years ago
Reimar Döffinger e3cb2c4a08 Missing const 17 years ago
Reimar Döffinger 591de5cf35 Fix misplaced const, avoids a cast-discards-qualifiers warning 17 years ago
Michael Niedermayer d937cd0ed2 const 17 years ago
Michael Niedermayer 0521808158 Reduce the number of senselessly scanned bytes. 17 years ago
Guillaume Poirier c367d0c653 arg 10000l. Fix wrong fix committed in r12141 17 years ago
Guillaume Poirier d6267d027b fix broken indentation 17 years ago
Guillaume Poirier 9d8109ad0f 10l: fix always false test: Binary & has lower precedence than == 17 years ago
Diego Biurrun 42a362e57b Refactor vcprm and vcii macros by using the AVV macro. 17 years ago
Diego Biurrun 35c27389c0 Refactor the FOUROF macro using the AVV macro. 17 years ago
Diego Biurrun b0e21a3b47 Remove stray #undef. 17 years ago
Alexander Strange 3518c5a96b fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't check mm_flags 17 years ago
Stefano Sabatini b3574faa06 Remove a superfluous call to atoi in ffmpeg.c:opt_verbose 17 years ago
Michael Niedermayer 5bc440e7e8 Add notes where known timestamp issues remain. 17 years ago
Michael Niedermayer 48291040ea Set initial next_pts to unknown, this avoids the nonsense timestamp 17 years ago
Michael Niedermayer 40cb57a287 Print a warning if a decoder produces more than 1 frame of output for 17 years ago
Michael Niedermayer ed9238593e Set next_pts to pts if it is unknown and pkt->dts is not known either. This 17 years ago
Michael Niedermayer b1b818fce8 simplify (next_)pts code 17 years ago
Michael Niedermayer da0ef2d557 Use next_pts if pkt->dts is unknown. In an ideal world this would not be needed 17 years ago
Måns Rullgård 1d03e71805 remove duplicate AV_STRINGIFY() definition 17 years ago
Måns Rullgård 5ff1b0675f remove duplicate AV_STRINGIFY() definition 17 years ago
Måns Rullgård 719c8e00ef prettify lib* version number extraction 17 years ago
Måns Rullgård 73ef89807e prettify encoder/decoder/muxer/... list extraction 17 years ago
Måns Rullgård 5c319d3334 clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN 17 years ago
Mike Frysinger d2a4ecafbb FLAT objects cannot have multiple sections, so using the L1 attributes breaks 17 years ago
Mike Frysinger e44d7c659b FLAT objects cannot have multiple sections, so using the L1 attributes breaks 17 years ago
Diego Biurrun 2d83fe90e3 This shell script is not bash-specific. 17 years ago
Diego Biurrun 989bbe62d0 Remove check for the availability of the -u diff flag, we require it in 17 years ago
Mike Frysinger 63da080387 The Blackfin toolchains will automatically select FDPIC according to the 17 years ago
Måns Rullgård b147ec08c3 do not run ldconfig after installing shared libraries 17 years ago
Vitor Sessak b6f5794597 Remove unneeded function. 17 years ago
Vitor Sessak 11de6cac7e Oops 17 years ago
Vitor Sessak e4152452d5 Missed this file in my conditional compilation patch 17 years ago
Víctor Paesa a7d4665709 Add libavfilter_version 17 years ago
Vitor Sessak 765f96c6e1 Remove author field 17 years ago
Vitor Sessak daafdb6eae Use CodecType for pad type 17 years ago
Vitor Sessak 0155b1a1cc Nit: remove odd whitespace 17 years ago
Vitor Sessak b04c740a18 Group avfilter_poll_frame() with related funcions and add doxygen comment 17 years ago
Vitor Sessak 853961a999 Update comment to match code 17 years ago
Vitor Sessak 664f659526 Nits: punctuation and capitalization 17 years ago
Vitor Sessak 2844dd393a Add const to silence warnings 17 years ago
Vitor Sessak d224d73a5d Implement poll_frame() method. Fix ffmpeg.c bug with 17 years ago
Vitor Sessak d177bd183f Indentation 17 years ago
Vitor Sessak 24c4eff657 Rework link property configuration system. 17 years ago
Vitor Sessak 3afcca9dfd Fix misc. warnings 17 years ago
Vitor Sessak 35f3fdf48d Rewrite colorspace negotiation. 17 years ago
Vitor Sessak 2621f4a36b Add pixel aspect ratio to AVFilterPicRef structure 17 years ago
Vitor Sessak b3ab2f7e84 Add another "reuse" permission, to distinguish between the case where a 17 years ago
Vitor Sessak 056f0431f3 use units of 1/AV_TIME_BASE for pts rather than milliseconds 17 years ago