source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d07de6d7   13 years Carl Eugen Hoyos Cosmetics: Remove superfluous newline.
(edit) @19e72e0a   13 years Carl Eugen Hoyos Fix 32bit sunrast decoding. This patch visually breaks the sample …
(edit) @af55a9d8   13 years michaelni iff: add support for IFF DEEP Fixes trac #1045. Thanks to Peter Ross …
(edit) @520cf053   13 years michaelni svq1dec: use AV_LOG_ERROR for error message Reviewed-by: Paul B Mahol …
(edit) @a8cedbeb   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: ttadec: …
(edit) @a4524930   13 years michaelni qpeg: remove unused var from decode_frame() Signed-off-by: Michael …
(edit) @4916a8fc   13 years michaelni prores_anatoliy: remove unused variable from prores_encode_frame() …
(edit) @f70b0ed   13 years michaelni configure: enable libutvideo is gpl warning This will warn the user …
(edit) @12c65efb   13 years michaelni oggparseogm: Fix order or arguments. Bug introduced by libav in …
(edit) @40932200   13 years michaelni mov: Discard invalid CTTS. Fixes Ticket385 Signed-off-by: Michael …
(edit) @ea1d64ab   13 years rsbultje ttadec: unbreak playback of matroska files Matroska demuxer needs to …
(edit) @12623a80   13 years rsbultje vorbisdec: avoid invalid memory access This fixes some invalid memory …
(edit) @ef0d7797   13 years rsbultje Fix uninitialized reads on malformed ogg files. The ogg decoder …
(edit) @4ffe5e2a   13 years rsbultje huffyuv: add padding to classic (v1) huffman tables. We slightly …
(edit) @4c25269c   13 years rsbultje png: convert to bytestream2 API. Protects against overreads in the …
(edit) @15d75dab   13 years nicolas.george lavc/utils: fix three const warnings. No change in assembly code …
(edit) @fe9818d   13 years nicolas.george ffplay: fix two const warnings. No change in assembly code produced …
(edit) @b50767c3   13 years nicolas.george vf_pad: keep a reference to the output buffer. Once fixed, the …
(edit) @4ecfb91b   13 years stefasab doc/ffmpeg.texi: apply misc fixes to the -map_channel documentation
(edit) @681e7268   13 years kostya.shishkov dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2
(edit) @bf807a5e   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (29 …
(edit) @83f15a12   13 years rsbultje avs: fix infinite loop on end-of-stream. The codec would keep …
(edit) @4cda8aa1   13 years michaelni avformat_new_stream: fix initial last_dts value Signed-off-by: …
(edit) @fd0be630   13 years alex.converse tiffdec: Prevent illegal memory access caused by recycled pointers. …
(edit) @f6daa9f   13 years michaelni mxfdec: Add intra_only flag to MXFTrack This allows future …
(edit) @8c7721e   13 years michaelni mxfdec: Fix Avid AirSpeed files being misinterpreted as OP1a The "ECs …
(edit) @bf2290a8   13 years michaelni mxfdec: Truncate packets that extend past the next edit unit This …
(edit) @f64cfba9   13 years michaelni libavutil: document av_force_cpu_flags(-1). Signed-off-by: Michael …
(edit) @94f1b11a   13 years martin rtpenc: Fix the AVRational used for av_rescale_q_rnd The current one …
(edit) @78306c51   13 years nicolas.george ffmpeg: show fps more accurately when it is small.
(edit) @a8cdb7b   13 years nicolas.george swr: special case for empty channels in rematrix. Speed += 10% …
(edit) @b4bccf3e   13 years rsbultje wma: fix off-by-one in array bounds check. Found-by: Mateusz "j00ru" …
(edit) @6eda85e1   13 years rsbultje sbrdsp.asm: convert all instructions to float/SSE ones. Since the …
(edit) @3416d080   13 years rsbultje dv: cosmetics.
(edit) @e97efece   13 years rsbultje dv: check buffer size before reading profile. Found-by: Mateusz …
(edit) @6e282116   13 years rsbultje Revert "AAC SBR: group some writes." This reverts commit …
(edit) @a887c87c   13 years martin udp: Print an error message if bind fails Signed-off-by: Martin …
(edit) @37cc8600   13 years rsbultje cook: extend channel uncoupling tables so the full bit range is …
(edit) @84a020ef   13 years rsbultje roqvideo: cosmetics.
(edit) @cdf15771   13 years rsbultje roqvideo: convert to bytestream2 API. Found-by: Mateusz "j00ru" …
(edit) @93b53ffb   13 years rsbultje dca: don't use av_clip_uintp2(). The argument is not a literal, thus …
(edit) @626964a4   13 years rsbultje wmall: fix build with -DDEBUG enabled.
(edit) @8febcb9f   13 years rsbultje smc: port to bytestream2 API. Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @ba36f14e   13 years rsbultje AAC SBR: group some writes. Signed-off-by: Ronald S. Bultje …
(edit) @7e1ce6a6   13 years rsbultje dsputil: remove shift parameter from scalarproduct_int16 There is …
(edit) @dabf8dd3   13 years rsbultje SBR DSP: unroll sum_square The length is even, so some unrolling can …
(edit) @294c05c   13 years rsbultje rv34: remove dead code in intra availability check This was an …
(edit) @7104c23b   13 years rsbultje rv34: clean a bit availability checks. Signed-off-by: Ronald S. …
(edit) @af49e17   13 years lu_zero v4l2: update documentation Update the examples and remove stale …
(edit) @1255eed   13 years rsbultje tgq: convert to bytestream2 API. This protects against input buffer …
(edit) @aed9da20   13 years rsbultje parser: remove forward declaration of MpegEncContext Signed-off-by: …
(edit) @e6ffd997   13 years rsbultje dca: prevent accessing static arrays with invalid indexes. Found-by: …
(edit) @cc5dd632   13 years rsbultje raw: move buffer size check up. This way, it protects against …
(edit) @f1320dc3   13 years rsbultje lpcm: fix sample size calculation for 20bit LCPM. Found-by: Mateusz …
(edit) @9487fb4d   13 years rsbultje swscale: clip unscaled output intermediates. Fixes bug 240, as well …
(edit) @a93b572a   13 years rsbultje smacker: error out if palette copy-with-offset overruns palette size. …
(edit) @a55d5bdc   13 years rsbultje algmm: convert to bytestream2 API. Found-by: Mateusz "j00ru" Jurczyk …
(edit) @1ea3b657   13 years nicolas.george vf_yadif: accept input with several frames available. Fixes ticket #1040.
(edit) @c088b7f   13 years nicolas.george ass_split: accept files with only \n and no \r. The +1 is there to …
(edit) @e5dd4ae   13 years nicolas.george assdec: avoid a possible NULL dereference.
(edit) @8ca6e523   13 years diego wma: Refactor common code to fix standalone compilation of WMA …
(edit) @3c715383   13 years diego vc1: Move init code shared between decoder and parser to common code …
(edit) @1e9d55e4   13 years diego x86: Remove duplicated AVG_3DNOW_OP / AVG_MMX2_OP macros from …
(edit) @1eabd71   13 years michaelni ffv1: PIX_FMT_YUV444P10 support Signed-off-by: Paul B Mahol …
(edit) @65491fa3   13 years michaelni ffv1: PIX_FMT_YUV444P9 & PIX_FMT_YUV422P9 support Signed-off-by: Paul …
(edit) @eff2399f   13 years michaelni Revert "error_resilience: initialize s->block_index[]." This reverts …
(edit) @6df42f98   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: SBR …
(edit) @57986c50   13 years michaelni lavc/utils: fix const correctness of AVClass cast Signed-off-by: …
(edit) @1134479   13 years michaelni lavc/utils: remove unused variable from avcodec_encode_video2. …
(edit) @7d75febe   13 years michaelni mjpegenc: Fix const correctness and avoid writes into AVFrame of …
(edit) @5e6514e2   13 years michaelni h264 Fix: "warning: assigning to 'uint8_t *' (aka 'unsigned char *') …
(edit) @902bdf70   13 years michaelni h264: fix warning about "uint8_t *p" and const Signed-off-by: Michael …
(edit) @3a583603   13 years michaelni cook: silence some signed overflow warnings. Signed-off-by: Michael …
(edit) @a294a7a1   13 years alex.converse mov: Allow last chunk to have an arbitrary number of samples. Fixes …
(edit) @4707f1da   13 years michaelni swscale: remove duplicate PIX_FMT_GBRP entry from format_entries. …
(edit) @776c89f0   13 years michaelni vsrx_mptestsrc: remove duplicate config_props init. Signed-off-by: …
(edit) @b5161908   13 years rsbultje SBR DSP: fix SSE code to not use SSE2 instructions. movq from SSE …
(edit) @a9c5b6f   13 years rsbultje cpu: initialize mask to -1, so that by default, optimizations are used.
(edit) @a8d67efa   13 years michaelni aacdec: Fix out of array writes (stack). This fixes an issue in the …
(edit) @b521f113   13 years Carl Eugen Hoyos Fix bink decoder for files with 24px width. Fixes ticket #962.
(edit) @6193ff68   13 years rsbultje error_resilience: initialize s->block_index[]. Found-by: Mateusz …
(edit) @11b940a1   13 years rsbultje svq3: protect against negative quantizers. Found-by: Mateusz "j00ru" …
(edit) @c23acbae   13 years rsbultje Don't use ff_cropTbl[] for IDCT. Results of IDCT can by far outreach …
(edit) @2254b559   13 years rsbultje swscale: make filterPos 32bit. Fixes overflows for large image sizes. …
(edit) @0f13cc73   13 years michaelni diracdec: Correct the bytestream end pointer. This fixes some arith …
(edit) @018f39e   13 years anton FATE: add CPUFLAGS variable, mapping to -cpuflags avconv option.
(edit) @4138cd29   13 years anton avconv: add -cpuflags option for setting supported cpuflags. Useful …
(edit) @4d851f8d   13 years anton cpu: add av_set_cpu_flags_mask().
(edit) @338978a7   13 years martin libx264: Allow overriding the sliced threads option Signed-off-by: …
(edit) @39da3b22   13 years anton avconv: fix counting encoded video size. avcodec_encode_video2() …
(edit) @f095391a   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (31 …
(edit) @632eb1b   13 years justin.ruggles cdxl demux: do not create packets with uninitialized data at EOF. …
(edit) @01606d10   13 years michaelni libutvideo: Add Ut Video encoder wrapper All colorspaces are …
(edit) @d6e4e69a   13 years michaelni libutvideo: Move structs and includes to header This is so the …
(edit) @3574a85c   13 years alex.converse Replace computations of remaining bits with calls to get_bits_left().
(edit) @b70feb40   13 years alex.converse amrnb/amrwb: Remove get_bits usage. It is used to parse fixed sized …
(edit) @1879400   13 years Carl Eugen Hoyos Remove AV_LOG_DEBUG from av_dlog() calls. AV_LOG_DEBUG is forced by …
(edit) @94cf64b8   13 years justin.ruggles cosmetics: reindent
(edit) @8c1d6ac6   13 years justin.ruggles avformat: do not require a pixel/sample format if there is no decoder …
(edit) @a7fa7568   13 years justin.ruggles avformat: do not fill-in audio packet duration in compute_pkt_fields() …
Note: See TracRevisionLog for help on using the revision log.