2007-08-22 |
Michael Niedermayer | simplify |
tree | commitdiff |
2007-08-22 |
Benoit Fouet | right filename in doxygen comment |
tree | commitdiff |
2007-08-22 |
Diego Biurrun | cosmetics: alphabetical order |
tree | commitdiff |
2007-08-22 |
Diego Biurrun | Simplify preprocessor directives. |
tree | commitdiff |
2007-08-22 |
Marc Hoffman | make clean bfin |
tree | commitdiff |
2007-08-22 |
Diego Biurrun | Identifiers starting with underscores are reserved. |
tree | commitdiff |
2007-08-21 |
Aurelien Jacobs | parsers and bsfs declarations are not meant to be part... |
tree | commitdiff |
2007-08-21 |
Michael Niedermayer | Change rounding of the horizontal DWT to match the... |
tree | commitdiff |
2007-08-21 |
Aurelien Jacobs | asv1.c directly uses Put/GetBitContext, so it should... |
tree | commitdiff |
2007-08-21 |
Michael Niedermayer | remove code which become unused by the previous changes |
tree | commitdiff |
2007-08-21 |
Michael Niedermayer | Simplify and optimize the 4th vertical lifting step... |
tree | commitdiff |
2007-08-21 |
Michael Niedermayer | Simplify and optimize the 4th vertical lifting step... |
tree | commitdiff |
2007-08-20 |
Michael Niedermayer | Simplify and speedup code, reduce needed headroom by... |
tree | commitdiff |
2007-08-20 |
Michael Niedermayer | simplify, speedup and reduce needed headroom by 2 bits... |
tree | commitdiff |
2007-08-20 |
Michael Niedermayer | replace <<1 by add for SSE2 (untested) |
tree | commitdiff |
2007-08-20 |
Michael Niedermayer | replace <<1 by add |
tree | commitdiff |
2007-08-20 |
Michael Niedermayer | slightly change horizontal lift3 so it needs 1 bit... |
tree | commitdiff |
2007-08-20 |
Michael Niedermayer | remove idiotc double subtraction from the sse2 code... |
tree | commitdiff |
2007-08-20 |
Michael Niedermayer | fixme note |
tree | commitdiff |
2007-08-20 |
Michael Niedermayer | and of course the unneeded double subtractions were... |
tree | commitdiff |
2007-08-20 |
Michael Niedermayer | more stupid double subtractions |
tree | commitdiff |
2007-08-20 |
Michael Niedermayer | get rid of idiotc double subtraction |
tree | commitdiff |
2007-08-19 |
Benjamin Larsson | Cosmetics, indentation. |
tree | commitdiff |
2007-08-19 |
Benjamin Larsson | Trellis quantization support for adpcm_swf. |
tree | commitdiff |
2007-08-19 |
Reimar Döffinger | Use defines instead of raw hex numbers to specify CRC... |
tree | commitdiff |
2007-08-15 |
Ramiro Polla | CONFIG_7REGS -> HAVE_7REGS |
tree | commitdiff |
2007-08-15 |
Marco Gerards | Make the Golomb decoder work for Dirac |
tree | commitdiff |
2007-08-14 |
Alexander Strange | Statements like a = b = c = d = e; store from right... |
tree | commitdiff |
2007-08-13 |
Ramiro Polla | Introduce AVERROR_PATCHWELCOME |
tree | commitdiff |
2007-08-13 |
Diego Biurrun | Move msmpeg4 tables from a header file to msmpegdata.c. |
tree | commitdiff |
2007-08-13 |
Ramiro Polla | Add attribute that forces alignment of stack to functio... |
tree | commitdiff |
2007-08-13 |
Marc Hoffman | special handling for vp3 idct, use the c reference |
tree | commitdiff |
2007-08-13 |
Michael Niedermayer | use bytestream_get_le*() this also fixes a big endian bug |
tree | commitdiff |
2007-08-13 |
David Bryant | Support for WavPack version 0x410 (false stereo chunks) |
tree | commitdiff |
2007-08-13 |
Kostya Shishkov | Rename flag for consistency with the next commit |
tree | commitdiff |
2007-08-13 |
David Conrad | Add av_get_bits_per_sample_format() |
tree | commitdiff |
2007-08-13 |
Michael Niedermayer | fix type 3 aka skipped blocks for old version |
tree | commitdiff |
2007-08-13 |
Michael Niedermayer | fix motion vectors for old version |
tree | commitdiff |
2007-08-13 |
Michael Niedermayer | set pix_fmt properly depending on version |
tree | commitdiff |
2007-08-13 |
Michael Niedermayer | use version instead of some random 32bit value to switc... |
tree | commitdiff |
2007-08-13 |
Michael Niedermayer | replace vlc_type by version and set that from codec_tag... |
tree | commitdiff |
2007-08-12 |
Michael Niedermayer | support ifr2 from Toy-Story2_better-image-quality.4xa |
tree | commitdiff |
2007-08-12 |
Guillaume Poirier | use shorter types vec_"type" instead of the too long... |
tree | commitdiff |
2007-08-12 |
Michael Niedermayer | add second vlc table |
tree | commitdiff |
2007-08-12 |
Alexander Strange | Don't check the return value of decode_cabac_residual... |
tree | commitdiff |
2007-08-11 |
Aurelien Jacobs | more usage of av_clip() |
tree | commitdiff |
2007-08-11 |
Aurelien Jacobs | one more simplification |
tree | commitdiff |
2007-08-11 |
Aurelien Jacobs | various simplifications around recent av_clip_int16... |
tree | commitdiff |
2007-08-11 |
Michael Niedermayer | fix decoding of samples.mplayerhq.hu/game-formats/idroq... |
tree | commitdiff |
2007-08-11 |
Aurelien Jacobs | use av_clip_int16() where it makes sense |
tree | commitdiff |
2007-08-10 |
Michael Niedermayer | ensure that default_get_buffer() doesnt reuse images... |
tree | commitdiff |
2007-08-10 |
Baptiste Coudurier | dnxhd 120 interlaced support |
tree | commitdiff |
2007-08-09 |
Roman Shaposhnik | * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) |
tree | commitdiff |
2007-08-09 |
Alex Beregszaszi | use skip_bits where appropriate |
tree | commitdiff |
2007-08-09 |
Alex Beregszaszi | use skip_bits where appropriate |
tree | commitdiff |
2007-08-09 |
Alex Beregszaszi | fix compilation with TRACE enabled |
tree | commitdiff |
2007-08-09 |
Justin Ruggles | cosmetics: vertical alignment |
tree | commitdiff |
2007-08-09 |
Justin Ruggles | comments modification: add, clean up, Doxygenize, and... |
tree | commitdiff |
2007-08-09 |
Alex Beregszaszi | use reget_buffer and remove internal copying of buffer... |
tree | commitdiff |
2007-08-09 |
Alex Beregszaszi | use get_bits1(..) instead get_bits(.., 1) |
tree | commitdiff |
2007-08-08 |
Roman Shaposhnik | * getting rid of code duplication |
tree | commitdiff |
2007-08-08 |
Alex Beregszaszi | use get_unary from bitstream.h |
tree | commitdiff |
2007-08-08 |
Alex Beregszaszi | use get_unary from bitstream.h |
tree | commitdiff |
2007-08-08 |
Alex Beregszaszi | copy get_unary from vc1 |
tree | commitdiff |
2007-08-08 |
Alex Beregszaszi | debug: tell how much bits are skipped with unknown... |
tree | commitdiff |
2007-08-08 |
Carl Eugen Hoyos | kill warning |
tree | commitdiff |
2007-08-07 |
Vitor Sessak | More indentation |
tree | commitdiff |
2007-08-07 |
Vitor Sessak | Cosmetics: indentation |
tree | commitdiff |
2007-08-07 |
Vitor Sessak | Rename function |
tree | commitdiff |
2007-08-07 |
Justin Ruggles | enable the native AC-3 decoder |
tree | commitdiff |
2007-08-06 |
Michael Niedermayer | make output buffer larger so drift compensation can... |
tree | commitdiff |
2007-08-06 |
Benjamin Larsson | Don't encode the first sample twice. |
tree | commitdiff |
2007-08-06 |
Baptiste Coudurier | cosmetic, indentation |
tree | commitdiff |
2007-08-05 |
Justin Ruggles | cosmetics: blank lines, remove some comments |
tree | commitdiff |
2007-08-05 |
Justin Ruggles | add pointer to the parent context for use with av_log() |
tree | commitdiff |
2007-08-05 |
Justin Ruggles | use array for dynamic range scaling factors |
tree | commitdiff |
2007-08-05 |
Michael Niedermayer | make wmv1 and wmv2 playable with M$ DMO decoder |
tree | commitdiff |
2007-08-05 |
Justin Ruggles | add dialogue normalization |
tree | commitdiff |
2007-08-05 |
Baptiste Coudurier | fix decoding of adpcm swf big frames, fix RamboMJPEGAVP... |
tree | commitdiff |
2007-08-05 |
Reimar Döffinger | Add proper license header |
tree | commitdiff |
2007-08-05 |
Reimar Döffinger | Remove AVCodecContext parameter from parse_timecode... |
tree | commitdiff |
2007-08-05 |
Reimar Döffinger | Fix deinterlacing for odd height |
tree | commitdiff |
2007-08-05 |
Reimar Döffinger | Deinterlace xsub subtitles |
tree | commitdiff |
2007-08-05 |
Reimar Döffinger | Colours except background should not be transparent |
tree | commitdiff |
2007-08-05 |
Reimar Döffinger | get rid of av_rescale_q, it does not work as intended. |
tree | commitdiff |
2007-08-05 |
Reimar Döffinger | get rid of xsubdec array and calculate value instead |
tree | commitdiff |
2007-08-05 |
Reimar Döffinger | 10l, runbits order was reversed |
tree | commitdiff |
2007-08-05 |
Reimar Döffinger | 100l, wrong argument to av_freep |
tree | commitdiff |
2007-08-05 |
Reimar Döffinger | Add forgotten xsub timecode parsing |
tree | commitdiff |
2007-08-05 |
Reimar Döffinger | First version of xsub decoder, not yet tested |
tree | commitdiff |
2007-08-05 |
David Bryant | Add the handling of the INT32INFO block to the WavPack... |
tree | commitdiff |
2007-08-05 |
Loren Merritt | prevent huffyuv from generating codewords of length... |
tree | commitdiff |
2007-08-04 |
Justin Ruggles | add support for downmixing to stereo or mono |
tree | commitdiff |
2007-08-04 |
Justin Ruggles | use dsputil for float to signed 16-bit sample conversion |
tree | commitdiff |
2007-08-04 |
Sam Hocevar | Add support for grayscale MJPEG streams sent by Axis... |
tree | commitdiff |
2007-08-04 |
Justin Ruggles | cosmetics: indentation |
tree | commitdiff |
2007-08-04 |
Justin Ruggles | consolidate decoding of lfe and coupling channels with... |
tree | commitdiff |
2007-08-04 |
Justin Ruggles | there are only 4 rematrixing bands |
tree | commitdiff |
2007-08-04 |
Justin Ruggles | cosmetics: use more appropriate names for iterator... |
tree | commitdiff |
2007-08-04 |
Baptiste Coudurier | move dnxhd data tables to separate file |
tree | commitdiff |
next |