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
*
libspeexenc: export encoder delay through AVCodecContext.delay
Justin Ruggles
2012-02-25
1
-4
/
+3
*
avcodec: document the use of AVCodecContext.delay for audio encoders
Justin Ruggles
2012-02-25
1
-2
/
+14
*
kgv1: release reference picture on size change.
Ronald S. Bultje
2012-02-25
1
-1
/
+4
*
lavc: merge two if()s with the same condition.
Anton Khirnov
2012-02-25
1
-2
/
+1
*
lavc: factorize setting got_packet_ptr in avcodec_encode_video2()
Anton Khirnov
2012-02-25
1
-2
/
+2
*
lavc: signal no output when a NULL frame is passed to audio encoder without d...
Anton Khirnov
2012-02-25
1
-1
/
+2
*
xwdenc: fix monow encoding
Paul B Mahol
2012-02-25
1
-2
/
+4
*
cdxl: fix ham6/8 on big endian
Paul B Mahol
2012-02-25
1
-2
/
+2
*
vorbisdec: add a flush() function
Justin Ruggles
2012-02-24
1
-0
/
+12
*
fraps: release reference buffer on pix_fmt change.
Ronald S. Bultje
2012-02-24
1
-7
/
+7
*
avcodec: disallow reget_buffer() if pix_fmt changed.
Ronald S. Bultje
2012-02-24
1
-0
/
+2
*
kgv1: use avctx->get/release_buffer().
Ronald S. Bultje
2012-02-24
1
-25
/
+39
*
mpegaudiodec: Prevent premature clipping of mp3 input buffer.
Dale Curtis
2012-02-24
1
-2
/
+4
*
lcl: error out if uncompressed input buffer is smaller than framesize.
Ronald S. Bultje
2012-02-24
1
-1
/
+22
*
mjpeg: abort decoding if packet is too large.
Ronald S. Bultje
2012-02-24
1
-0
/
+4
*
golomb: use HAVE_BITS_REMAINING() macro to prevent infloop on EOF.
Ronald S. Bultje
2012-02-24
1
-1
/
+1
*
get_bits: add HAVE_BITS_REMAINING macro.
Ronald S. Bultje
2012-02-24
1
-1
/
+14
*
tiff: Prevent overreads in the type_sizes array.
Alex Converse
2012-02-23
1
-4
/
+11
*
tiff: Make the TIFF_LONG and TIFF_SHORT types unsigned.
Alex Converse
2012-02-23
1
-9
/
+9
*
SBR DSP x86: implement SSE sbr_hf_g_filt
Christophe GISQUET
2012-02-23
2
-0
/
+43
*
SBR DSP x86: implement SSE sbr_sum_square_sse
Christophe GISQUET
2012-02-23
5
-0
/
+116
*
SBR DSP: use intptr_t for the ixh parameter.
Christophe GISQUET
2012-02-23
3
-3
/
+5
*
wavpack: Don't shift minclip/maxclip
Derek Buitenhuis
2012-02-23
1
-2
/
+2
*
lavc: drop encode() support for video.
Anton Khirnov
2012-02-23
1
-40
/
+8
*
snowenc: switch to encode2().
Anton Khirnov
2012-02-23
1
-8
/
+20
*
snowenc: don't abuse input picture for storing information.
Anton Khirnov
2012-02-23
1
-23
/
+22
*
a64multienc: switch to encode2().
Anton Khirnov
2012-02-23
2
-14
/
+29
*
a64multienc: don't write into output buffer when there's no output.
Anton Khirnov
2012-02-23
1
-2
/
+0
*
libxvid: switch to encode2().
Anton Khirnov
2012-02-23
1
-21
/
+39
*
tiffenc: switch to encode2().
Anton Khirnov
2012-02-23
1
-13
/
+22
*
tiffenc: properly forward error codes in encode_frame().
Anton Khirnov
2012-02-23
1
-12
/
+12
*
lavc: drop libdirac encoder.
Anton Khirnov
2012-02-23
3
-407
/
+1
*
gifenc: switch to encode2().
Anton Khirnov
2012-02-23
1
-6
/
+19
*
libvpxenc: switch to encode2().
Anton Khirnov
2012-02-23
1
-26
/
+27
*
flashsvenc: switch to encode2().
Anton Khirnov
2012-02-23
1
-11
/
+15
*
lcl: don't overwrite input memory.
Ronald S. Bultje
2012-02-23
1
-3
/
+8
*
libxavs: switch to encode2().
Anton Khirnov
2012-02-23
1
-25
/
+63
*
libxavs: add an AVClass at the beginning of XavsContext.
Anton Khirnov
2012-02-23
1
-0
/
+1
*
libxavs: split extradata writing out of encode_nals().
Anton Khirnov
2012-02-23
1
-11
/
+18
*
ljpegenc: switch to encode2().
Anton Khirnov
2012-02-23
1
-7
/
+25
*
truemotion2: error out if the huffman tree has no nodes.
Ronald S. Bultje
2012-02-23
1
-1
/
+1
*
asv1enc: switch to encode2().
Anton Khirnov
2012-02-23
1
-10
/
+24
*
libschroedingerenc: switch to encode2().
Anton Khirnov
2012-02-23
1
-12
/
+31
*
ffv1enc: switch to encode2().
Anton Khirnov
2012-02-23
1
-11
/
+23
*
libtheoraenc: switch to encode2().
Anton Khirnov
2012-02-23
1
-11
/
+14
*
jpeglsenc: switch to encode2().
Anton Khirnov
2012-02-23
1
-10
/
+21
*
lclenc: switch to encode2().
Anton Khirnov
2012-02-23
1
-7
/
+19
*
qtrleenc: switch to encode2().
Anton Khirnov
2012-02-23
1
-12
/
+18
*
flacdec: set channel_layout based on channel count
Justin Ruggles
2012-02-22
1
-0
/
+13
*
mov: set channel layout for AC-3 streams based on the 'dac3' atom info
Justin Ruggles
2012-02-22
5
-5
/
+5
[next]