source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d2ca5dd0   12 years nicolas.george loco: fix return value. The return value was the number of bytes …
(edit) @91ec1c6c   12 years nicolas.george loco: take decode overflow into account. Commit 2bf0982 introduced an …
(edit) @b2814b03   12 years nicolas.george sp5xdec: sanitize return value. i is the decoded size of a recoded …
(edit) @7a539e67   12 years nicolas.george 8svx: unify mono and stereo code paths.
(edit) @5caea648   12 years nicolas.george 8svx: remove useless rounding code. samples_size and samples_idx are …
(edit) @1c987818   12 years nicolas.george 8svx: use a more direct condition. esc->table was inited based on …
(edit) @9009fa6d   12 years nicolas.george movtextdec: fix return value for too small packets.
(edit) @3d5dc7d8   12 years nicolas.george mmvideo: count preamble size in return value. MM_PREAMBLE_SIZE is …
(edit) @cc7eff1f   12 years nicolas.george vc1dec: count ENDOFSEQ code in return value.
(edit) @89898cd   12 years nicolas.george ffprobe: fix validity error with tags and data. Add "data" and …
(edit) @52bd9cb4   12 years stefasab lavfi/movie: force channel layout if not set by the decoder This …
(edit) @c809b89a   12 years stefasab ffprobe: show audio frame channels and channel_layout
(edit) @23fc4dd   12 years stefasab lavc: add channels field to AVFrame This is required otherwise it is …
(edit) @b4c33598   12 years stefasab lavfi/asettb: do not create a new reference in filter_samples() There …
(edit) @a7c3720e   12 years stefasab lavu/bprint: readd documentation for 0 and 1 av_bprint_init() special …
(edit) @00ddf620   12 years michaelni mpegdemux: Fix probing of unrecognized_mpeg_video.mpg Fixes …
(edit) @3b5ba60a   12 years michaelni vc1dec: fix handling of max_coded dimensions Fixes Ticket1502 …
(edit) @30c8573d   12 years michaelni mpeg4videoenc: ensure SAR is within the supported range …
(edit) @b5da7d4c   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @a85b4a56   12 years nicolas.george lavfi: use correct PTS for link age. When start_frame has returned, …
(edit) @64f07754   12 years michaelni buildsys: fix c++ compilation Based on code by: carl Signed-off-by: …
(edit) @64a2c51f   12 years michaelni fate: fix forgotten hunk for framerate order change in ffmpeg.c …
(edit) @31619584   12 years michaelni yadif: update frame rate Signed-off-by: Michael Niedermayer …
(edit) @cbb2c95e   12 years michaelni ffmpeg: init simple filter graph before trying to extract framerate …
(edit) @dfd8f2ff   12 years michaelni avfilter: fix minor typo Signed-off-by: Michael Niedermayer …
(edit) @6774247a   12 years diego avformat: Drop pointless "format" from container long names
(edit) @f8939044   12 years nicolas.george audioconvert: add av_get_standard_channel_layout(). Also bump minor …
(edit) @33449b17   12 years nicolas.george audioconvert: add av_get_channel_description().
(edit) @cc554704   12 years nicolas.george audioconvert: include the description of channels in the library.
(edit) @8a6d673e   12 years onemda flacdec: fix memleaks While here refactor code. Signed-off-by: Paul …
(edit) @753a1b09   12 years michaelni samplefmt: Fix warning about discarded qualifier Signed-off-by: …
(edit) @938e4470   12 years michaelni options: Fix warning about incompatible pointer type Signed-off-by: …
(edit) @8e5d71d   12 years rsbultje swscale: bury one more piece of inline asm under HAVE_INLINE_ASM.
(edit) @7d1918af   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: flvdec: …
(edit) @29d70274   12 years diego wv: K&R formatting cosmetics
(edit) @193cdd9a   12 years diego configure: Add missing descriptions to help output
(edit) @316f6df9   12 years stefasab lavfi/avcodec: rename picref->samplesref variable in …
(edit) @9cf9214d   12 years stefasab lavfi/color: free internal context options in uninit() Keeping the …
(edit) @a74dcb7d   12 years stefasab lavfi/color: cache and reuse colored picture in context Avoid to fill …
(edit) @47b6b7a2   12 years stefasab lavfi/color: reindent after the previous commit
(edit) @e5d617aa   12 years stefasab lavfi/color: drop support for old deprecated syntax
(edit) @ad2022ac   12 years stefasab lavfi/testsrc: add comment in options
(edit) @be391fb6   12 years rsbultje h264_ps: declare array of colorspace strings on its own line.
(edit) @70c8753d   12 years mans fate: amix: specify f32 sample format for comparison Signed-off-by: …
(edit) @9f1280de   12 years mans tiny_psnr: support 32-bit float samples Signed-off-by: Mans Rullgard …
(edit) @7c26761   12 years michaelni Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23' * commit …
(edit) @f3eb0083   12 years mans eamad/eatgq/eatqi: call special EA IDCT directly These decoders use a …
(edit) @591766a3   12 years mans eamad: remove use of MpegEncContext There is no sense in pulling in …
(edit) @87cf481a   12 years mans mpegvideo: remove unnecessary inclusions of faandct.h Signed-off-by: …
(edit) @72dabdfc   12 years michaelni aacenc: new default cutoff Improves subjective quality Formula and …
(edit) @be51e589   12 years justin.ruggles af_asyncts: avoid overflow in out_size with large delta values
(edit) @70d71b5   12 years justin.ruggles af_asyncts: add first_pts option This allows for padding/trimming at …
(edit) @41f43202   12 years lu_zero flvdec: remove spurious use of stream id We match streams by codec id now.
(edit) @981d97f6   12 years nicolas.george doc/filters: document TB variable for vf_setpts.
(edit) @5c81a9ff   12 years nicolas.george libx264: list possible profiles. The values are listed if setting …
(edit) @aba232cf   12 years anton lavf: deprecate r_frame_rate. According to its description, it is …
(edit) @f66eeff1   12 years anton lavf: round estimated average fps to a "standard" fps.
(edit) @fe1c1198   12 years anton lavf: use dts difference instead of AVPacket.duration in …
(edit) @681ed000   12 years anton avf: introduce nobuffer option Useful in cases where a significant …
(edit) @e4f3a969   12 years onemda lavf/apetag: move common stuff between writer and reader to single …
(edit) @c3c9c4d0   12 years onemda doc/general: add missed WavPack muxing support information …
(edit) @29ba3aac   12 years onemda lavf/smacker: remove bogus video from .long_name Signed-off-by: Paul …
(edit) @c25dc1f9   12 years onemda wvenc: support for ape tags Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @bd93f965   12 years onemda APE tag writer
(edit) @a3a0774b   12 years onemda WavPack muxer
(edit) @706bd8ea   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (35 …
(edit) @d905c644   12 years mans fate: make yadif tests consistent across systems MMX-enabled systems …
(edit) @1ad715db   12 years rsbultje vf_hqdn3d: support 9 and 10bit colordepth Signed-off-by: Ronald S. …
(edit) @0f583e6c   12 years rsbultje vf_hqdn3d: reduce intermediate precision 11% faster on penryn, 7% on …
(edit) @85e228c7   12 years rsbultje vf_hqdn3d: simplify and optimize 14% faster on penryn, 2% on …
(edit) @fb44e740   12 years rsbultje factor identical ff_inplace_start_frame out of two filters …
(edit) @60b97855   12 years rsbultje vf_hqdn3d: cosmetics Change code style to match the rest of libav. …
(edit) @dcb7ef54   12 years rsbultje avprobe/avconv: fix tentative declaration compile errors on MSVS.
(edit) @0f8f9248   12 years nicolas.george faq: suggest the concat filter.
(edit) @2d6f442c   12 years nicolas.george faq: disambiguate "join".
(edit) @3adc9c99   12 years michaelni ffmpeg: allow using the r_frame_rate as fundamental timebase for …
(edit) @c83f44db   12 years rsbultje h264_idct_10bit: port x86 assembly to cpuflags.
(edit) @f8d8fe25   12 years rsbultje x86inc: clip num_args to 7 on x86-32. This allows us to …
(edit) @96c9cc10   12 years rsbultje x86inc: sync to latest version from x264.
(edit) @b3c5ae5   12 years rsbultje fft: rename "z" to "zc" to prevent name collision. Without this, …
(edit) @157f9569   12 years michaelni ffmpeg: add code to perform ts wrap correction Fixes ticket1385 …
(edit) @05a6c625   12 years michaelni fate: switch rsync to fate-suite.ffmpeg.org Signed-off-by: Michael …
(edit) @efcfcf87   12 years nicolas.george avf_concat: fix silence duration. concat_in.pts starts at 0 for each …
(edit) @4ce87ecf   12 years nicolas.george asrc_flite: do not crash on multiple instances. The voice register …
(edit) @c1d865d5   12 years anton wv: return meaningful error codes.
(edit) @ccc10acb   12 years anton wv: return AVERROR_EOF on EOF, not EIO.
(edit) @f73e3938   12 years anton mp3dec: forward errors for av_get_packet(). Don't invent a bogus EIO …
(edit) @67b1156f   12 years anton mp3dec: remove a pointless local variable.
(edit) @61f8bb74   12 years anton mp3dec: remove commented out cruft.
(edit) @b3fa4788   12 years anton lavfi: bump minor to mark stabilizing the ABI.
(edit) @8f9537f3   12 years anton FATE: add tests for yadif.
(edit) @8112710f   12 years anton FATE: add a test for delogo video filter.
(edit) @73393407   12 years anton FATE: add a test for amix audio filter.
(edit) @67ef5f4   12 years anton audiogen: allow specifying random seed as a commandline parameter.
(edit) @45838561   12 years kostya.shishkov vc1dec: Override invalid macroblock quantizer Found-by: Mateusz …
(edit) @2bf369b6   12 years kostya.shishkov vc1: avoid reading beyond the last line in vc1_draw_sprites() Fixes …
(edit) @1100acba   12 years kostya.shishkov vc1dec: check that coded slice positions and interlacing match. This …
(edit) @0aa907cf   12 years kostya.shishkov vc1dec: Do not ignore ff_vc1_parse_frame_header_adv return value …
(edit) @fb0688b0   12 years stefasab doc/general: add missing device support information
(edit) @9a757cca   12 years nicolas.george avf_concat: fix min value for v option.
Note: See TracRevisionLog for help on using the revision log.