19815 Commits (3b855101b4e2821e835731351f84a93654729cdc)
 

Author SHA1 Message Date
Reimar Döffinger 3b855101b4 Remove useless casts, extradata is already "uint8_t *" 16 years ago
Reimar Döffinger e786d3cf80 lclenc.c: compress directly into output buffer instead of using a pointless 16 years ago
Baptiste Coudurier 4a01b3c714 initialize pes state to skip 16 years ago
Reimar Döffinger 32b3ab9b60 Remove superfluous () from lclenc.c 16 years ago
Reimar Döffinger 8f033e3e03 Cosmetics: fix indentation in lclenc.c 16 years ago
Reimar Döffinger 7ff7ac60e1 Remove "#if CONFIG_ZLIB" checks from lclenc.c, the file is never compiled 16 years ago
Andreas Öman f988ce6cad Add a lock manager API to libavcodec. 16 years ago
Baptiste Coudurier b8df8d0d1c remove cast and use put_sbits, fix assertion in put_bits 16 years ago
Larbi Joubala 15c315b7f1 fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com 16 years ago
Baptiste Coudurier 135c8c2c16 add myself as maintainer for mpegts* 16 years ago
Baptiste Coudurier 1f07654330 print reg desc in a more friendly way 16 years ago
Baptiste Coudurier ad183ff4e2 give context to dprintf 16 years ago
Baptiste Coudurier fc72ad1990 print registration descriptor in debug 16 years ago
Baptiste Coudurier 7e69621f56 split audio chunks in mov demuxer 16 years ago
Baptiste Coudurier 84c7d45e02 0x7a is E-AC3 descriptor 16 years ago
Baptiste Coudurier 67c9cd696a fix compilation with DEBUG defined 16 years ago
Baptiste Coudurier 19c0563ac2 fix compilation with DEBUG defined 16 years ago
Baptiste Coudurier e695906ec7 use dts codec probing 16 years ago
Baptiste Coudurier 7103a77b4d set codec_tag to stream type, so user can deal with it 16 years ago
Baptiste Coudurier 5b3c4c8ac6 set codec_tag to registration descriptor if present 16 years ago
Baptiste Coudurier ffdbada6c1 add streams even if they are not present in PMT, fix #1092 and #835 16 years ago
Baptiste Coudurier e6eb74d84c remove no longer needed fake dvbsub stream type 16 years ago
Baptiste Coudurier f2c357d95d reindent 16 years ago
Baptiste Coudurier ed68efad8b remove no longer needed init 16 years ago
Baptiste Coudurier 6a2a50f81f factorize 16 years ago
Baptiste Coudurier f42d1d824e simplify and merge 16 years ago
Baptiste Coudurier 08f94e989f move new_pes_av_stream to avoid forward declaration 16 years ago
Baptiste Coudurier 2fef7b5374 remove defines 16 years ago
Baptiste Coudurier 8430f3ecb8 rework stream type and codec identification 16 years ago
Baptiste Coudurier 40b0872a56 cosmetics, reindent, remove useless braces, whitespaces 16 years ago
Baptiste Coudurier 64ab5fa3df export all streams in ts demuxer 16 years ago
Baptiste Coudurier 86cb7e33cc fix codec probing, stop after MAX_PROBE_PACKETS and return all packets 16 years ago
Alexander Strange 2b9969a945 H264: Fix out of bounds reads in SSSE3 MC 16 years ago
Daniel Verkamp cbfe5bee2e Implement SoX native format muxer and demuxer. 16 years ago
Reimar Döffinger bb79016851 Use memcpy instead of per-pixel copy loop for rgb lcl format 16 years ago
Michael Niedermayer ff8c65f482 Make sure offsets of mjpeg b are within the buffer. 16 years ago
Reimar Döffinger c40f366372 Remove useless () from lcldec for more consistency with "normal" FFmpeg coding style. 16 years ago
Reimar Döffinger b157e3e56b Add casts to v210x decoder to avoid warnings. 16 years ago
Baptiste Coudurier 9291fdf7bc return AVERROR_EOF 16 years ago
Baptiste Coudurier 350f2c2cef return AVERROR_EOF 16 years ago
Baptiste Coudurier db5dc02bd7 cast size to int64_t to avoid overflow 16 years ago
Baptiste Coudurier 3bbcd0bb8a The GIF decoder uses get_buffer, so set DR1. 16 years ago
Baptiste Coudurier 54e28a852c remove commented code using real_pict_num 16 years ago
Baptiste Coudurier 87e302bfd8 remove unused hack which set AVCodecContext frame_number to pic timestamp 16 years ago
Baptiste Coudurier 2d05bc8641 set pict_type in VC-1 parser, fix some timestamps problems 16 years ago
David Conrad f2264fa531 Support block-level quantization in Theora 16 years ago
Reimar Döffinger abeee5ccb8 Use av_clip_uint8 instead of equivalent but unoptimzed code, 16 years ago
Luca Abeni 6f62e2c72d Correctly set the "AU size" field in the payload header for 16 years ago
Aurelien Jacobs 8c57662001 matroska.c was split to matroskadec.c which I'm also maintainer of 16 years ago
Aurelien Jacobs 25c3c36597 add myself as metadata subsystem maintainer 16 years ago