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
/
h261dec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'
Michael Niedermayer
2015-04-20
1
-2
/
+2
|
\
|
*
lavc: Replace av_dlog and tprintf with internal macros
Vittorio Giovara
2015-04-19
1
-2
/
+2
|
*
h261dec: Fix context initialization sequence
Michael Niedermayer
2014-12-18
1
-2
/
+1
*
|
avcodec/h261dec: Fix exported MVs for skipped MBs
Michael Niedermayer
2015-02-01
1
-0
/
+7
*
|
Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'
Michael Niedermayer
2014-10-15
1
-1
/
+1
|
\
\
|
|
/
|
*
lavc: deprecate the use of AVCodecContext.time_base for decoding
Anton Khirnov
2014-10-15
1
-1
/
+1
*
|
avcodec/mpegvideo: Factor ff_mpv_decode_init() out
Michael Niedermayer
2014-09-05
1
-5
/
+2
*
|
h261dec, ituh263dec: Move condition.
Reimar Döffinger
2014-09-01
1
-6
/
+6
*
|
h261dec, ituh263dec: ensure CLOSE_READER is done on error paths, too.
Reimar Döffinger
2014-09-01
1
-0
/
+2
*
|
h261dec, ituh263dec: Avoid unnecessary -1 inside inner loop.
Reimar Döffinger
2014-09-01
1
-3
/
+4
*
|
h261dec: Optimize new RL_VLC based decoding.
Reimar Döffinger
2014-08-31
1
-5
/
+3
*
|
h261, h263 decoders: convert to RL_VLC.
Reimar Döffinger
2014-08-31
1
-10
/
+17
*
|
Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'
Michael Niedermayer
2014-08-15
1
-8
/
+8
|
\
\
|
|
/
|
*
mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes
Diego Biurrun
2014-08-15
1
-8
/
+8
*
|
avcodec/h261dec: Fix context initialization sequence
Michael Niedermayer
2014-08-15
1
-2
/
+1
*
|
Merge commit '552bc42df48784ae3ce0d499ece5b33f3cc7576a'
Michael Niedermayer
2014-08-15
1
-4
/
+6
|
\
\
|
|
/
|
*
h261dec: Fix order of initialization
John Stebbins
2014-08-14
1
-4
/
+6
*
|
Merge commit '998c9f15d1ca8c7489775ebcca51623b915988f1'
Michael Niedermayer
2014-08-15
1
-1
/
+3
|
\
\
|
|
/
|
*
idct: remove call to ff_idctdsp_init from ff_MPV_common_init
John Stebbins
2014-08-14
1
-1
/
+3
*
|
Merge commit '7b9ef8d701c319c26f7d0664fe977e176764c74e'
Michael Niedermayer
2014-06-23
1
-0
/
+1
|
\
\
|
|
/
|
*
mpeg: Split error resilience bits off into a separate file
Diego Biurrun
2014-06-22
1
-0
/
+1
*
|
Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'
Michael Niedermayer
2014-06-19
1
-1
/
+1
|
\
\
|
|
/
|
*
dsputil: Split clear_block*/fill_block* off into a separate context
Diego Biurrun
2014-06-18
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2014-04-09
1
-5
/
+5
|
\
\
|
|
/
|
*
mpegvideo: operate with pointers to AVFrames instead of whole structs
wm4
2014-04-09
1
-5
/
+5
*
|
avcodec/h261: move b_stride/b_xy under the if() where they are used
Michael Niedermayer
2014-03-26
1
-3
/
+3
*
|
avcodec/h261dec: fix motion vector vissualization
Michael Niedermayer
2014-03-26
1
-1
/
+8
*
|
Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'
Michael Niedermayer
2014-03-17
1
-0
/
+1
|
\
\
|
|
/
|
*
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
Vittorio Giovara
2014-03-16
1
-0
/
+1
*
|
Merge commit '66499f34b56fc6a9fdef25543bd9d576fc787895'
Michael Niedermayer
2013-12-06
1
-9
/
+0
|
\
\
|
|
/
|
*
mpegvideo: do not set current_picture_ptr in decoders
Anton Khirnov
2013-12-05
1
-9
/
+0
*
|
Merge commit '3b086317277e3f3b61c0343930d8e2570b278bd6'
Michael Niedermayer
2013-11-01
1
-1
/
+4
|
\
\
|
|
/
|
*
h26[13]dec: stop using deprecated avcodec_set_dimensions
Anton Khirnov
2013-10-31
1
-1
/
+4
*
|
avcodec/h261dec: Use skip_1stop_8data_bits()
Michael Niedermayer
2013-10-30
1
-10
/
+4
*
|
avcodec/h261dec: make while get_bits loop more robust by checking bits left
Michael Niedermayer
2013-10-30
1
-2
/
+8
*
|
Merge commit 'a1c5cc429d99216406170eac7e8352860076d3e8'
Michael Niedermayer
2013-10-28
1
-1
/
+0
|
\
\
|
|
/
|
*
lavc: don't set AVFrame.pts to random numbers in decoders.
Anton Khirnov
2013-10-28
1
-1
/
+0
*
|
Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'
Michael Niedermayer
2013-10-04
1
-1
/
+1
|
\
\
|
|
/
|
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
|
Merge commit 'c59967fa7cc5bc2fa06b36c17d2c207240c06b3e'
Michael Niedermayer
2013-08-17
1
-1
/
+3
|
\
\
|
|
/
|
*
h261: check the mtype index
Luca Barbato
2013-08-16
1
-0
/
+5
*
|
Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'
Michael Niedermayer
2013-05-01
1
-2
/
+2
|
\
\
|
|
/
|
*
avcodec: Drop unnecessary ff_ name prefixes from static functions
Diego Biurrun
2013-04-30
1
-2
/
+2
*
|
Merge commit '20429ba96e55db17ac57f6c0e330914287f1f614'
Michael Niedermayer
2013-04-11
1
-1
/
+1
|
\
\
|
|
/
|
*
h261: Move encoder/decoder shared table init to common code
Diego Biurrun
2013-04-10
1
-1
/
+1
*
|
Merge commit '8a776ad90e00ab2b98e8683ac6182d641a383c3a'
Michael Niedermayer
2013-04-11
1
-1
/
+0
|
\
\
|
|
/
|
*
h261: Move shared data tables from a header to a proper C file
Diego Biurrun
2013-04-10
1
-13
/
+12
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-04-05
1
-3
/
+4
|
\
\
|
|
/
|
*
h261: Move mvmap table to the only place it is used
Diego Biurrun
2013-04-05
1
-0
/
+4
*
|
Merge commit '0404ec619d43f27b87c424aa1a572a6699fe6a31'
Michael Niedermayer
2013-04-05
1
-90
/
+88
|
\
\
|
|
/
[next]