12503 Commits (b11b72a65f213055e6340d00aaed62a8a8821206)

Author SHA1 Message Date
Tobias Bindhammer 99d8166daf Setting proper values in extradata for future use in muxer 15 years ago
Martin Storsjö e0ae6c17fe Flush the PutBitsContext at the end of each block when encoding ADPCM IMA QT 15 years ago
S.N. Hemanth Meenakshisundaram 5da19b53c6 Implement avcodec_get_channel_layout(). 15 years ago
Ronald S. Bultje 6697bc33e2 Revert r24931, it broke Win32 and some BSD compiles (yay fate). 15 years ago
Måns Rullgård 3d1b1caa6b Remove duplicate definitions of fullpel MC functions 15 years ago
Måns Rullgård 694c5a2850 sp5x: remove broken code under #if 0 15 years ago
Ronald S. Bultje 72f642400b Mark xmm6 and xmm7 as clobbered in ff_vp3_idct_sse2(), which is contributing 15 years ago
Måns Rullgård 69dad87c48 VP6: fix vp6_filter_diag4_mmx/sse on 64-bit 15 years ago
Måns Rullgård 94f8b2d799 ARM: update struct offsets 15 years ago
Ronald S. Bultje 89fa3504ed Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This should 15 years ago
Ronald S. Bultje 3a0885146c Move vp6_filter_diag4() from DSPContext to VP56DSPContext. 15 years ago
Tobias Bindhammer d09c0a1666 cleanup a bit in a64multi_encode_frame() 15 years ago
Tobias Bindhammer 9f63810491 added/extended some comments in a64multi_encode_frame() 15 years ago
Måns Rullgård c0ec9918b0 Remove global mm_flags variable 15 years ago
Ronald S. Bultje 3611c45ab7 Mark xmm registers as clobbered in simple loopfilter. Should fix the last 15 years ago
Alex Converse 4c399dc82b Fix undefined expressions that use multiple calls to get_bits(). 15 years ago
Måns Rullgård b3c1652b82 msmpeg4v1: fix undefined behaviour in msmpeg4_decode_picture_header() 15 years ago
Tobias Bindhammer e2f402f160 added interlacing option and compression option for colorram (lut) 15 years ago
Tobias Bindhammer bb07ab7cf2 fixed some return values and deprecated CODEC_TYPE_VIDEO. 15 years ago
Nathan Caldwell 62147469da acenc: LAME-inspired window decision 15 years ago
Alex Converse c36b2c010e Revert unintended changes to fft.h from r24890. 15 years ago
Nathan Caldwell af00dddeca aacenc: Rename Psy3gpp* structs to AacPsy* 15 years ago
Alex Converse cb4f12466b imdct/x86: Use "s->mdct_size" instead of "1 << s->mdct_bits". 15 years ago
Tobias Bindhammer e4d2ab5298 removed an unnecessary blank line 15 years ago
Tobias Bindhammer b7cf4e4f55 enabling codec and muxer by registering it in allcodec.c and allformat.c and adding files to the build-system 15 years ago
Tobias Bindhammer 40c5ee9903 added codec-ids for the a64 codec 15 years ago
Tobias Bindhammer 7bf7833fb7 Initial version of the a64 (multicolor charset) codec 15 years ago
Ronald S. Bultje 684d608bde Fix segfaults in VP8 SIMD code on Win64 (and FATE/win64 failures). 15 years ago
Alex Converse 78b5c97d3e Convert ff_imdct_half_sse() to yasm. 15 years ago
Reimar Döffinger 2a86d4b905 The 24-bit ydt also should not depend on endianness, 15 years ago
Reimar Döffinger 47af623967 Since the 24 bit format is decoded to endian-dependant 15 years ago
Reimar Döffinger 751c5093c6 Do not swap red and blue when decoding truemotion 15 years ago
Stefano Sabatini c901f6ab6f Cosmetics: remove useless (). 15 years ago
Reimar Döffinger a29b1700ee Export the presentation video dimensions as avctx->width/avctx->height. 15 years ago
Måns Rullgård 375fb9f17a dv: fix alignment of scratch buffer 15 years ago
Laurent Aimar 8bdf11815c Fixed mpeg12 top field first flag value with field picture encoding. 15 years ago
Måns Rullgård dd5f3238c1 imc: fix undefined float to int conversion 15 years ago
Måns Rullgård ead7ef8251 fft-test: format error output more readably 15 years ago
Jason Garrett-Glaser 2b476e02e1 Remove some stray +s in VP8 15 years ago
Stefano Sabatini 81c1ecabab Deprecate ff_get_plane_bytewidth() in favor of 15 years ago
Stefano Sabatini 7906e2b974 Implement av_get_image_linesize() and use it in 15 years ago
Jason Garrett-Glaser 05c04cdf54 VP5/6/8: ~7% faster arithmetic decoding 15 years ago
S.N. Hemanth Meenakshisundaram 9f08d80363 Add av_picture_data_copy() and reimplement av_picture_copy() as a 15 years ago
Pascal Massimino aa93c52c21 remove b4_stride/mb_stride. 15 years ago
Pascal Massimino ccf13f9e20 fix over-allocation. confused b4_stride with mb_width. 15 years ago
Ronald S. Bultje af0a61cc40 Fix buffer overrun if idx is negative (it can be down to -23>>4), by prepending 15 years ago
Vitor Sessak 46a76dec93 Fix handling of truncated files. Should fix random FATE breakages. 15 years ago
Jason Garrett-Glaser 4a384de5b8 Split h264dsp and h264pred in configure. 15 years ago
Reinhard Tartler 2901cc9a95 Fix spelling in comment(s) 15 years ago
Jason Garrett-Glaser b70c95e05a H.264: 8% faster CAVLC zero-run decoding 15 years ago