394 Commits (6945c2bc4cf27d8ca8e2bf49b49716cb72f30704)

Author SHA1 Message Date
Diego Biurrun 8b44de14d1 Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. 16 years ago
Benjamin Larsson 241f5eab32 Remove dead assignments found by CSA 16 years ago
Michael Niedermayer 339cdf9681 Remove useless init from ff_mpeg4_set_direct_mv() found by CSA. 16 years ago
Michael Niedermayer feda8550a9 Remove several useless writes to variables, found by CSA. 16 years ago
Michael Niedermayer 01d83278e9 Remove unused variable in init_mv_penalty_and_fcode() found by CSA. 16 years ago
Michael Niedermayer c2394854ed Remove useless assignment from h263_pred_dc() found by the clang static analyzer. 16 years ago
Stefano Sabatini fb53b4a035 Rename pbBufPtr() to put_bits_ptr(). 16 years ago
Gwenole Beauchesne 11b9397941 Record MPEG-4 sprite trajectory points [up to num_sprite_warping_points][isY]. 16 years ago
Ramiro Polla d4efacff64 Use intptr_t when casting pointers to int. 16 years ago
Kostya Shishkov c978997a88 Enable PB-frames decoding for H.263 16 years ago
Kostya Shishkov 685502cf3d Add PB-frame decoding support for H.263/i263 (and enable it for i263) 16 years ago
Kostya Shishkov b89e77cff7 Factor out block decoding in ff_h263_decode_mb() 16 years ago
Gwenole Beauchesne ee3e36315e Add ff_h263_find_resync_marker() to find the bit position of the next resync_marker, if any. 16 years ago
Kostya Shishkov 91ba181a15 Better parsing of i263 picture header 16 years ago
Diego Biurrun c7f03f4e2a Remove pointless '#if CONFIG_ENCODERS' around forward declarations. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Gwenole Beauchesne 3021a8a70b Make ff_h263_resync() return the bit position of the resync_marker or 16 years ago
Gwenole Beauchesne 73f184936d Use a constant instead of a magic number. 16 years ago
Stefan Gehrer fa79489fd3 avoid duplication of dquant_code 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs 199436b952 moves mid_pred() into mathops.h (with arch specific code split by directory) 16 years ago
Aurelien Jacobs 2bb6eba21d remove ff_get_fourcc() and use AV_RL32() instead 16 years ago
Aurelien Jacobs 9ce6c13879 export gcd function as av_gcd() 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Michael Niedermayer ed4c638a07 Fix PTS returned by the demuxers for mpeg4 without a decoder. 16 years ago
Michael Niedermayer c62da7972b Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header(). 16 years ago
Michael Niedermayer aaf0e267ff s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reserved 16 years ago
Loren Merritt 5fecfb7d58 clear_block mmx 16 years ago
Michael Niedermayer 289e8fd001 Implement complexity estimation parsing and try to detect an incorrectly set 16 years ago
Andrew Savchenko 9f0a705d46 Only warn about "Invalid and inefficient vfw-avi packed B frames" once. 16 years ago
Aurelien Jacobs 37d3e0667a uses FF_ARRAY_ELEMS() where appropriate 16 years ago
Michael Niedermayer 047599a4ba Rename error_resilience to error_recognition. 16 years ago
Ramiro Polla 6647ab80e3 bitstream: move put_sbits() from flacenc.c to bitstream.h and use it 17 years ago
Art Clarke 51f90867ea Allocate static tables on stack, not heap. 17 years ago
Michael Niedermayer ceaaf78bb7 Change init_vlc_rl() so it does not use *alloc_static() anymore. 17 years ago
Diego Biurrun 9c852bcf58 cosmetics: spelling typo fixes 17 years ago
Diego Biurrun 842eabc5f9 cosmetics: XviD is now called Xvid. 17 years ago
Michael Niedermayer bc545029bf Warn about packed B-frames. (especially useful if the file in question is 17 years ago
Vladimir Voroshilov 159ef4b02a Implement FFMAX3(a,b,c) - maximum over three arguments. 17 years ago
Diego Biurrun d952638699 typo: occured --> occurred 17 years ago
Diego Biurrun bd10713636 typo fixes 17 years ago
Aurelien Jacobs 9701840bb5 add FF_ prefix to all (frame)_TYPE usage 17 years ago
Michael Niedermayer 3485b9cdda Revert r11689 and r11690 (uninitalized warning fix) as its theoretically 17 years ago
Michael Niedermayer b2aba2e6e7 Comment about weird warning prevention. 17 years ago
Michael Niedermayer b34130ae61 fix "uninitalized" warning, the alternative way. 17 years ago
Baptiste Coudurier 961c25b588 revert r11677, it is considered speed critical 17 years ago
Baptiste Coudurier d83085cd5a fix indentation 17 years ago
Baptiste Coudurier 3fbe36d4d0 init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used uninitialized in this function 17 years ago
Aurelien Jacobs ba869f6b25 merge some #ifdef CONFIG_ENCODERS sections 17 years ago