index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
h263.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add a few explanatory comments to cornercase workarounds.
Diego Biurrun
2010-01-05
1
-2
/
+5
*
Remove residual use of the doxygen markup which is deprecated,
Stefano Sabatini
2010-01-01
1
-1
/
+1
*
cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations.
Diego Biurrun
2009-12-30
1
-493
/
+478
*
10l: Move ff_mpeg4_pred_dc() to an appropriate place.
Diego Biurrun
2009-12-30
1
-79
/
+79
*
cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations.
Diego Biurrun
2009-12-30
1
-579
/
+572
*
cosmetics: Move H.263-related functions around to avoid forward declarations.
Diego Biurrun
2009-12-30
1
-408
/
+398
*
cosmetics: Remove pointless '#if 1' preprocessor directives.
Diego Biurrun
2009-12-28
1
-6
/
+0
*
Remove commented-out debug console output.
Diego Biurrun
2009-12-27
1
-45
/
+0
*
cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODERS #ifdef.
Diego Biurrun
2009-12-27
1
-13
/
+14
*
Improve time_increment_bits guessing code.
Michael Niedermayer
2009-12-09
1
-1
/
+5
*
Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 ...
Michael Niedermayer
2009-12-03
1
-14
/
+0
*
Use get_bits_left() instead of size_in_bits - get_bits_count().
Ronald S. Bultje
2009-11-16
1
-4
/
+4
*
Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.
Diego Biurrun
2009-07-30
1
-3
/
+1
*
Remove dead assignments found by CSA
Benjamin Larsson
2009-05-02
1
-3
/
+0
*
Remove useless init from ff_mpeg4_set_direct_mv() found by CSA.
Michael Niedermayer
2009-04-17
1
-2
/
+2
*
Remove several useless writes to variables, found by CSA.
Michael Niedermayer
2009-04-17
1
-5
/
+1
*
Remove unused variable in init_mv_penalty_and_fcode() found by CSA.
Michael Niedermayer
2009-04-17
1
-2
/
+1
*
Remove useless assignment from h263_pred_dc() found by the clang static analy...
Michael Niedermayer
2009-04-17
1
-1
/
+0
*
Rename pbBufPtr() to put_bits_ptr().
Stefano Sabatini
2009-04-13
1
-2
/
+2
*
Record MPEG-4 sprite trajectory points [up to num_sprite_warping_points][isY].
Gwenole Beauchesne
2009-03-30
1
-2
/
+4
*
Use intptr_t when casting pointers to int.
Ramiro Polla
2009-03-26
1
-1
/
+1
*
Enable PB-frames decoding for H.263
Kostya Shishkov
2009-03-03
1
-4
/
+9
*
Add PB-frame decoding support for H.263/i263 (and enable it for i263)
Kostya Shishkov
2009-03-03
1
-4
/
+52
*
Factor out block decoding in ff_h263_decode_mb()
Kostya Shishkov
2009-03-02
1
-25
/
+11
*
Add ff_h263_find_resync_marker() to find the bit position of the next resync_...
Gwenole Beauchesne
2009-02-24
1
-0
/
+21
*
Better parsing of i263 picture header
Kostya Shishkov
2009-02-22
1
-6
/
+38
*
Remove pointless '#if CONFIG_ENCODERS' around forward declarations.
Diego Biurrun
2009-02-04
1
-4
/
+2
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Make ff_h263_resync() return the bit position of the resync_marker or
Gwenole Beauchesne
2009-01-30
1
-4
/
+6
*
Use a constant instead of a magic number.
Gwenole Beauchesne
2009-01-30
1
-1
/
+1
*
avoid duplication of dquant_code
Stefan Gehrer
2009-01-24
1
-2
/
+2
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-2
/
+2
*
moves mid_pred() into mathops.h (with arch specific code split by directory)
Aurelien Jacobs
2009-01-18
1
-0
/
+1
*
remove ff_get_fourcc() and use AV_RL32() instead
Aurelien Jacobs
2009-01-17
1
-4
/
+4
*
export gcd function as av_gcd()
Aurelien Jacobs
2009-01-17
1
-1
/
+1
*
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
Aurelien Jacobs
2009-01-14
1
-1
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-11
/
+11
*
Fix PTS returned by the demuxers for mpeg4 without a decoder.
Michael Niedermayer
2008-12-21
1
-0
/
+1
*
Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header().
Michael Niedermayer
2008-12-21
1
-2
/
+6
*
s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reserved
Michael Niedermayer
2008-12-11
1
-8
/
+8
*
clear_block mmx
Loren Merritt
2008-12-10
1
-3
/
+3
*
Implement complexity estimation parsing and try to detect an incorrectly set
Michael Niedermayer
2008-12-03
1
-3
/
+60
*
Only warn about "Invalid and inefficient vfw-avi packed B frames" once.
Andrew Savchenko
2008-11-04
1
-1
/
+3
*
uses FF_ARRAY_ELEMS() where appropriate
Aurelien Jacobs
2008-10-21
1
-1
/
+1
*
Rename error_resilience to error_recognition.
Michael Niedermayer
2008-09-08
1
-6
/
+6
*
bitstream: move put_sbits() from flacenc.c to bitstream.h and use it
Ramiro Polla
2008-07-13
1
-8
/
+8
*
Allocate static tables on stack, not heap.
Art Clarke
2008-06-23
1
-20
/
+20
*
Change init_vlc_rl() so it does not use *alloc_static() anymore.
Michael Niedermayer
2008-05-30
1
-5
/
+5
*
cosmetics: spelling typo fixes
Diego Biurrun
2008-05-28
1
-1
/
+1
*
cosmetics: XviD is now called Xvid.
Diego Biurrun
2008-05-27
1
-1
/
+1
[prev]
[next]