415 Commits (7cd9fe488d82586a558be54b3e5c665780493f2c)

Author SHA1 Message Date
Michael Niedermayer 4fea04820b Factorize if() surrounding every ff_h263_show_pict_info() call. 15 years ago
Michael Niedermayer d7525cba23 Split out intel H263 decoder. 15 years ago
Michael Niedermayer a0b0d75368 Split flv decoding out. 15 years ago
Michael Niedermayer eb52376915 Split out flv encoding. 15 years ago
Michael Niedermayer f867378771 Document aspect_to_info(). 15 years ago
Michael Niedermayer f016159416 Cleanup aspect_to_info(). 15 years ago
Michael Niedermayer 214cb565c0 Document several more things. 15 years ago
Michael Niedermayer b0704443f2 Document *VLC_BITS. 15 years ago
Michael Niedermayer 046be9299f Simplify h263_get_picture_format(). 15 years ago
Diego Biurrun 50fe16960b Add a few explanatory comments to cornercase workarounds. 15 years ago
Stefano Sabatini 702d0a9e85 Remove residual use of the doxygen markup which is deprecated, 15 years ago
Diego Biurrun 20390e3170 cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations. 15 years ago
Diego Biurrun df8d98c4dd 10l: Move ff_mpeg4_pred_dc() to an appropriate place. 15 years ago
Diego Biurrun 2a992f467a cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations. 15 years ago
Diego Biurrun 1436f31709 cosmetics: Move H.263-related functions around to avoid forward declarations. 15 years ago
Diego Biurrun 3f35415df7 cosmetics: Remove pointless '#if 1' preprocessor directives. 15 years ago
Diego Biurrun 43ad88e5c0 Remove commented-out debug console output. 15 years ago
Diego Biurrun 5ddd075daf cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODERS #ifdef. 15 years ago
Michael Niedermayer e4d1d920b0 Improve time_increment_bits guessing code. 15 years ago
Michael Niedermayer 9015b095bc Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 specific. 15 years ago
Ronald S. Bultje 6e44ba1550 Use get_bits_left() instead of size_in_bits - get_bits_count(). 15 years ago
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