2009-04-17 |
Reimar Döffinger | Simplify ipvideo_decode_opcodes by using get_bits,... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Reimar Döffinger | Remove unused code_counts array from interplavideo.c. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Jai Menon | Introduce codec id for MPEG-4 ALS and associate it... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Reimar Döffinger | Cosmetics to improve xan_unpack readability |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Reimar Döffinger | Fix buffer size check for xan_unpack which was broken... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Reimar Döffinger | Some more simplifications of xan_unpack |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Reimar Döffinger | Reindent xan_unpack code |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Reimar Döffinger | Avoid some code duplication in xan_unpack |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove useless assignments, at least one found by CSA. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Reimar Döffinger | Increase buffer padding to avoid most space checks... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove useless init from ff_mpeg4_set_direct_mv() found... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove a useless assignment in img_get_alpha_info(... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove redundant assignment in av_picture_copy() found... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove useless init from aiff_read_header() found by... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove several useless writes to variables, found by... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove useless += from ff_imdct_half_c() found by CSA. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove 2 ++ from check_pes() that are useless, found... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Reimar Döffinger | Change buffer size checks to avoid the very unlikely... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove unused variable from h261_encode_block() found... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Reimar Döffinger | Remove a pointless right-shift in xan decoder. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove 2 useless assignments from ff_rate_control_init... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Reimar Döffinger | Replace bytecopy with the equivalent but faster av_memc... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove unused variable from flv_read_metabody() found... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove unused variable from slice_buffer_release()... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Reimar Döffinger | Use memcpy instead of the very inefficient bytecopy... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove unused variable from wma_decode_block() found... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove unneeded assignment from av_encode() found by... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove unused variable from print_report() found by... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove nonsensical assignment from asf_read_seek()... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove redundant assignment from avcodec_get_pix_fmt_lo... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove unused variable in modify_qscale() found by... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove unneeded assignment in ffmpeg.c found by CSA. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove unused variables from slice_buffer_load_line... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove 2 unneeded variables from common_init() found... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove 2 unused variables from MPV_decode_mb_internal... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove unused assignment from j_rev_dct() found by... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove unused variable in init_mv_penalty_and_fcode... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Move declarations in sync() closer to where they are... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove unused variable from asf_read_header() found... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Kostya Shishkov | cosmetics: reindent after last commit |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Kostya Shishkov | Use new static VLC scheme in Indeo2, Musepack and WNV1... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Ronald S. Bultje | Change another AVERROR(EIO) inot AVERROR_EOF, because... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remvoe useless assignment found by CSA. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove unused variable from decode_init() found by... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Vitor Sessak | Remove useless assignment in generate_codebook(). Found... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove unused variables from ff_mjpeg_decode_sos()... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Remove useless assignment from h263_pred_dc() found... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Move declarations in mpeg1_encode_motion() closer to... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Useless assignment found by the clang static analyzer. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Get rid of an unused variable, found by the clang stati... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Michael Niedermayer | Moving variable declarations in asf_build_simple_index... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Justin Ruggles | ac3dec: reorder output channels to SMPTE channel order |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Reimar Döffinger | Change tgq_decode_mb function arguments from using... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Justin Ruggles | ac3enc: reorder input channels to AC-3 channel order |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Jai Menon | Add my public key fingerprint to MAINTAINERS. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Reimar Döffinger | Remove unused audio_pts field from ea demuxer struct |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Reimar Döffinger | Remove unused code from Westwood VQA/AUD demuxer. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Diego Biurrun | Do not add -fno-common to CFLAGS on DOS, it is unneeded. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
David Conrad | Add guaranteed alignment for loading dest pixels in... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
David Conrad | VC1 loop filter uses the frame quantizer not the mb... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Michael Niedermayer | Support broken avc nal encapsulation. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Justin Ruggles | flacenc: write initial blocksize to STREAMINFO header... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Ronald S. Bultje | Replace AVERROR(EIO) by AVERROR_EOF on end-of-file... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Michael Niedermayer | Clarify which exact variant of ISO 639 is used. (The... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Reynaldo H... | [COSMETIC] Correct a minor nit. Should be clearer now. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Kenan Gillet | Fix possibly harmful outbound addressing. Patch by... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
David Conrad | avg_ pixel functions need to use (dst+pix+1)>>1 to... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Martin Storsjö | Check for Decoder_Interface_init() instead of Speech_De... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Ronald S. Bultje | Send dummy requests over the TCP connection (WMS wants... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Diego Biurrun | Explain the sort order for changelog entries. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
David Conrad | Ensure that there's pages to read for duration calculat... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
David Conrad | Altivec version of avg_no_rnd_vc1_chroma_mc8 |
commit | commitdiff | tree | snapshot |
2009-04-15 |
David Conrad | Split VC1 loop filter into separate functions for h... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
David Conrad | Move VC1 loop filter to DSPContext |
commit | commitdiff | tree | snapshot |
2009-04-15 |
David Conrad | VC1: extend MMX qpel MC to include MMX2 avg qpel |
commit | commitdiff | tree | snapshot |
2009-04-14 |
David Conrad | VC1: add and use avg_no_rnd chroma MC functions |
commit | commitdiff | tree | snapshot |
2009-04-14 |
David Conrad | Rename put_no_rnd_h264_chroma* to reflect its usage... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Carl Eugen... | Cosmetics: Split long line. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Carl Eugen... | Fix two icc warnings #188: enumerated type mixed with... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Carl Eugen... | Fix icc warning #188: enumerated type mixed with anothe... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Carl Eugen... | Fix icc warning #188: enumerated type mixed with anothe... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Vitor Sessak | For every line, copy 3*width bytes instead of linesize... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
David Conrad | VC1: Do qpel when needed for both MVs in a B frame |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Ramiro Polla | mingw32: FFmpeg now passes -fno-common automatically. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Ronald S. Bultje | Add a Vorbis payload parser. Implemented by Colin McQui... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Diego Biurrun | whitespace cosmetics: Break some overly long lines. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Cédric Schieli | Do not use abgrToA for both luma and alpha channel... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Ronald S. Bultje | Increase the SDP buffer size (again!) and also increase... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Cédric Schieli | Also copy pixel_aspect when copying the picref in avfil... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Alex Converse | Mark src constant in copy_block*(). |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Justin Ruggles | Support audio sample formats than S16 when encoding... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Baptiste Coudurier | set pkt duration for last smaller frame, should fix... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Baptiste Coudurier | fix indentation |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Baptiste Coudurier | avoid strcmp NULL, fix segv on mingw |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Ramiro Polla | win32, dos: Work around a bug in the GNU toolchain. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Baptiste Coudurier | fix indentation |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Stefano Sabatini | Fix skip_put_bits() buf_ptr increment. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Bobby Bingham | Skip loop iterations which are no-ops due to data1... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Stefano Sabatini | Rename pbBufPtr() to put_bits_ptr(). |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Stefano Sabatini | Do not use full include path for get_bits.h, since... |
commit | commitdiff | tree | snapshot |
next |