12881 Commits (a73cbf9709cb19b4bb4bc778dd5d28cb355fdfde)
 

Author SHA1 Message Date
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
Vitor Sessak fc815c5623 Rename avfilter_create to avfilter_open and remove the wrapper function 17 years ago
Vitor Sessak 16415eafdb Revert braindead linked list of permissions 17 years ago
Vitor Sessak 52f97a0d8d Track the permissions that have been given out to each picture. 17 years ago
Vitor Sessak 60bf6ce3ba Allow filters to set the requirements on permissions for incoming buffers. 17 years ago
Vitor Sessak b42a6a92ff spelling fix 17 years ago
Vitor Sessak 72f6d6317c Remove the data parameter from draw_slice(). It's unneeded and often more 17 years ago
Vitor Sessak 13ff8fd01c Add many new and improve existing doxy comments. 17 years ago
Vitor Sessak 63f64e6f4d Let request_frame() indicate success or failure 17 years ago
Vitor Sessak a9c81431bd Helper functions for adding new pads to filters at runtime 17 years ago
Vitor Sessak 85322466ef Separate the process of creating links between filters from that of configuring 17 years ago
Vitor Sessak 901e6b39b0 Move default entry point implementations to their own file. 17 years ago
Vitor Sessak 7c9066a3e4 Make input/output pads modifiable on a per-instance basis. 17 years ago