summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* CABAC assembler optimizations ported to AMD64Reimar Döffinger2006-10-23
* Properly set EXTRALIBSLuca Abeni2006-10-23
* Register .tga and .tiff image extensionsKostya Shishkov2006-10-23
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* fix flvdec.c file description commentAurelien Jacobs2006-10-23
* document the extradata protocol for VP6FAurelien Jacobs2006-10-23
* don't use ast before checking it's not NULLAurelien Jacobs2006-10-22
* use the adjustment value present in FLV to crop VP6 videoAurelien Jacobs2006-10-22
* use coded_width and coded_height instead of width and heightAurelien Jacobs2006-10-22
* indentionBaptiste Coudurier2006-10-22
* activate gif decoder, seems to work fine on showdown2.movBaptiste Coudurier2006-10-22
* removed useless variablesBaptiste Coudurier2006-10-22
* use avctx->get_bufferBaptiste Coudurier2006-10-22
* remove unused variablesBaptiste Coudurier2006-10-22
* printf -> dprintfBaptiste Coudurier2006-10-22
* indentionBaptiste Coudurier2006-10-22
* add gif supportBaptiste Coudurier2006-10-22
* change gif demuxer to gif decoderBaptiste Coudurier2006-10-22
* use --as-needed just on linux, since *bsd way is broken... (patch from Diego ...Luca Barbato2006-10-22
* disable annoying debug messagesBaptiste Coudurier2006-10-22
* spelling/grammar fixesDiego Biurrun2006-10-22
* Make read_packet fail is the v4l2 driver returns an unexpected frame sizeLuca Abeni2006-10-22
* support for sub-only streams; patch by borat subsense comborat@subsense.com2006-10-22
* handle limit>32 for set_ur_golomb_jpegls()Kostya Shishkov2006-10-22
* prevent infinite loopMichael Niedermayer2006-10-21
* avoid crashing when trying to parse invalid files, patch by Andreas Oman, and...Andreas Öman2006-10-21
* fix probe, patch by Andreas Oman, andreas at olebyn dot nuAndreas Öman2006-10-21
* decode_significance_8x8_x86()Michael Niedermayer2006-10-20
* Protect code that uses CMOV instructions with HAVE_CMOV,Guillaume Poirier2006-10-20
* fix harmless typo / consistency fixGuillaume Poirier2006-10-20
* warn about zlib support needed if file has compressed moov atomBaptiste Coudurier2006-10-20
* 3 more TODO items for volunteersMichael Niedermayer2006-10-20
* another instruction less in decode_significance_x86() -> 1% faster ion P3Michael Niedermayer2006-10-20
* move memory reading ByteIOContext init from mov.c to avobuf.cMichael Niedermayer2006-10-20
* 1 instruction lessMichael Niedermayer2006-10-20
* Add x86 conditionnal mov (CMOV) "detection" (based on the cpu passed by --cpu...Guillaume Poirier2006-10-20
* reordering instructions a little in decode_significance_x86() -> 2 instructio...Michael Niedermayer2006-10-20
* factorize get_cabac asm (0.5% slower but its much cleaner)Michael Niedermayer2006-10-20
* correct signaling of palette changeAlex Beregszaszi2006-10-19
* Fix PIC compilation, some defines were under #ifdef !PIC but usedBernhard Rosenkränzer2006-10-19
* unused variableMichael Niedermayer2006-10-19
* 10l: Revert bogus use of GCC's -march=xx:Guillaume Poirier2006-10-19
* slightly faster decode_cabac_mb_mvd()Michael Niedermayer2006-10-19
* 1 variable less in decode_cabac_residual() no speed change (but less vars mea...Michael Niedermayer2006-10-19
* dont mess with ByteIOContext internal variables (fixes showdown2.mov)Michael Niedermayer2006-10-19
* optimize sign decoding code in decode_residual()Michael Niedermayer2006-10-19
* use AVFormatContext to logBaptiste Coudurier2006-10-18
* Fix license header error notice by Steve LHomme.Diego Biurrun2006-10-18
* rename --tune to --cpu and make --cpu pass the apropriate -march=xx option to...Guillaume Poirier2006-10-18
* simplify pcm read seek, use av_get_bits_per_sampleBaptiste Coudurier2006-10-18