summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* vcr1: Add vcr1_ prefixes to all static functions with generic names.Diego Biurrun2012-05-141-13/+13
* vcr1: Fix return type of common_init to match the function pointer signature.Diego Biurrun2012-05-141-1/+3
* vcr1enc: Replace obsolete get_bit_count by put_bits_count/flush_put_bits.Diego Biurrun2012-05-141-3/+5
* motion-test: remove disabled codeDiego Biurrun2012-05-141-4/+0
* x86: use more standard construct for setting ASM functions in FFT codeVitor Sessak2012-05-141-22/+23
* x86: vc1: drop MMX loop filter implementation, which uses MMX2 instructions.Michael Kostylev2012-05-122-13/+0
* arm/neon: dsputil: use correct size specifiers on vld1/vst1Mans Rullgard2012-05-101-147/+147
* arm: dsputil: prettify some conditional instructions in put_pixels macrosMans Rullgard2012-05-101-42/+20
* vqavideo: change x/y loop counters to the usual patternMans Rullgard2012-05-101-5/+3
* rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MCChristophe Gisquet2012-05-104-3/+480
* ape: Use unsigned integer mathsChristophe Gisquet2012-05-101-2/+2
* arm: dsputil: fix overreads in put/avg_pixels functionsMans Rullgard2012-05-101-0/+92
* h264: K&R formatting cosmetics for header files (part II/II)Diego Biurrun2012-05-102-513/+590
* h264: K&R formatting cosmetics for header files (part I/II)Diego Biurrun2012-05-103-458/+491
* vcr1enc: drop pointless empty encode_init() wrapper functionDiego Biurrun2012-05-091-8/+1
* vcr1: drop pointless write-only AVCodecContext member from VCR1ContextDiego Biurrun2012-05-091-2/+0
* vcr1: group encoder code together to save #ifdefsDiego Biurrun2012-05-091-47/+43
* vcr1: cosmetics: K&R prettyprinting, typos, parentheses, dead code, commentsDiego Biurrun2012-05-091-72/+72
* libxvid: Give more suitable names to libxvid-related files.Diego Biurrun2012-05-094-6/+6
* libxvid: Separate libxvid encoder from libxvid rate control code.Diego Biurrun2012-05-093-40/+43
* jpeglsdec: Remove write-only variable in ff_jpegls_decode_lse().Diego Biurrun2012-05-091-3/+2
* lavc: check that extended_data is properly set in avcodec_encode_audio2().Anton Khirnov2012-05-091-0/+17
* lavc: pad last audio frame with silence when needed.Anton Khirnov2012-05-094-8/+74
* libschroedingerdec: Change AVPicture to AVFrame and use SchroTag to store ptsJordi Ortiz2012-05-081-30/+67
* options_table: Add some missing #includes to fix "make checkheaders".Alex Converse2012-05-081-0/+6
* lagarith: add YUY2 decoding supportKostya Shishkov2012-05-081-3/+71
* Support decoding unaligned rgb24 lagarith.Carl Eugen Hoyos2012-05-081-1/+2
* dv: Split profile handling code into a separate file.Diego Biurrun2012-05-075-356/+408
* qdm2: clip array indices returned by qdm2_get_vlc().Ronald S. Bultje2012-05-071-5/+13
* avcodec: do not needlessly set packet size to 0 in avcodec_encode_audio2()Justin Ruggles2012-05-071-1/+0
* avcodec: for audio encoding, reset output packet when it is not validJustin Ruggles2012-05-071-1/+4
* avcodec: refactor avcodec_encode_audio2() to merge common branchesJustin Ruggles2012-05-071-3/+3
* avcodec: remove fallbacks for AVCodec.encode() in avcodec_encode_audio2()Justin Ruggles2012-05-071-68/+2
* libschroedinger: Switch to function names more in line with Libav style.Diego Biurrun2012-05-073-12/+12
* Move code shared between libdirac and libschroedinger to libschroedinger.Diego Biurrun2012-05-077-247/+180
* h264: Remove a commented-out function pointer typedef.Diego Biurrun2012-05-071-1/+0
* txd: Remove write-only variable in txd_decode_frame().Diego Biurrun2012-05-071-3/+2
* mmvideo.c: Remove unused variable in mm_decode_pal().Diego Biurrun2012-05-071-2/+1
* build: cosmetics: Add missing end-of-line backslashes to item lists.Diego Biurrun2012-05-071-1/+2
* build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun2012-05-071-5/+26
* libschroedinger: Move a function to avoid a forward declaration.Diego Biurrun2012-05-071-7/+4
* pthread: warn on high thread countsSean McGovern2012-05-071-0/+5
* lavc: add sample rate and channel layout to AVFrame.Anton Khirnov2012-05-073-1/+21
* zerocodec: check if the previous frame is missingPaul B Mahol2012-05-061-0/+4
* dfa: use more meaningful return codesKostya Shishkov2012-05-061-27/+27
* eatgv: check vector_bitsMichael Niedermayer2012-05-061-0/+6
* eatgv: check motion vectorsKostya Shishkov2012-05-061-6/+8
* Mark a number of variables only used in av_dlog() calls as av_unused.Diego Biurrun2012-05-061-1/+2
* dvdec: drop const qualifier from variable to eliminate a warningDiego Biurrun2012-05-061-1/+1
* avcodec: Improve comment for thread_safe_callbacks to avoid misinterpretation.Robert Nagy2012-05-061-1/+1