2473 Commits (de8049d27cc9561f6d9b999468354e068792a740)

Author SHA1 Message Date
Nicolas George 8d928a9d99 lavu/opt: add AV_OPT_TYPE_DURATION. 12 years ago
Michael Niedermayer b274703493 avutil/atomic: use av_assert0() 12 years ago
Michael Niedermayer eaa5882e71 avutil: fix compilation 12 years ago
Nicolas George a964d6a8a2 lavu/frame: use channels rather than channel_layout. 12 years ago
Paul B Mahol 7aa9af51db lavu/opt: add AV_OPT_VIDEO_RATE option 12 years ago
Michael Niedermayer f1c3d8b344 avutil/add_to_pool: remove unused assgnment 12 years ago
Anton Khirnov 2c328a9079 pixdesc: add a function for counting planes in a pixel format. 12 years ago
Michael Niedermayer 6128d33946 AVFrame.pkt_dts: improve docs 12 years ago
Michael Niedermayer cea3a63ba3 avutil/buffer: Fix race in pool. 12 years ago
Clément Bœsch 6abb554fd6 lavc,lavu: fix two doxy mixup between h/v chroma shift. 12 years ago
Michael Niedermayer fbd3ee91a5 avutil/frame: typo 12 years ago
Michael Niedermayer 3dc25c3ab2 avutil/frame: document alignment and padding requirements 12 years ago
Michael Niedermayer c603f22683 avutil/get_pool: remove dead operations whichs result is never used. 12 years ago
Michael Niedermayer e3be7b1159 avutil/get_pool: Remove redundant initial atomic operation 12 years ago
Michael Niedermayer f566ac48ce avutil/frame: fix video buffer allocation 12 years ago
Stefano Sabatini b2098d2417 lavu/eval: add bitor and bitand functions 12 years ago
Anton Khirnov 4d67ff8e8e AVOptions: fix using named constants with child contexts. 12 years ago
Anton Khirnov 9676b9a2cd AVOption: remove an unused function parameter. 12 years ago
Xi Wang ca6c3f2c53 lzo: fix overflow checking in copy_backptr() 12 years ago
Michael Niedermayer caff888183 avutil/frame: add AVBufferRef for qp table 12 years ago
Diego Biurrun f099d3d1d5 Add av_log_{ask_for_sample|missing_feature} replacements to libavutil 12 years ago
Hendrik Leppkes febd78e904 lavu/frame: free frame metadata when unrefing a frame. 12 years ago
Hendrik Leppkes e4c5e08f60 lavu/frame: av_frame_make_writable: set the channels on the new frame. 12 years ago
Hendrik Leppkes 2035cc3595 lavu/frame: copy all frame properties in av_frame_copy_props 12 years ago
Carl Eugen Hoyos f1b716c79b avframe: Copy buffer type in copy_props. 12 years ago
Ronald S. Bultje 6a701306db dsputil: make selectable. 12 years ago
Clément Bœsch 80661e0f55 buffer: use the atomic get instead of the add and fetch variant. 12 years ago
Michael Niedermayer 1ad542f11f get_video_buffer: add vertical padding 12 years ago
Hendrik Leppkes b91459e565 atomic: prefer gcc builtins over win32 atomics, if available. 12 years ago
Martin Storsjö c48828f763 atomic: Check for __sync_val_compare_and_swap instead of __sync_synchronize 12 years ago
Hendrik Leppkes d6d369bf13 atomic: prefer gcc builtins over win32 atomics, if available. 12 years ago
Janne Grunau fc8406d01e avframe: copy reordered_opaque in copy_props 12 years ago
Fabrizio Gennari 91b747ac78 mem: Fix usage of memalign() on DJGPP. 12 years ago
Clément Bœsch e53061154f lavu/frame: fix not/note typo in doxy. 12 years ago
Clément Bœsch 586ae70ba7 port FFmpeg lavc frame specificities to lavu functions. 12 years ago
Nicolas George d1b456b0a8 lavu/frame: copy the channels field. 12 years ago
Anton Khirnov 6327c10702 atomic: fix CAS with armcc. 12 years ago
Martin Storsjö 309d6f5077 atomic: Add include guards to the implementation headers 12 years ago
Martin Storsjö 666fe5da47 atomic: Exclude the unsupported implementation headers from checkheaders 12 years ago
Martin Storsjö e460aa3282 atomic: Check for __sync_val_compare_and_swap instead of __sync_synchronize 12 years ago
Martin Storsjö 2240e92f05 atomic: Add include guards to the implementation headers 12 years ago
Anton Khirnov 0651e892e1 Replace remaining includes of audioconvert.h with channel_layout.h 12 years ago
Anton Khirnov 1296b1f6c0 AVFrame: deprecate all now unused fields 12 years ago
Anton Khirnov 77b2cd7b41 AVFrame: add side data. 12 years ago
Anton Khirnov 7ecc2d403c Move AVFrame from lavc to lavu. 12 years ago
Anton Khirnov ad0c9f2d5d lavc: move AVFrame.hwaccel_picture_private to Picture. 12 years ago
Anton Khirnov 1cec0624d0 AVBuffer: add a new API for buffer pools 12 years ago
Anton Khirnov 8e401dbe90 lavu: add a new API for reference-counted data buffers. 12 years ago
Ronald S. Bultje 65f1d45dcc lavu: add support for atomic operations. 12 years ago
Carl Eugen Hoyos de4811e910 Force using a 64bit intermediate when calculating calendar time with av_timegm(). 12 years ago