source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @6000439c   16 years Reimar.Doeffinger Simplify ipvideo_decode_opcodes by using get_bits, this might be …
(edit) @28ab90ed   16 years Reimar.Doeffinger Remove unused code_counts array from interplavideo.c. Originally …
(edit) @b24bbbb4   16 years jmenon86 Introduce codec id for MPEG-4 ALS and associate it with corresponding …
(edit) @e5986d04   16 years Reimar.Doeffinger Cosmetics to improve xan_unpack readability Originally committed as …
(edit) @16cc5a73   16 years Reimar.Doeffinger Fix buffer size check for xan_unpack which was broken by r18586
(edit) @c644665f   16 years Reimar.Doeffinger Some more simplifications of xan_unpack Originally committed as …
(edit) @455fdd2f   16 years Reimar.Doeffinger Reindent xan_unpack code Originally committed as revision 18587 to …
(edit) @948f60fa   16 years Reimar.Doeffinger Avoid some code duplication in xan_unpack Originally committed as …
(edit) @f371abe4   16 years michaelni Remove useless assignments, at least one found by CSA. Originally …
(edit) @59bd7f23   16 years Reimar.Doeffinger Increase buffer padding to avoid most space checks in xan_unpack …
(edit) @339cdf9   16 years michaelni Remove useless init from ff_mpeg4_set_direct_mv() found by CSA. …
(edit) @16a5f4ca   16 years michaelni Remove a useless assignment in img_get_alpha_info() found by CSA. …
(edit) @f8112810   16 years michaelni Remove redundant assignment in av_picture_copy() found by CSA. …
(edit) @551b41d4   16 years michaelni Remove useless init from aiff_read_header() found by CSA. Originally …
(edit) @feda8550   16 years michaelni Remove several useless writes to variables, found by CSA. Originally …
(edit) @b278a1ed   16 years michaelni Remove useless += from ff_imdct_half_c() found by CSA. Originally …
(edit) @e8c93839   16 years michaelni Remove 2 ++ from check_pes() that are useless, found by CSA. …
(edit) @4b96f43f   16 years Reimar.Doeffinger Change buffer size checks to avoid the very unlikely overflow case. …
(edit) @38a7695f   16 years michaelni Remove unused variable from h261_encode_block() found by CSA. …
(edit) @5e12701c   16 years Reimar.Doeffinger Remove a pointless right-shift in xan decoder. Originally committed …
(edit) @25ef0072   16 years michaelni Remove 2 useless assignments from ff_rate_control_init() found by CSA. …
(edit) @9126aea5   16 years Reimar.Doeffinger Replace bytecopy with the equivalent but faster av_memcpy_backptr. Ca. …
(edit) @4eec2606   16 years michaelni Remove unused variable from flv_read_metabody() found by CSA. …
(edit) @29322398   16 years michaelni Remove unused variable from slice_buffer_release() found by CSA. …
(edit) @44c9efcb   16 years Reimar.Doeffinger Use memcpy instead of the very inefficient bytecopy where both are …
(edit) @110baa2e   16 years michaelni Remove unused variable from wma_decode_block() found by CSA. …
(edit) @b716c6c6   16 years michaelni Remove unneeded assignment from av_encode() found by CSA. Originally …
(edit) @b5ee9c2   16 years michaelni Remove unused variable from print_report() found by CSA. Originally …
(edit) @5ce73e23   16 years michaelni Remove nonsensical assignment from asf_read_seek() found by CSA. …
(edit) @8771865   16 years michaelni Remove redundant assignment from avcodec_get_pix_fmt_loss() found by …
(edit) @956177fb   16 years michaelni Remove unused variable in modify_qscale() found by CSA. Originally …
(edit) @505b6d1   16 years michaelni Remove unneeded assignment in ffmpeg.c found by CSA. Originally …
(edit) @75eaa91c   16 years michaelni Remove unused variables from slice_buffer_load_line() found by CSA. …
(edit) @6081c30b   16 years michaelni Remove 2 unneeded variables from common_init() found by CSA. …
(edit) @d0d62cc9   16 years michaelni Remove 2 unused variables from MPV_decode_mb_internal() found by CSA. …
(edit) @dd08de11   16 years michaelni Remove unused assignment from j_rev_dct() found by CSA. Originally …
(edit) @01d83278   16 years michaelni Remove unused variable in init_mv_penalty_and_fcode() found by CSA. …
(edit) @b33d75fd   16 years michaelni Move declarations in sync() closer to where they are used. Originally …
(edit) @236580b4   16 years michaelni Remove unused variable from asf_read_header() found by CSA. …
(edit) @c994dae1   16 years kostya.shishkov cosmetics: reindent after last commit Originally committed as …
(edit) @bd4110f9   16 years kostya.shishkov Use new static VLC scheme in Indeo2, Musepack and WNV1 decoders …
(edit) @1d0036b0   16 years rsbultje Change another AVERROR(EIO) inot AVERROR_EOF, because it really …
(edit) @72619760   16 years michaelni Remvoe useless assignment found by CSA. Originally committed as …
(edit) @b52b6ae4   16 years michaelni Remove unused variable from decode_init() found by CSA. Originally …
(edit) @b0e37369   16 years vitor1001 Remove useless assignment in generate_codebook(). Found by Clang …
(edit) @806d5e61   16 years michaelni Remove unused variables from ff_mjpeg_decode_sos() found by CSA. …
(edit) @c2394854   16 years michaelni Remove useless assignment from h263_pred_dc() found by the clang …
(edit) @6e21a5b1   16 years michaelni Move declarations in mpeg1_encode_motion() closer to where they are …
(edit) @2a47a266   16 years michaelni Useless assignment found by the clang static analyzer. Originally …
(edit) @03d5ea54   16 years michaelni Get rid of an unused variable, found by the clang static analyzer. …
(edit) @d728e3cd   16 years michaelni Moving variable declarations in asf_build_simple_index() to …
(edit) @95f3019a   16 years justin.ruggles ac3dec: reorder output channels to SMPTE channel order Originally …
(edit) @8b5ec087   16 years Reimar.Doeffinger Change tgq_decode_mb function arguments from using int8_t to uint8_t, …
(edit) @a7c6e117   16 years justin.ruggles ac3enc: reorder input channels to AC-3 channel order Originally …
(edit) @35e2e68   16 years jmenon86 Add my public key fingerprint to MAINTAINERS. Originally committed as …
(edit) @c3481d18   16 years Reimar.Doeffinger Remove unused audio_pts field from ea demuxer struct Originally …
(edit) @3f19810d   16 years Reimar.Doeffinger Remove unused code from Westwood VQA/AUD demuxer. Originally …
(edit) @8bb3d6a6   16 years diego Do not add -fno-common to CFLAGS on DOS, it is unneeded. Originally …
(edit) @d8f3f340   16 years lessen42 Add guaranteed alignment for loading dest pixels in avg_pixels16_neon …
(edit) @2d08f9e   16 years lessen42 VC1 loop filter uses the frame quantizer not the mb quantizer …
(edit) @74b14aac   16 years michaelni Support broken avc nal encapsulation. Fixes issue987. Originally …
(edit) @0bc08ed9   16 years justin.ruggles flacenc: write initial blocksize to STREAMINFO header instead of …
(edit) @799a0722   16 years rsbultje Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglist …
(edit) @7e030c47   16 years michaelni Clarify which exact variant of ISO 639 is used. (The ISO spec …
(edit) @e223a3b   16 years Reynaldo H. Verdejo Pinochet [COSMETIC] Correct a minor nit. Should be clearer now. Originally …
(edit) @807c4c7   16 years Reynaldo H. Verdejo Pinochet Fix possibly harmful outbound addressing. Patch by Kenan Gillet. …
(edit) @c21c835   16 years lessen42 avg_ pixel functions need to use (dst+pix+1)>>1 to average with …
(edit) @29382bc1   16 years diego Check for Decoder_Interface_init() instead of …
(edit) @30e79845   16 years rsbultje Send dummy requests over the TCP connection (WMS wants GET_PARAMETER, …
(edit) @888505df   16 years diego Explain the sort order for changelog entries. Originally committed as …
(edit) @ddd94932   16 years lessen42 Ensure that there's pages to read for duration calculation in the ogg …
(edit) @99cc7f8a   16 years lessen42 Altivec version of avg_no_rnd_vc1_chroma_mc8 Originally committed as …
(edit) @3992526b   16 years lessen42 Split VC1 loop filter into separate functions for h/v and size …
(edit) @0e58865d   16 years lessen42 Move VC1 loop filter to DSPContext Originally committed as revision …
(edit) @9bf0fdf   16 years lessen42 VC1: extend MMX qpel MC to include MMX2 avg qpel Originally committed …
(edit) @8013da73   16 years lessen42 VC1: add and use avg_no_rnd chroma MC functions Originally committed …
(edit) @c374691b   16 years lessen42 Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only …
(edit) @08982bb4   16 years Carl Eugen Hoyos Cosmetics: Split long line. Originally committed as revision 18516 to …
(edit) @899f38d   16 years Carl Eugen Hoyos Fix two icc warnings #188: enumerated type mixed with another type. …
(edit) @34bcada   16 years Carl Eugen Hoyos Fix icc warning #188: enumerated type mixed with another type. …
(edit) @5c463aac   16 years Carl Eugen Hoyos Fix icc warning #188: enumerated type mixed with another type. …
(edit) @de5922f1   16 years vitor1001 For every line, copy 3*width bytes instead of linesize[0] to avoid …
(edit) @6cecd630   16 years lessen42 VC1: Do qpel when needed for both MVs in a B frame Originally …
(edit) @44be8d42   16 years ramiro.polla mingw32: FFmpeg now passes -fno-common automatically. Originally …
(edit) @e6327fba   16 years rsbultje Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC …
(edit) @d648c720   16 years diego whitespace cosmetics: Break some overly long lines. Originally …
(edit) @39e5f87   16 years cschieli Do not use abgrToA for both luma and alpha channel in hyscale. This …
(edit) @373afbaf   16 years rsbultje Increase the SDP buffer size (again!) and also increase the temporary …
(edit) @fe479c9d   16 years cschieli Also copy pixel_aspect when copying the picref in …
(edit) @184fcc60   16 years alex.converse Mark src constant in copy_block*(). Originally committed as revision …
(edit) @22c4c3e0   16 years justin.ruggles Support audio sample formats than S16 when encoding a small last …
(edit) @7c8689e   16 years baptiste.coudurier set pkt duration for last smaller frame, should fix alac in m4a muxing …
(edit) @bee3140a   16 years baptiste.coudurier fix indentation Originally committed as revision 18503 to …
(edit) @de481d7f   16 years baptiste.coudurier avoid strcmp NULL, fix segv on mingw Originally committed as revision …
(edit) @1894e741   16 years ramiro.polla win32, dos: Work around a bug in the GNU toolchain. The bug[1] is …
(edit) @c573eb8   16 years baptiste.coudurier fix indentation Originally committed as revision 18500 to …
(edit) @ad25b954   16 years stefano.sabatini-lala Fix skip_put_bits() buf_ptr increment. Originally committed as …
(edit) @0aed5e9f   16 years uhmmmm Skip loop iterations which are no-ops due to data1[-lag..-1] being …
(edit) @fb53b4a   16 years stefano.sabatini-lala Rename pbBufPtr() to put_bits_ptr(). The new name is more readable and …
(edit) @084c7cc5   16 years stefano.sabatini-lala Do not use full include path for get_bits.h, since the header is in …
Note: See TracRevisionLog for help on using the revision log.