source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0047ac14   13 years michaelni img2enc: Accept raw jpeg2000 codestream too, our decoder outputs …
(edit) @bfea1600   13 years michaelni RELEASE: set to 0.8.4.git after the release from 2011-09-22 …
(edit) @34ac8ec   13 years michaelni j2kenc: enable 4:2:0 YUV it works as "well" as the other subsampled …
(edit) @c4b269c5   13 years michaelni build system: enable j2kenc Signed-off-by: Michael Niedermayer …
(edit) @e6aed5f4   13 years michaelni j2kenc: fix coded_frame and prevent null pointer dereference. …
(edit) @40923e1   13 years michaelni j2kenc: Update ff_j2k_init_component() arguments Signed-off-by: …
(edit) @2f16b6a5   13 years michaelni j2kenc: fix arguments for ff_j2k_getnbctxno() Signed-off-by: Michael …
(edit) @0db973e0   13 years michaelni j2kenc: mark as experimental. Signed-off-by: Michael Niedermayer …
(edit) @1c20a0b3   13 years michaelni j2kenc: s/CODEC_TYPE_VIDEO/AVMEDIA_TYPE_VIDEO/ Signed-off-by: Michael …
(edit) @de89bc99   13 years michaelni j2kenc: update codec name to modern ffmpeg Signed-off-by: Michael …
(edit) @1e086fd   13 years michaelni j2kenc: cleanup() is not used outside thus it is static …
(edit) @c153c003   13 years michaelni j2kenc: update function name. Signed-off-by: Michael Niedermayer …
(edit) @3e48dcea   13 years michaelni mxfdec: Consider QuantizationBits between 17 and 24 to be pcm_s24* …
(edit) @254af56d   13 years michaelni Check for out of bound writes when building tree in bink decoder. …
(edit) @36bf135d   13 years michaelni Check for various out of bound writes in the bink decoder. …
(edit) @99d7d151   13 years michaelni swfdec: return correct error code at EOF Signed-off-by: Michael …
(edit) @6c0a902   13 years michaelni ffmpeg: fix typo in warning Signed-off-by: Michael Niedermayer …
(edit) @7c1aba4f   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (21 …
(edit) @c2a016ad   13 years michaelni Reset internal state on corrupted blocks in wavpack decoder. …
(edit) @fc644340   13 years michaelni Validate the number of audio channels before using it in wmapro …
(edit) @908f12f3   13 years mans fate: allow testing with libavfilter disabled This declares …
(edit) @96a59cf3   13 years jason x86: XOP/FMA4 CPU detection support
(edit) @3d371f41   13 years justin.ruggles ws_snd: misc cosmetic clean-ups
(edit) @659c719b   13 years justin.ruggles ws_snd: remove the 2-bit ADPCM table and just subtract 2 instead.
(edit) @618b067d   13 years justin.ruggles ws_snd: use memcpy() and memset() instead of loops
(edit) @6896aa7a   13 years justin.ruggles ws_snd: use samples pointer for loop termination instead of a separate …
(edit) @6a818cb3   13 years justin.ruggles ws_snd: make sure number of channels is 1
(edit) @eb11cca5   13 years michaelni ffmpeg: document alternative to the lossless libx264 presets …
(edit) @a96b171d   13 years michaelni remove libx264 lossless presets It is simpler and more consistent to …
(edit) @417364c   13 years justin.ruggles ws_snd: add some checks to prevent buffer overread or overwrite.
(edit) @2322ced   13 years justin.ruggles ws_snd: decode to AV_SAMPLE_FMT_U8 instead of S16. 8-bit unsigned is …
(edit) @4c5e7b27   13 years justin.ruggles flacdec: fix buffer size checking in get_metadata_size() Adds an …
(edit) @1edf33f7   13 years michaelni ffmpeg: fix -b -ab mixes with -b overriding the audio bitrate …
(edit) @1430ae44   13 years martin rtp: Simplify ff_rtp_get_payload_type Signed-off-by: Martin Storsjö …
(edit) @9152880e   13 years martin rtpenc: Add a payload type private option Specifying the payload type …
(edit) @14288774   13 years martin rtp: Correct ff_rtp_get_payload_type documentation Since 0c378ea1f, …
(edit) @e3245b26   13 years anton avconv: replace all fprintf() by av_log(). Deprecate -v option, now …
(edit) @f24facd   13 years anton avconv: change av_log verbosity from ERROR to FATAL for fatal errors.
(edit) @1c5e955   13 years anton cmdutils: replace fprintf() by av_log() This way, all messages can be …
(edit) @182cbe43   13 years anton avtools: parse loglevel before all the other options. This way it can …
(edit) @d5a3635b   13 years michaelni libx264: free x4->sei Signed-off-by: Michael Niedermayer …
(edit) @e2dae1fa   13 years michaelni Fix a buffer overflow in libx264 interface to x264 encoder. Previous …
(edit) @4ca59d19   13 years diego oggdec: add support for Xiph's CELT codec This patch also introduces …
(edit) @cbf914c   13 years michaelni libaac+ support Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @023e9960   13 years Aurélien Jacobs mjpegenc: use named struct initializers
(edit) @f3d58404   13 years Aurélien Jacobs act: correct file description comment
(edit) @c894449f   13 years Aurélien Jacobs act, bintext, wtvenc: use named struct initializers
(edit) @f85c9b77   13 years michaelni h264dec: fix decoding problems introduced with …
(edit) @537a9e5c   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: ppc: …
(edit) @508e47a5   13 years michaelni Check for out of bound bands limit in mpc v8 decoder. Signed-off-by: …
(edit) @7ec5ea43   13 years michaelni Fix return value on EOF in mpc v8 demuxer. Signed-off-by: Michael …
(edit) @a1526cd7   13 years michaelni id3v2: Fix some (function) pointer types. Signed-off-by: Reimar …
(edit) @f57b00e8   13 years michaelni Fixed NULL pointer dereference in id3v2 parser. Signed-off-by: …
(edit) @02aabd82   13 years michaelni g729dec: avoid unnecessary struct copying Signed-off-by: Michael …
(edit) @22dd24fc   13 years michaelni g729dec: remove useless headers Signed-off-by: Michael Niedermayer …
(edit) @b15a9888   13 years justin.ruggles sol: return error if av_get_packet() fails. This prevents sending a …
(edit) @9921613e   13 years stefasab vf_drawtext: apply misc style fixes
(edit) @80daa247   13 years stefasab vf_drawtext: do not reset "n" variable to 0 in case the filter is reinited
(edit) @01fbcc6   13 years stefasab ffmpeg: improve feedback when processing filtergraph events
(edit) @68b897ef   13 years stefasab ffmpeg: apply misc cosmetics fixes in the filtergraph event processing …
(edit) @dd91499b   13 years stefasab lavfi: add debug trace when processing events
(edit) @e64de2ad   13 years stefasab lavfi: document AVFilterCommand fields
(edit) @58c61492   13 years michaelni g729dec: fix warnings: libavcodec/g729postfilter.c: In function …
(edit) @82d99e0b   13 years michaelni g729dec: Fix warnings: libavcodec/g729dec.c: In function …
(edit) @1c4712db   13 years michaelni g729dec: Add ff_ prefix to g729_postfilter() and …
(edit) @88f908fb   13 years justin.ruggles cosmetics: reindent and pretty-print
(edit) @8febd6af   13 years justin.ruggles libgsm: split init and close fuctions for encoder and decoder. The …
(edit) @d853e571   13 years mans ppc: fix some pointer to integer casts Use uintptr_t instead of plain …
(edit) @6e4a35ce   13 years mans ppc: fix 32-bit PIC build On 32-bit ppc, the GOT pointer must be …
(edit) @9b3df9b6   13 years Carl Eugen Hoyos G.729 decoding is supported.
(edit) @e8b8b038   13 years Carl Eugen Hoyos AMV encoding is supported.
(edit) @ef8756da   13 years Carl Eugen Hoyos Support LZW and ZLIB compressed 4bpp tiff samples. Fixes ticket #439
(edit) @baad01d   13 years eclipse7 h264: improve checks before calling ff_h264_decode_extradata The …
(edit) @715f259b   13 years eclipse7 h264: ff_h264_decode_extradata: check buffer args The buffer size …
(edit) @424bcc46   13 years Reimar.Doeffinger Compile x86/swscale_template with -mno-red-zone. Replaces a very …
(edit) @d8289ff9   13 years michaelni ffmpeg: increase bit_buffer_size, the header size is clearly too small …
(edit) @251345a3   13 years michaelni cosmetics, remove unused and rename variables for consistency
(edit) @4568c2bf   13 years justin.ruggles vmdaudio: fix decoding of 16-bit audio format. The initial sample of …
(edit) @1a0770f3   13 years michaelni tiffenc: Enable RGB48LE (16-bit) encoding support
(edit) @72381b2b   13 years michaelni tiffdec: add RGB48 (16bit) support
(edit) @bb416bd6   13 years mans lavf: do not set codec_tag for rawvideo If the demuxer did not set a …
(edit) @d1186ff7   13 years anton h264: check for out of bounds reads in ff_h264_decode_extradata(). …
(edit) @035320a5   13 years michaelni dnxhdenc: remove unneeded entries from array. Signed-off-by: Michael …
(edit) @b8bad984   13 years michaelni dnxhdenc: optimize whats left of dnxhd_switch_matrix() Signed-off-by: …
(edit) @ba9d174   13 years michaelni bit: remove more unused variables Signed-off-by: Michael Niedermayer …
(edit) @136a663c   13 years michaelni bit: use AVERROR_INVALIDDATA Signed-off-by: Michael Niedermayer …
(edit) @9a27dc1c   13 years michaelni regtests: amv video encoder test Signed-off-by: Michael Niedermayer …
(edit) @a2eae0f   13 years michaelni amvenc: another quant table fix Signed-off-by: Michael Niedermayer …
(edit) @2aaf32f5   13 years michaelni mpegvideo: support encoding with chroma intra tables that differ from …
(edit) @a246cefa   13 years martin flvdec: Check for overflow before allocating arrays On allocation, …
(edit) @73a52874   13 years nicolas.george lavf/utils: replace deprecated url_ferror.
(edit) @86af9628   13 years nicolas.george lavf/utils: use correct format string for int64_t.
(edit) @9c98af13   13 years nicolas.george lavf/utils: use AV_NOWARN_DEPRECATED in compatibility code.
(edit) @fb1c30b7   13 years nicolas.george lavu/attributes: introduce AV_NOWARN_DEPRECATED.
(edit) @6f8c8fa   13 years Clément Bœsch bit: use explicit struct initializers.
(edit) @9b921a82   13 years anton avconv: use correct output stream index when checking max_frames
(edit) @240ae356   13 years anton avconv: remove fake coded_frame on streamcopy hack Back in 2002 when …
(edit) @bf85b909   13 years michaelni bit: remove unused variable Signed-off-by: Michael Niedermayer …
(edit) @a5e84927   13 years michaelni bit: set AVPacket.pos Signed-off-by: Michael Niedermayer …
(edit) @fa15b1e7   13 years michaelni bit: loose seekback & wrong bitrate code. Signed-off-by: Michael …
Note: See TracRevisionLog for help on using the revision log.