36791 Commits (f1af3d19a7924c6f5963ee15a83bad26d2262dc3)
 

Author SHA1 Message Date
Martin Storsjö f1af3d19a7 output-example: Update to use encode_video2 instead of the now dropped encode_video 12 years ago
Martin Storsjö 2240e92f05 atomic: Add include guards to the implementation headers 12 years ago
Anton Khirnov 7c45087b84 lavc: update the fallback versions of ff_thread_* 12 years ago
Yusuke Nakamura 19dd4017ab libopencore-amr: Add the missing 3rd argument of ff_get_buffer() 12 years ago
Anton Khirnov f86d66bcfa vmdaudio: fix invalid reads when packet size is not a multiple of chunk size 12 years ago
Anton Khirnov 4c0080b7e7 wmaprodec: return an error, not 0, when the input is too small. 12 years ago
Anton Khirnov cacad1c058 wmaprodec: require block_align to be set. 12 years ago
Anton Khirnov ea1136baaf wmadec: require block_align to be set. 12 years ago
Anton Khirnov 3ba40ebb6c ivi_common: do not call MC for intra frames when dc_transform is unset 12 years ago
Anton Khirnov 3e2f200237 roqvideodec: fix a potential infinite loop in roqvideo_decode_frame(). 12 years ago
Anton Khirnov 8a49d2bcbe xxan: fix invalid memory access in xan_decode_frame_type0() 12 years ago
Anton Khirnov 6c7d339afc tty: set avg_frame_rate. 12 years ago
Anton Khirnov bde48aa92d FATE: enable multiple slices in the ffv1 vsynth test 12 years ago
Anton Khirnov d243896987 ffv1: fix calculating slice dimensions for version 2 12 years ago
Anton Khirnov 7b89cd20d8 eamad: allocate a dummy reference frame when the real one is missing 12 years ago
Anton Khirnov 0651e892e1 Replace remaining includes of audioconvert.h with channel_layout.h 12 years ago
Anton Khirnov 542b83fc90 Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*. 12 years ago
Anton Khirnov d8b31be6ca Add the bumps and APIchanges entries for reference counted buffers changes. 12 years ago
Anton Khirnov 8df23e938b lavc: postpone the removal of request_channels API. 12 years ago
Anton Khirnov 1296b1f6c0 AVFrame: deprecate all now unused fields 12 years ago
Anton Khirnov ddcca4ba07 lavc: stop setting AVFrame.motion_subsample_log2 12 years ago
Anton Khirnov e7bbfc4242 avserver: don't set deprecated options. 12 years ago
Anton Khirnov 354468fc12 avplay: switch to new refcounted frames API 12 years ago
Anton Khirnov 9b2dc29534 avconv: convert to new refcounted AVFrame API 12 years ago
Anton Khirnov 37045e4229 mpegvideo: drop vismv code 12 years ago
Anton Khirnov 2eba9087f3 lavc: make up a fake frame channel layout when there is no real one. 12 years ago
Anton Khirnov 192f1984b1 lavc: limit maximum number of channels to 63 12 years ago
Anton Khirnov 15ec0450b4 lavc: allow decoders to override frame parameters. 12 years ago
Anton Khirnov 3b199d29cd lavc decoders: properly initialize AVFrame. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov 6e7b50b427 mpegvideo_enc: drop support for reusing the input motion vectors. 12 years ago
Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 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 1a5e913016 pthread: avoid copying input packets when possible. 12 years ago
Anton Khirnov 1afddbe59e avpacket: use AVBuffer to allow refcounting the packets. 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
Alexander Kojevnikov eae0879d96 mp3dec: Fix VBR bit rate parsing 12 years ago
Martin Storsjö 4be368b504 avstring: Fix isxdigit to not accept non-hex characters 12 years ago
Diego Biurrun 870add0de9 configure: Add missing videodsp dependencies to some decoders 12 years ago
Diego Biurrun dbd2a34ba5 build: cosmetics: Group hw accelerator Makefile entries together 12 years ago
Diego Biurrun bcd0a7137e configure: Add missing h264chroma dependencies to vp5, vp6 12 years ago
Diego Biurrun 5f401b7b71 Add missing error_resilience includes to files that use ER 12 years ago
Martin Storsjö d88738e403 mpegvideo: Conditionally build error_resilience bits 12 years ago
Diego Biurrun 06b54e8425 build: Fix error_resilience code dependencies 12 years ago
Reimar Döffinger efa7f42020 Use the avstring.h locale-independent character type functions 12 years ago
Reimar Döffinger 12c5c1d3e3 avstring: Add locale independent versions of some ctype.h functions 12 years ago