source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @4382bc2   14 years michaelni mp3enc: drop nested structs Signed-off-by: Michael Niedermayer …
(edit) @f2a90c3b   14 years michaelni mp3enc:use FFMIN() Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @01be9331   14 years michaelni mp3enc:Drop unneeded floating point math. Signed-off-by: Michael …
(edit) @ec9a5deb   14 years michaelni mp3enc: drop sum and count bytes instead of bitrates from decoded …
(edit) @7d62475   14 years michaelni mp3enc: remove unneeded ifdef Signed-off-by: Michael Niedermayer …
(edit) @173c975e   14 years michaelni mp3enc: remove unneeded static const variables. Signed-off-by: Michael …
(edit) @d62bf5d4   14 years michaelni mp3enc: mux a XING header The patch below provides exactly that to …
(edit) @c34cb130   14 years michaelni avfilter: dont use AVFilterLink as priv for pictures as its freed too …
(edit) @21d84246   14 years michaelni avfilter: Fix ticket82 / fix initial buffer values. Signed-off-by: …
(edit) @39f66edb   14 years michaelni AVFilter: use picture pool to avoid malloc(). Signed-off-by: Michael …
(edit) @fa3eddc0   14 years michaelni avfilter_unref_buffer: favor av_freep() Signed-off-by: Michael …
(edit) @c25a8d7d   14 years michaelni mpegvideo: fix 422 lowres Signed-off-by: Michael Niedermayer …
(edit) @a565c7b7   14 years michaelni aiffdec:Rewrite get_meta() Signed-off-by: Michael Niedermayer …
(edit) @423986fc   14 years michaelni Allow encodiing empty subtitles.
(edit) @95f163b3   14 years michaelni swscale: Dither for unscaled 10->8bit per channel Signed-off-by: …
(edit) @7915e038   14 years michaelni swscale: dont reshuffle bytes Signed-off-by: Michael Niedermayer …
(edit) @6dc30b25   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: configure: warn …
(edit) @18752844   14 years michaelni avidec: correct frame_offset for seeking Signed-off-by: Michael …
(edit) @cde55897   14 years Carl Eugen Hoyos Silence a warning if pkg_config is not installed.
(edit) @ccd77fe5   14 years michaelni Makefile:Put lost tab back. Signed-off-by: Michael Niedermayer …
(edit) @5e24098b   14 years michaelni avidec: detect mpeg4 keyframes in indexless avi Signed-off-by: Michael …
(edit) @0fa8d199   14 years michaelni In svq3 decoder, check negative mb_type, fix potential crash. …
(edit) @6c284560   14 years michaelni fate: mention fate documentation in the error message Signed-off-by: …
(edit) @757ec2d   14 years michaelni MPEG: support 4:4:4 lowres Signed-off-by: Michael Niedermayer …
(edit) @59b9c75d   14 years michaelni MPEG: support 4:4:4 intra lowres Signed-off-by: Michael Niedermayer …
(edit) @762f95e4   14 years mans configure: warn if pkg-config is missing Signed-off-by: Mans Rullgard …
(edit) @55bfb98f   14 years stefano.sabatini-lala lavfi-regression: provide filter arguments to showfiltfmts In …
(edit) @e5272e72   14 years stefano.sabatini-lala eval: add sqrt function for computing the square root
(edit) @5d2ce3a7   14 years stefano.sabatini-lala configure: add strong dependencies for movie source and mp filter
(edit) @2264c110   14 years michaelni SVQ3: do not modify const input buffer Signed-off-by: Michael …
(edit) @b0e7a932   14 years michaelni SVQ3: Check that things match up after a frame. Signed-off-by: Michael …
(edit) @8811679c   14 years michaelni SVQ3: Move svq3 specific fields to their own context. Signed-off-by: …
(edit) @175714c0   14 years michaelni ffplay: set CODEC_FLAG_EMU_EDGE earlier Signed-off-by: Michael …
(edit) @b000b86e   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: (23 commits) …
(edit) @9a5624a0   14 years michaelni rgb24toyv12: break out in the middle before out of array reads. …
(edit) @b93e12fd   14 years michaelni ffplay: fix memleak if avfilter is disabled
(edit) @10ff2967   14 years michaelni file: Fix mmap error check. Signed-off-by: Michael Niedermayer …
(edit) @6dafa706   14 years michaelni configure: jack currently needs sem_timedwait() Should fix ticket99 …
(edit) @705c652   14 years michaelni ffplay: removed unused variable channels. Signed-off-by: Michael …
(edit) @5258f64   14 years michaelni Disable warnings for casting pointers to integers, there is nothing …
(edit) @3e173a14   14 years michaelni swscale: fix src type Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @334187ad   14 years michaelni Fix "libavcodec/dfa.c:189: warning: unused variable ‘frame_end’" …
(edit) @e822c237   14 years michaelni dvbsubdec: Split delete_state()
(edit) @9522a752   14 years michaelni xsubenc: only 1 rectangle is supported so dont allow 0 as it would …
(edit) @d7c91c4c   14 years michaelni sonic: fix sonic decoder to match encoder for sample rates other than …
(edit) @105a3c7a   14 years michaelni bitstream_reader: Try to fix "get_bits.h:305:45: warning: variable …
(edit) @af1ca249   14 years diego doc: Check standalone compilation before submitting new components.
(edit) @8799541   14 years diego Fix standalone compilation of pipe protocol. file_check() is not only …
(edit) @3d269059   14 years diego Fix standalone compilation of ac3_fixed encoder.
(edit) @a33657ce   14 years diego Fix standalone compilation of binkaudio_dct / binkaudio_rdft decoders.
(edit) @56c8227d   14 years diego Fix standalone compilation of IMC decoder.
(edit) @61165a1b   14 years diego Fix standalone compilation of WTV demuxer.
(edit) @091018e0   14 years diego Fix standalone compilation of MXPEG decoder.
(edit) @35e376b0   14 years diego flashsv: K&R cosmetics
(edit) @3acc44b7   14 years michaelni bitstream reader: remove unneeded variable initilization. …
(edit) @eddd580   14 years mans matroskaenc: fix memory leak This fixes a memory leak occurring when …
(edit) @7d2e03af   14 years rsbultje vc1: make overlap filter for I-frames bit-exact.
(edit) @5c9f147e   14 years rsbultje vc1dec: use s->start/end_mb_y instead of passing them as function args.
(edit) @18b6a69c   14 years rsbultje Revert "VC1: merge idct8x8, coeff adjustments and put_pixels." This …
(edit) @1a5e4fd8   14 years alex.converse Replace strncpy() with av_strlcpy().
(edit) @aab6374b   14 years alex.converse indeo3: Eliminate use of long.
(edit) @47bc52f8   14 years alex.converse get_bits: make cache unsigned to eliminate undefined signed overflow.
(edit) @0bd433a9   14 years rsbultje asfdec: fix assert failure on invalid files Add an extra size …
(edit) @0699dbb8   14 years rsbultje avfilter: check malloc return values.
(edit) @d969e93a   14 years rsbultje mpegvideo: reindent.
(edit) @76432655   14 years rsbultje nutenc: check malloc return values.
(edit) @f8af93ab   14 years rsbultje avfilter: don't av_malloc(0).
(edit) @25588d3b   14 years rsbultje nutenc: don't av_malloc(0).
(edit) @fb22c237   14 years rsbultje mpegvideo: don't av_malloc(0).
(edit) @f8b12459   14 years rsbultje asfdec: fix parsing of packets that overrun into padding. …
(edit) @707e8612   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: Implement …
(edit) @b5f20892   14 years michaelni msvideo1 regression test Signed-off-by: Michael Niedermayer …
(edit) @e4be3485   14 years michaelni MS Video 1 encoder
(edit) @8ce67bca   14 years siretart Implement fate-rsync target
(edit) @e3b540b4   14 years lu_zero Make ffmpeg support generic data stream The patch is the first step …
(edit) @c402ce41   14 years michaelni Remove lowres support from wmv2 decoder lowres option crashes with …
(edit) @2525821f   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: vp8: …
(edit) @7d70d193   14 years Carl Eugen Hoyos Support decoding of 24 bit True Audio samples- Many samples will fail …
(edit) @4cf2e30f   14 years Carl Eugen Hoyos Support decoding of 8 bit True Audio samples- Many samples will fail …
(edit) @fba418e6   14 years Carl Eugen Hoyos Do not assume AV_SAMPLE_FMT_S16 as tta sample format.
(edit) @3b4621ac   14 years Reimar.Doeffinger Fix init_get_bits length argument for init_get_bits. Do not use …
(edit) @884f678c   14 years michaelni Add *.j2k extension to JPEG2000 decoder Some files with *.j2k …
(edit) @cf16104a   14 years Reimar.Doeffinger Change guess_palette so its output matches the most common palette. …
(edit) @148ffcd2   14 years Reimar.Doeffinger Make DV (sub) demuxer set proper pkt->pos values. This makes the avi …
(edit) @4773d90   14 years anton vp8: frame-multithreading. Tested on a Mac Pro, 2 CPUs, 2 cores each, …
(edit) @f97905e6   14 years stefano.sabatini-lala scale: fix leak occurring when a scale filter is reconfigured This …
(edit) @0f1ef8a3   14 years stefano.sabatini-lala vsrc_buffer: improve reporting in case of format/size change
(edit) @ce5e49b   14 years stefano.sabatini-lala replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
(edit) @301183d9   14 years stefano.sabatini-lala replace deprecated av_get_pict_type_char() with av_get_picture_type_char()
(edit) @975a1447   14 years diego Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. …
(edit) @6209669d   14 years diego Replace deprecated av_get_pict_type_char() with …
(edit) @b178cd76   14 years diego dpx: Do not use DPX encoder for decoding. 10l to the one who hasn't …
(edit) @c3f5b811   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: ALPHA: Replace …
(edit) @3862ebba   14 years michaelni AVOptions: av_set_string3() allow NULL strings Signed-off-by: Michael …
(edit) @007d352c   14 years michaelni dct-test: Support testing bits>8 Signed-off-by: Michael Niedermayer …
(edit) @c92a9d06   14 years michaelni ffplay: demuxer specific options support Signed-off-by: Michael …
(edit) @5edb2329   14 years michaelni WTV: Add ff_ prefix to the moved fields. Signed-off-by: Michael …
(edit) @5ab826c1   14 years michaelni WTV:move the common variable used by wtvdec.c and wtvenc.c to a new …
(edit) @80a33067   14 years michaelni rename wtv.c to wtvdec.c Signed-off-by: Michael Niedermayer …
(edit) @ad1862d6   14 years diego ALPHA: Replace sized int_fast integer types with plain int/unsigned. …
Note: See TracRevisionLog for help on using the revision log.