2009-05-31 |
Reimar Döffinger | avctx->priv_data is initialized to 0, get rid of useles... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Merge variable declaration and initialization. |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Use int-size types instead of char where it makes no... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Take advantage of available input padding to optimize... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Change maskbit variable to contain (1 << maskbit) |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Remove check that thanks to padding is no longer necessary. |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | 100l, the compression field in lcl extradata must be... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | One more use for FFMIN. |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Pad the decompression buffer and use av_memcpy_backptr... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Mark srcptr as const in mszh_decomp |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Remove unnecessary put_bits/get_bits includes. |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Use bytestream_get_le16 to simplify offset/count calcul... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Remove useless & 0x1f |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Document padding requirements of mszh_decomp srcptr... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Use srcptr_end variable to avoid having to update both... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Change buffer size checks to avoid the undefined overfl... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Simply use memcpy instead of AV_RN32/AV_WN32 combination. |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Fix decoding of multithread-encoded lcl files on big... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Remove another useless () |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Correct calculation of compressed input length. |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Add sanity check for mthread_inlen, avoids crashes... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Use FFMIN |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Factor out zlib decompression code to avoid massive... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Use FFALIGN |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Move variable into block where it is used, avoiding... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Make lcldec less annoyingly verbose, move messages... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Get rid of unreachable code: avctx->codec_id == CODEC_I... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | lcldec.c: change #if CONFIG_ZLIB to #if CONFIG_ZLIB_DEC... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Get rid of extradata casts, it already has the right... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Make lcldec produce YUV output when the input file... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Remove now unused elements from LclEncContext |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Remove useless casts, extradata is already "uint8_t *" |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | lclenc.c: compress directly into output buffer instead... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | initialize pes state to skip |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Remove superfluous () from lclenc.c |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Cosmetics: fix indentation in lclenc.c |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Remove "#if CONFIG_ZLIB" checks from lclenc.c, the... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Andreas Öman | Add a lock manager API to libavcodec. |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | remove cast and use put_sbits, fix assertion in put_bits |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Larbi Joubala | fix 3gp metadata, write strings in UTF8, patch by Larbi... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | add myself as maintainer for mpegts* |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | print reg desc in a more friendly way |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | give context to dprintf |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | print registration descriptor in debug |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | split audio chunks in mov demuxer |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | 0x7a is E-AC3 descriptor |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | fix compilation with DEBUG defined |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | fix compilation with DEBUG defined |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | use dts codec probing |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | set codec_tag to stream type, so user can deal with it |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | set codec_tag to registration descriptor if present |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | add streams even if they are not present in PMT, fix... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | remove no longer needed fake dvbsub stream type |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | reindent |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | remove no longer needed init |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | factorize |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | simplify and merge |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | move new_pes_av_stream to avoid forward declaration |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | remove defines |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | rework stream type and codec identification |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | cosmetics, reindent, remove useless braces, whitespaces |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | export all streams in ts demuxer |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Baptiste Coudurier | fix codec probing, stop after MAX_PROBE_PACKETS and... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Alexander Strange | H264: Fix out of bounds reads in SSSE3 MC |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Daniel Verkamp | Implement SoX native format muxer and demuxer. |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Reimar Döffinger | Use memcpy instead of per-pixel copy loop for rgb lcl... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Michael Niedermayer | Make sure offsets of mjpeg b are within the buffer. |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Reimar Döffinger | Remove useless () from lcldec for more consistency... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Reimar Döffinger | Add casts to v210x decoder to avoid warnings. |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Baptiste Coudurier | return AVERROR_EOF |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Baptiste Coudurier | return AVERROR_EOF |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Baptiste Coudurier | cast size to int64_t to avoid overflow |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Baptiste Coudurier | The GIF decoder uses get_buffer, so set DR1. |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Baptiste Coudurier | remove commented code using real_pict_num |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Baptiste Coudurier | remove unused hack which set AVCodecContext frame_numbe... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Baptiste Coudurier | set pict_type in VC-1 parser, fix some timestamps problems |
commit | commitdiff | tree | snapshot |
2009-05-29 |
David Conrad | Support block-level quantization in Theora |
commit | commitdiff | tree | snapshot |
2009-05-29 |
Reimar Döffinger | Use av_clip_uint8 instead of equivalent but unoptimzed... |
commit | commitdiff | tree | snapshot |
2009-05-29 |
Luca Abeni | Correctly set the "AU size" field in the payload header for |
commit | commitdiff | tree | snapshot |
2009-05-29 |
Aurelien Jacobs | matroska.c was split to matroskadec.c which I'm also... |
commit | commitdiff | tree | snapshot |
2009-05-29 |
Aurelien Jacobs | add myself as metadata subsystem maintainer |
commit | commitdiff | tree | snapshot |
2009-05-29 |
Dave Yeo | Move *.map from LIBSUFFIXES to CLEANSUFFIXES, executabl... |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Måns Rullgård | MIPS: inline asm for intreadwrite.h |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Måns Rullgård | MIPS: add MIPS64 and Loongson asm for MAC64/MLS64 |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Måns Rullgård | configure: detect Loongson MIPS extensions |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Måns Rullgård | blackfin: disable broken dsputil functions |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Måns Rullgård | blackfin: add missing const in function prototypes |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Måns Rullgård | blackfin: use optimised (I)DCT only when ctx->(i)dct_al... |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Måns Rullgård | blackfin: use DCT function pointer in dct_quantize_bfin() |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Dave Yeo | Remove $(CLEANSUFFIXES) and $(DISTCLEANSUFFIXES) on... |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Måns Rullgård | ARM: add some PLD in NEON IDCT |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Stefano Sabatini | Document match_ext(). |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Baptiste Coudurier | msrle uncompressed decoding, fix #1074 and many other... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Baptiste Coudurier | remove apparently unused real_pict_num from AVCodecContext |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Baptiste Coudurier | Rename alloc_picture to ff_alloc_picture and move its... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Jeff Downs | Use AV_R/WN32 instead of direct integer copying. |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Baptiste Coudurier | technically mp2 in pva needs AVSTREAM_PARSE_FULL |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Baptiste Coudurier | do not print false error if eof follows eol |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Baptiste Coudurier | support AVDISCARD_ALL in mpegts demuxer |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Baptiste Coudurier | return error in mpegts_push_data and propagate it |
commit | commitdiff | tree | snapshot |
next |