| Commit message (Expand) | Author | Age | Files | Lines |
* | Factor out zlib decompression code to avoid massive code duplication, | Reimar Döffinger | 2009-05-31 | 1 | -55/+40 |
* | Use FFALIGN | Reimar Döffinger | 2009-05-31 | 1 | -1/+1 |
* | Move variable into block where it is used, avoiding a unused variable | Reimar Döffinger | 2009-05-31 | 1 | -1/+1 |
* | Make lcldec less annoyingly verbose, move messages from AV_LOG_INFO to AV_LOG... | Reimar Döffinger | 2009-05-31 | 1 | -15/+15 |
* | Get rid of unreachable code: avctx->codec_id == CODEC_ID_ZLIB is not possible | Reimar Döffinger | 2009-05-31 | 1 | -15/+6 |
* | lcldec.c: change #if CONFIG_ZLIB to #if CONFIG_ZLIB_DECODER. | Reimar Döffinger | 2009-05-31 | 1 | -8/+8 |
* | Get rid of extradata casts, it already has the right uint8_t * type | Reimar Döffinger | 2009-05-31 | 1 | -5/+5 |
* | Make lcldec produce YUV output when the input file is coded like that, instead | Reimar Döffinger | 2009-05-31 | 1 | -103/+59 |
* | Remove now unused elements from LclEncContext | Reimar Döffinger | 2009-05-31 | 1 | -9/+0 |
* | Remove useless casts, extradata is already "uint8_t *" | Reimar Döffinger | 2009-05-31 | 1 | -8/+8 |
* | lclenc.c: compress directly into output buffer instead of using a pointless | Reimar Döffinger | 2009-05-31 | 1 | -16/+2 |
* | initialize pes state to skip | Baptiste Coudurier | 2009-05-31 | 1 | -0/+1 |
* | Remove superfluous () from lclenc.c | Reimar Döffinger | 2009-05-31 | 1 | -5/+5 |
* | Cosmetics: fix indentation in lclenc.c | Reimar Döffinger | 2009-05-31 | 1 | -5/+5 |
* | Remove "#if CONFIG_ZLIB" checks from lclenc.c, the file is never compiled | Reimar Döffinger | 2009-05-31 | 1 | -18/+0 |
* | Add a lock manager API to libavcodec. | Andreas Öman | 2009-05-31 | 3 | -1/+75 |
* | remove cast and use put_sbits, fix assertion in put_bits | Baptiste Coudurier | 2009-05-31 | 1 | -1/+1 |
* | fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot jo... | Larbi Joubala | 2009-05-31 | 1 | -1/+1 |
* | add myself as maintainer for mpegts* | Baptiste Coudurier | 2009-05-31 | 1 | -1/+1 |
* | print reg desc in a more friendly way | Baptiste Coudurier | 2009-05-31 | 1 | -1/+1 |
* | give context to dprintf | Baptiste Coudurier | 2009-05-31 | 1 | -1/+1 |
* | print registration descriptor in debug | Baptiste Coudurier | 2009-05-31 | 1 | -0/+1 |
* | split audio chunks in mov demuxer | Baptiste Coudurier | 2009-05-31 | 1 | -32/+30 |
* | 0x7a is E-AC3 descriptor | Baptiste Coudurier | 2009-05-31 | 1 | -1/+1 |
* | fix compilation with DEBUG defined | Baptiste Coudurier | 2009-05-31 | 1 | -15/+13 |
* | fix compilation with DEBUG defined | Baptiste Coudurier | 2009-05-31 | 1 | -6/+6 |
* | use dts codec probing | Baptiste Coudurier | 2009-05-31 | 1 | -0/+3 |
* | set codec_tag to stream type, so user can deal with it | Baptiste Coudurier | 2009-05-31 | 1 | -0/+2 |
* | set codec_tag to registration descriptor if present | Baptiste Coudurier | 2009-05-31 | 1 | -3/+2 |
* | add streams even if they are not present in PMT, fix #1092 and #835 | Baptiste Coudurier | 2009-05-31 | 1 | -3/+21 |
* | remove no longer needed fake dvbsub stream type | Baptiste Coudurier | 2009-05-31 | 1 | -1/+0 |
* | reindent | Baptiste Coudurier | 2009-05-31 | 1 | -6/+6 |
* | remove no longer needed init | Baptiste Coudurier | 2009-05-31 | 1 | -3/+3 |
* | factorize | Baptiste Coudurier | 2009-05-31 | 1 | -13/+12 |
* | simplify and merge | Baptiste Coudurier | 2009-05-31 | 1 | -49/+41 |
* | move new_pes_av_stream to avoid forward declaration | Baptiste Coudurier | 2009-05-31 | 1 | -85/+82 |
* | remove defines | Baptiste Coudurier | 2009-05-31 | 2 | -13/+6 |
* | rework stream type and codec identification | Baptiste Coudurier | 2009-05-31 | 1 | -79/+81 |
* | cosmetics, reindent, remove useless braces, whitespaces | Baptiste Coudurier | 2009-05-31 | 1 | -17/+16 |
* | export all streams in ts demuxer | Baptiste Coudurier | 2009-05-31 | 1 | -23/+1 |
* | fix codec probing, stop after MAX_PROBE_PACKETS and return all packets | Baptiste Coudurier | 2009-05-31 | 2 | -6/+31 |
* | H264: Fix out of bounds reads in SSSE3 MC | Alexander Strange | 2009-05-30 | 1 | -38/+38 |
* | Implement SoX native format muxer and demuxer. | Daniel Verkamp | 2009-05-30 | 7 | -0/+309 |
* | Use memcpy instead of per-pixel copy loop for rgb lcl format | Reimar Döffinger | 2009-05-30 | 1 | -6/+2 |
* | Make sure offsets of mjpeg b are within the buffer. | Michael Niedermayer | 2009-05-30 | 1 | -6/+14 |
* | Remove useless () from lcldec for more consistency with "normal" FFmpeg codin... | Reimar Döffinger | 2009-05-30 | 1 | -30/+30 |
* | Add casts to v210x decoder to avoid warnings. | Reimar Döffinger | 2009-05-30 | 1 | -4/+4 |
* | return AVERROR_EOF | Baptiste Coudurier | 2009-05-30 | 1 | -1/+1 |
* | return AVERROR_EOF | Baptiste Coudurier | 2009-05-30 | 1 | -1/+1 |
* | cast size to int64_t to avoid overflow | Baptiste Coudurier | 2009-05-30 | 1 | -1/+1 |