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
/
mpegvideo.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
avcodec/mpegvideo: use av_clip() instead of nested min & max
Clément Bœsch
2015-06-06
1
-1
/
+1
*
|
Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61'
Michael Niedermayer
2015-06-01
1
-83
/
+1
|
\
\
|
|
/
|
*
mpegvideo: Move tables to a separate file
Vittorio Giovara
2015-05-31
1
-83
/
+1
*
|
Merge commit '2f15846ad7ad57beb0bca99c624affa0facf284b'
Michael Niedermayer
2015-06-01
1
-0
/
+1
|
\
\
|
|
/
|
*
mpegvideo: wmv2: Move function declarations
Vittorio Giovara
2015-05-31
1
-0
/
+1
*
|
avcodec/mpegvideo: Use FFSWAP to exchange pointers
Michael Niedermayer
2015-05-29
1
-8
/
+2
*
|
avcodec/mpegvideo: Reset bitstream_buffer_size on allocation failure
Michael Niedermayer
2015-05-29
1
-1
/
+3
*
|
avcodec/mpegvideo: Check pointer when allocation fail
Roman Savchenko
2015-05-29
1
-2
/
+5
*
|
Merge commit 'fa1923f18205410a3b0aa6c0e77cb31443ef340d'
Michael Niedermayer
2015-05-28
1
-96
/
+0
|
\
\
|
|
/
|
*
mpegvideo: Move ff_*_rl functions to a separate file
Anton Khirnov
2015-05-28
1
-92
/
+0
*
|
Merge commit '419e3404d07acaac019e8f363c281e17c3a3d622'
Michael Niedermayer
2015-05-28
1
-13
/
+14
|
\
\
|
|
/
|
*
mpegvideo: Drop exchange_uv() function and use its code directly
Vittorio Giovara
2015-05-28
1
-13
/
+14
*
|
Merge commit '4e17946f10d39eec6cc03fb249ae8147373141b6'
Michael Niedermayer
2015-05-22
1
-20
/
+18
|
\
\
|
|
/
|
*
mpegvideo: Rework various functions not to use MpegEncContext directly
Vittorio Giovara
2015-05-22
1
-17
/
+17
*
|
Merge commit 'a3f4c930ac3f49f47b6e6ffda925d0dcf80320e2'
Michael Niedermayer
2015-05-22
1
-7
/
+7
|
\
\
|
|
/
|
*
mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directly
Vittorio Giovara
2015-05-22
1
-7
/
+7
*
|
Merge commit 'd528045558825f01472e9bee873f60c98d661e53'
Michael Niedermayer
2015-05-22
1
-28
/
+28
|
\
\
|
|
/
|
*
mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directly
Vittorio Giovara
2015-05-22
1
-32
/
+28
*
|
Merge commit '9c1db92ad372d4cd69e0490e691c56e4097cb193'
Michael Niedermayer
2015-05-22
1
-2
/
+0
|
\
\
|
|
/
|
*
mpegvideo: Drop err_recognition
Vittorio Giovara
2015-05-22
1
-2
/
+0
*
|
Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'
Michael Niedermayer
2015-05-22
1
-19
/
+14
|
\
\
|
|
/
|
*
mpegvideo: Drop flags and flags2
Vittorio Giovara
2015-05-22
1
-11
/
+10
*
|
avcodec/mpegvideo: Fix null pointer dereference with grayscale decoding with ...
Michael Niedermayer
2015-05-09
1
-5
/
+7
*
|
avcodec/mpegvideo: Fix indention
Michael Niedermayer
2015-05-09
1
-2
/
+2
*
|
avcodec/mpegvideo: Fix -flags +gray with xvid_vlc_trac7411.h263
Michael Niedermayer
2015-05-09
1
-0
/
+2
*
|
Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'
Michael Niedermayer
2015-04-20
1
-1
/
+1
|
\
\
|
|
/
|
*
lavc: Replace av_dlog and tprintf with internal macros
Vittorio Giovara
2015-04-19
1
-1
/
+1
*
|
avcodec/mpegvideo: support mbskip_table==NULL in ff_print_debug_info2()
Michael Niedermayer
2015-03-21
1
-2
/
+3
*
|
avcodec/mpegvideo: Fix undefined shift in ff_mpv_lowest_referenced_row()
Michael Niedermayer
2015-03-11
1
-2
/
+2
*
|
avcodec/mpegvideo: Fix undefined shifts in ff_init_block_index()
Michael Niedermayer
2015-03-10
1
-3
/
+3
*
|
avcodec/mpegvideo: Fix memleak of mvs
Michael Niedermayer
2015-02-22
1
-1
/
+3
*
|
Merge commit 'e44b58924fe7b180bf8b0c277c15d1a58210a0e9'
Michael Niedermayer
2015-01-27
1
-2
/
+0
|
\
\
|
|
/
|
*
lavc: deprecate unused AVCodecContext.stream_codec_tag
Anton Khirnov
2015-01-27
1
-2
/
+0
*
|
Merge commit 'cf1e0786ed64e69614760bfb4ecd7adbde8e6094'
Michael Niedermayer
2015-01-27
1
-2
/
+0
|
\
\
|
|
/
|
*
error_resilience: move the MECmpContext initialization into ER code
Anton Khirnov
2015-01-27
1
-2
/
+0
*
|
avcodec/mpegvideo: also export 0,0 motion vectors
Michael Niedermayer
2015-01-22
1
-2
/
+0
*
|
Merge commit 'd75190aa93206c02cb4f18a66d2c927d6a0198e1'
Michael Niedermayer
2014-12-15
1
-0
/
+5
|
\
\
|
|
/
|
*
mpegvideo: move REBASE_PICTURE where it is used
Vittorio Giovara
2014-12-15
1
-0
/
+5
|
*
mpegvideo: exit cleanly when ff_mpv_common_frame_size_change() fails
Michael Niedermayer
2014-12-03
1
-3
/
+3
|
*
mpegvideo: free_context_frame() cannot fail, make it return void
Michael Niedermayer
2014-12-03
1
-5
/
+2
*
|
Merge commit 'c45eeb2dbf42382d335da8068231a8026c08843b'
Michael Niedermayer
2014-12-05
1
-1
/
+2
|
\
\
|
|
/
|
*
mpegvideo: replace assert about interlaced EC with debug av_log()
Michael Niedermayer
2014-12-03
1
-1
/
+3
*
|
Merge commit '898e9a24ef13d8c56b4abf4ee0af09cdb0343e2d'
Michael Niedermayer
2014-11-11
1
-2
/
+3
|
\
\
|
|
/
|
*
mpegvideo: check mpv return value
Vittorio Giovara
2014-11-11
1
-1
/
+3
*
|
avcodec/mpegvideo: Use FF_ALLOCZ_ARRAY_OR_GOTO()
Michael Niedermayer
2014-09-10
1
-2
/
+2
*
|
avcodec/mpegvideo: Set err on failure in ff_mpv_common_frame_size_change()
Michael Niedermayer
2014-09-07
1
-2
/
+2
*
|
avcodec/mpegvideo: check that the context is initialized in ff_mpv_common_fra...
Michael Niedermayer
2014-09-07
1
-0
/
+3
*
|
avcodec/mpegvideo: Use "goto fail" for all error paths in ff_mpv_common_frame...
Michael Niedermayer
2014-09-07
1
-1
/
+1
*
|
avcodec/mpegvideo: free_context_frame() cannot fail, make it return void
Michael Niedermayer
2014-09-07
1
-5
/
+2
*
|
avcodec/mpegvideo: set codec tags in ff_mpv_decode_init()
Michael Niedermayer
2014-09-05
1
-4
/
+4
[prev]
[next]