2009-06-04 |
Ramiro Polla | Replace more uses of __attribute__((aligned)) by DECLAR... |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Ramiro Polla | Use DECLARE_ALIGNED macro instead of __attribute__... |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Ramiro Polla | Replace more uses of __attribute__((aligned)) by DECLAR... |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Pavel Pavlov | Use DECLARE_ALIGNED macro instead of gcc __attribute__. |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Diego Biurrun | cosmetics: K&R style reformatting |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Kostya Shishkov | Move function for reading whole specified amount of... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Ramiro Polla | Use fewer macros in x86-optimized mlpdsp. |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Alex Converse | Add the .adts file extension to the ADTS muxer. |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Baptiste Coudurier | broken stsd length might be < 16, fix elst-assert.mp4 |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Baptiste Coudurier | Change find_tag return type to int64_t, fix a bug |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Michael Niedermayer | Fix sei_ct_type check so it does not mistreat ct_type... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Michael Niedermayer | Print ct_type and pic_struct. |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Alex Converse | AAC ADTS to AudioSpecificConfig bitstream filter |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Reimar Döffinger | Set AV_PKT_FLAG_KEY in avcodec_decode_video. |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Reimar Döffinger | Add AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY. |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Michael Niedermayer | Clarify the input AVPacket for avcodec_decode*() |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Kostya Shishkov | Testing RGB48 variants requires bigger stride in swscal... |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Kostya Shishkov | Check combined depth and number of components in TIFF... |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Kostya Shishkov | YUV into RGB48 BE/LE conversion support |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Kostya Shishkov | Partial (low bits ignored, no direct transcoding into... |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Baptiste Coudurier | do not parse full header for private streams |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Baptiste Coudurier | correctly handle maximum streams limit |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Baptiste Coudurier | export data from private streams |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Stefano Sabatini | Remove the const qualifier for the name field of AVFilt... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Ramiro Polla | indent |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Ramiro Polla | Remove useless if(), leftover from the vhook removal. |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | add #if CONFIG_ZLIB_DECODER around zlib_decomp function. |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | mszh decompression: add a special case for an all-0... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | lcldec: ensure that the offset for av_memcpy_backptr... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Stefano Sabatini | Implement avfilter_graph_config_links(). |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | I will take care of the lcl de-/encoder while Roberto... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Fix memleak due to c->decomp_buf never being freed. |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Reimar Döffinger | Only call inflateEnd when we were actually using the... |
commit | commitdiff | tree | snapshot |
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 |
next |