37068 Commits (e8cafd2773bc56455c8816593cbd9368f2d69a80)
 

Author SHA1 Message Date
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
Ronald S. Bultje 54b298fe56 lavc: Deprecate the deinterlace functions in libavcodec 12 years ago
Ronald S. Bultje 64e4386974 h264: Integrate draw_horiz_band into ff_h264_draw_horiz_band 12 years ago
Stefano Sabatini 70762508ec lavc: Prettify printing of codec tags containing non alphanumeric characters 12 years ago
Martin Storsjö d65522e826 h264: Rename the jpeg_420 pixfmt list to match the common naming structure 12 years ago
Martin Storsjö e760e1d408 avconv: Make sure the encoder exists before inspecting supported_list 12 years ago
Carl Eugen Hoyos 5da5128493 cavs: Add a dependency on h264chroma 12 years ago
Ronald S. Bultje 8d061989dd lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecs 12 years ago
Diego Biurrun 5a4e9fe855 avcodec/internal: Fix #if DECODE_AUDIO / ENCODE_AUDIO name mismatch 12 years ago
Luca Barbato 5cf7c72757 shorten: use the unsigned type where needed 12 years ago
Luca Barbato 4c364eb2b8 shorten: report meaningful errors 12 years ago
Luca Barbato a2ad554def shorten: K&R formatting cosmetics 12 years ago
Michael Niedermayer c10da30d84 shorten: set invalid channels count to 0 12 years ago
Luca Barbato 02055b6d40 vorbisdec: check memory allocations 12 years ago
Luca Barbato 4987faee78 h264: check for luma and chroma bit dept being equal 12 years ago
Diego Biurrun c57a593670 hwaccel: consistent name prefixes for start_frame/end_frame/decode_slice 12 years ago
Diego Biurrun 2a7ab2dfaa configure: Use check_builtin() where appropriate 12 years ago
Diego Biurrun 9c7d85b3b4 configure: Add check_builtin convenience function 12 years ago
Diego Biurrun f868b24d0f configure: Add sanitize_var_name convenience function 12 years ago
Diego Biurrun 813b82b927 configure: Fix silly typo in logging command of check_struct() 12 years ago
Janne Grunau 15ea1ac695 fate: remove last incomplete frame from mpeg2-field-enc test 12 years ago
Martin Storsjö 8fbab7a6c8 rtpdec: Initialize some variables to silence compiler warnings 12 years ago
Anton Khirnov 437211ae73 h264: set ref_count to 0 for intra slices. 12 years ago
Anton Khirnov 668e16a0dd h264: on reference overflow, reset the reference count to 0, not 1. 12 years ago