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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add mpeg1_vdpau decoder.
Carl Eugen Hoyos
2009-01-16
3
-0
/
+18
*
Split ff_log_missing_feature into ff_log_missing_feature
Kenan Gillet
2009-01-16
3
-8
/
+22
*
12l: Fix compilation with --disable-vdpau.
Carl Eugen Hoyos
2009-01-16
1
-1
/
+1
*
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can
NVIDIA Corporation
2009-01-16
7
-3
/
+105
*
explicitly disable CONFIG_AUDIO_NONSHORT
Aurelien Jacobs
2009-01-16
1
-0
/
+2
*
WORDS_BIGENDIAN must be checked with #ifdef
Aurelien Jacobs
2009-01-14
1
-2
/
+2
*
simplify: group all the AUDIO_NONSHORT parameters in the same place
Aurelien Jacobs
2009-01-14
2
-5
/
+3
*
libavutil/lzo.h is a local header
Aurelien Jacobs
2009-01-14
1
-1
/
+1
*
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
Aurelien Jacobs
2009-01-14
21
-168
/
+168
*
Fix mpeg audio regression test failure
Måns Rullgård
2009-01-14
1
-0
/
+3
*
Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.
Diego Biurrun
2009-01-14
2
-3
/
+3
*
Remove one more forgotten instance of USE_HIGHPRECISION indirection.
Diego Biurrun
2009-01-14
1
-4
/
+0
*
Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.
Diego Biurrun
2009-01-14
6
-29
/
+3
*
cleanup gif, use BISTREAM_WRITER_LE
Baptiste Coudurier
2009-01-14
1
-66
/
+9
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
88
-355
/
+362
*
Avoid using sub_id in mpeg1/2video.
Michael Niedermayer
2009-01-13
1
-1
/
+2
*
Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.
Michael Niedermayer
2009-01-13
1
-6
/
+0
*
Let the mpeg audio parser correct the codec_id.
Michael Niedermayer
2009-01-13
1
-0
/
+3
*
Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.
Michael Niedermayer
2009-01-13
4
-1
/
+19
*
Add CODEC_ID_MP1.
Michael Niedermayer
2009-01-13
1
-0
/
+1
*
VC-1 display dimensions should affect coded dimensions only (I think)
Kostya Shishkov
2009-01-13
1
-2
/
+2
*
Print VC-1 aspect ratio in debug
Kostya Shishkov
2009-01-13
1
-0
/
+1
*
421l: fix loop filter for P-frames in VC-1
Kostya Shishkov
2009-01-13
1
-8
/
+16
*
Cinepak strip ID is a single byte
Kostya Shishkov
2009-01-13
1
-1
/
+1
*
Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier.
Kostya Shishkov
2009-01-13
1
-21
/
+21
*
add the necessary include for LIBAV*_VERSION_*
Aurelien Jacobs
2009-01-13
1
-0
/
+1
*
ARM: use push/pop pseudo-instructions in simple_idct_armv6.S
Måns Rullgård
2009-01-12
1
-20
/
+20
*
ARM: simple_idct_armv6.S whitespace cosmetics
Måns Rullgård
2009-01-12
1
-27
/
+27
*
ARM: clean up pc-relative references in simple_idct_armv6.S
Måns Rullgård
2009-01-12
1
-12
/
+12
*
ARM: use rX register names in simple_idct_armv6.S
Måns Rullgård
2009-01-12
1
-224
/
+224
*
Add missing inclusion of libavutil/intreadwrite.h, fix compilation when
Stefano Sabatini
2009-01-11
1
-0
/
+1
*
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun
2009-01-11
40
-1
/
+47
*
Add missing #include to fix 'make checkheaders'.
Diego Biurrun
2009-01-11
1
-0
/
+1
*
Increase BUFFER_SIZE.
Michael Niedermayer
2009-01-11
1
-1
/
+1
*
fix indention
Michael Niedermayer
2009-01-11
1
-12
/
+12
*
All negative values are errors not just -1.
Michael Niedermayer
2009-01-11
1
-1
/
+3
*
30l: when reading mb_offset in RV30 slice header its size
Kostya Shishkov
2009-01-11
1
-6
/
+5
*
Add size that is needed for the wmapro codec
Benjamin Larsson
2009-01-11
2
-3
/
+5
*
RV30 decoder passes possible frame sizes in extradata and selects
Kostya Shishkov
2009-01-11
1
-3
/
+13
*
Remove H264Context from vdpau_internal.h.
Carl Eugen Hoyos
2009-01-11
3
-9
/
+8
*
Fix OBJS-$(CONFIG_H264_VDPAU_DECODER).
Carl Eugen Hoyos
2009-01-10
1
-1
/
+1
*
Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk.
Carl Eugen Hoyos
2009-01-10
3
-6
/
+6
*
Use only MpegEncContext in ff_vdpau_h264_add_data_chunk.
Carl Eugen Hoyos
2009-01-10
3
-5
/
+4
*
Cosmetics: Break long line.
Carl Eugen Hoyos
2009-01-10
1
-1
/
+2
*
Fill range_map* in VC1Context.
Carl Eugen Hoyos
2009-01-10
1
-4
/
+4
*
Move the AVCodecContext options definition to a dedicated file, reduce
Stefano Sabatini
2009-01-10
3
-422
/
+453
*
Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c.
Carl Eugen Hoyos
2009-01-10
3
-4
/
+5
*
Move VDPAU check, make future VDPAU patches smaller.
Carl Eugen Hoyos
2009-01-09
2
-1
/
+2
*
Add refdist_flag to VC1Context.
Carl Eugen Hoyos
2009-01-09
2
-3
/
+4
*
SH4: fix typo in asm constraint
Måns Rullgård
2009-01-09
1
-1
/
+1
[next]