37672 Commits (c28e7af70da17fe523a5504356dbdc1d27b0c73b)
 

Author SHA1 Message Date
Stefano Sabatini c28e7af70d lavu: add timestamp.h header with convenience timestamp utilities 13 years ago
Laurent 71d6b46849 configure: fix gcc asm tests for MinGW GCC 4.6.2 13 years ago
Michael Niedermayer f2b20b7a8b Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer d8710228ea ffmpeg: change sync_opts code to be more similar to qatar. 13 years ago
Clément Bœsch c84acc31b2 Revert "vf_fspp: use LOCAL_MANGLE instead of MANGLE." 13 years ago
Anton Khirnov 38d5533228 pixdesc: mark pseudopaletted formats with a special flag. 13 years ago
Anton Khirnov 8e37038a34 avconv: switch to avcodec_encode_video2(). 13 years ago
Anton Khirnov 06484d0b8a libx264: implement encode2(). 13 years ago
Anton Khirnov 05d699222d libx264: split extradata writing out of encode_nals(). 13 years ago
Anton Khirnov 52f82a1148 lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacket 13 years ago
Paul B Mahol 3c939ad6e0 lagarith: refactor code 13 years ago
Clément Bœsch 1aa8f5fcfb vf_fspp: use LOCAL_MANGLE instead of MANGLE. 13 years ago
Ronald S. Bultje 21d0d1d64f cmdutils: update copyright year to 2012. 13 years ago
Ronald S. Bultje 783487ae44 swscale: sign-extend integer function argument to qword on x86-64. 13 years ago
Haruhiko Yamagata 166f399377 x86inc: support yasm -f win64 flag also. 13 years ago
Ronald S. Bultje ce1e250ee9 h264: manually save/restore XMM registers for functions using INIT_MMX. 13 years ago
Henrik Gramner 9cf7385309 x86inc: allow manual use of WIN64_SPILL_XMM. 13 years ago
Alex Converse 314af0ff94 aacdec: Use correct speaker order for 7.1. 13 years ago
Alex Converse 8ece266213 aacdec: Remove incorrect comment. 13 years ago
Alex Converse e600a1e44a aacdec: Simplify output configuration. 13 years ago
Michael Niedermayer fba318a4b0 ffmpeg: update (next_)pts in the stream copy case 13 years ago
Michael Niedermayer 160008a60f ffmpeg: use ist->dts in rate_emu_sleep() 13 years ago
Michael Niedermayer e7f4de34ad ffmpeg: use ist->dts in do_streamcopy() 13 years ago
Anton Khirnov 67c63176ad ffmpeg: remove setting fb->pts. 13 years ago
Anton Khirnov d97fa416d6 ffmpeg: reduce overloading for InputStream.pts. 13 years ago
Michael Niedermayer 67700e877d ffmpeg: update dts variables in transcode_audio() 13 years ago
Michael Niedermayer 6028bd0dc6 ffmpeg: move next_dts/pts update out of transcode_video() 13 years ago
Michael Niedermayer 7665da46ce ffmpeg: update ist->pts in transcode_audio with the audio decoders output. 13 years ago
Michael Niedermayer 8ea81805d4 ffmpeg: print more details and rescaled timestamps in debug code. 13 years ago
Michael Niedermayer c0be67cac1 ffmpeg: use (next_)dts in timestamp discontinuity detection code. 13 years ago
Diego Biurrun 0144fe6995 Remove Sun medialib glue code. 13 years ago
Michael Niedermayer e806ceaa7b ffmpeg: Use the correct (dts) variables for stream copy. 13 years ago
Michael Niedermayer f070bf0894 ffmpeg: Fix (next)_dts/pts init. 13 years ago
Michael Niedermayer 4eea0cfc22 ffmpeg: use ist->dts instead of passing an argument into transcode_video(). 13 years ago
Michael Niedermayer f72eaf69ab ffmpeg: Init dts variables in output_packet() 13 years ago
Michael Niedermayer fe380adbfb ffmpeg: add (next_dts/dts) variables. 13 years ago
Michael Niedermayer 18d0a16fc9 Merge remote-tracking branch 'qatar/master' 13 years ago
Ronald S. Bultje 9b027c0d07 dsputil: set STRIDE_ALIGN to 16 for x86 also. 13 years ago
Ronald S. Bultje 4ff6dea390 pngdsp: swap argument inversion. 13 years ago
Joseph Artsimovich 950930b461 Set default qmax for VC-3/DNxHD to 1024 (maximum allowed by VC-3 spec). 13 years ago
Ronald S. Bultje ef1c785f11 swscale: make yuv2yuv1 use named registers. 13 years ago
Michael Kostylev 3206cccc0e h264: mark h264_idct_add8_10 with number of XMM registers. 13 years ago
Ronald S. Bultje b7542dd3d7 swscale: fix V plane memory location in bilinear/unscaled RGB/YUYV case. 13 years ago
Ronald S. Bultje fb90785e98 vp8: always update next_framep[] before returning from decode_frame(). 13 years ago
Anton Khirnov 722410ade5 avconv: estimate next_dts from framerate if it is set. 13 years ago
Anton Khirnov b34856a116 avconv: better next_dts usage. 13 years ago
Anton Khirnov 23576b3fbb avconv: rename InputStream.pts to last_dts. 13 years ago
Anton Khirnov 6e98390258 avconv: reduce overloading for InputStream.pts. 13 years ago
Anton Khirnov 3101bb6669 avconv: rename InputStream.next_pts to next_dts. 13 years ago
Anton Khirnov 1270e12e49 avconv: rework -t handling for encoding. 13 years ago