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
Commit message (
Expand
)
Author
Age
Files
Lines
*
alacenc : cosmetics : remove misleading comment
Jai Menon
2009-04-13
1
-1
/
+0
*
seek inside buffer when offset is exactly at the end, fix seeking with memory...
Baptiste Coudurier
2009-04-13
1
-1
/
+1
*
move audio buffers declarations and free them in av_exit
Baptiste Coudurier
2009-04-13
1
-4
/
+10
*
move freeing code before exiting because of signal
Baptiste Coudurier
2009-04-13
1
-5
/
+5
*
free options contexts in av_exit, valgrind should be happy now
Baptiste Coudurier
2009-04-13
1
-0
/
+5
*
Set frame defaults in try_decode_frame.
Baptiste Coudurier
2009-04-13
1
-0
/
+1
*
fix indentation
Baptiste Coudurier
2009-04-13
1
-1
/
+1
*
fix indentation and remove whitespace after return
Baptiste Coudurier
2009-04-13
1
-1
/
+1
*
reindent
Baptiste Coudurier
2009-04-13
1
-26
/
+26
*
Init state to -1 in h264 parser.
Baptiste Coudurier
2009-04-13
1
-1
/
+1
*
Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.
Diego Biurrun
2009-04-12
1
-2
/
+0
*
Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.
Diego Biurrun
2009-04-12
2
-1
/
+2
*
whitespace cosmetics: Reindent a few lines and break a few excessively long l...
Diego Biurrun
2009-04-12
1
-12
/
+15
*
Fix wrong size computation for buffer. Patch is part of
Reynaldo H. Verdejo Pinochet
2009-04-12
1
-4
/
+4
*
Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.
Diego Biurrun
2009-04-12
7
-162
/
+59
*
Remove AltiVec optimizations for Snow. They are hindering the development
Diego Biurrun
2009-04-12
3
-791
/
+0
*
Fix 2 access units in a packet mp4s.
Michael Niedermayer
2009-04-12
1
-1
/
+7
*
Get rid of the non sensical idea of using the current picture for missing
Michael Niedermayer
2009-04-12
1
-1
/
+4
*
Factorize field_end() out.
Michael Niedermayer
2009-04-12
1
-40
/
+46
*
Assert that the first list1 entry is a reference frame.
Michael Niedermayer
2009-04-12
1
-0
/
+2
*
Add a av_fast_malloc function and replace several uses of av_fast_realloc,
Reimar Döffinger
2009-04-12
11
-11
/
+50
*
Use void * instead of uint8_t * for the destination buffer for dsp.bswap_buf
Reimar Döffinger
2009-04-12
3
-7
/
+7
*
av_destruct_packet_nofree deprecation explained in APIchanges
Reimar Döffinger
2009-04-12
1
-0
/
+4
*
Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decoders
Reimar Döffinger
2009-04-12
2
-2
/
+2
*
Document pbBufPtr().
Stefano Sabatini
2009-04-12
1
-1
/
+4
*
remove useless wrapper
Baptiste Coudurier
2009-04-12
1
-8
/
+2
*
Move ea demuxer messages that are irrelevant to ordinary users from
Reimar Döffinger
2009-04-12
1
-13
/
+13
*
remove useless wrapper
Baptiste Coudurier
2009-04-12
1
-7
/
+1
*
Slightly improve/correct description of wc3_pal_lookup
Reimar Döffinger
2009-04-12
1
-3
/
+3
*
Split bitstream.h, put the bitstream writer stuff in the new file
Stefano Sabatini
2009-04-12
30
-287
/
+340
*
Disable metadata reading. Yes, I would like to know what this code is good for
Michael Niedermayer
2009-04-12
1
-1
/
+1
*
Add names for 5.0 and 5.1 back speaker channel layouts.
Justin Ruggles
2009-04-12
1
-0
/
+2
*
replace DEBUG_SI with DEBUG and use dprintf
Baptiste Coudurier
2009-04-12
1
-31
/
+28
*
Set stream type to ac3 if registration descriptor is present.
Baptiste Coudurier
2009-04-12
1
-0
/
+2
*
simplify registration descriptor parsing with bytestream get functions
Baptiste Coudurier
2009-04-12
1
-18
/
+8
*
Ok, ts demuxer is more complicated than I thought
Björn Axelsson
2009-04-12
1
-1
/
+3
*
fix end of buffer check, fix hang_read_header.h264.ts
Baptiste Coudurier
2009-04-12
1
-1
/
+1
*
fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samples
Baptiste Coudurier
2009-04-12
5
-72
/
+76
*
Simplify packet duplication code in ff_interleave_add_packet.
Reimar Döffinger
2009-04-11
1
-4
/
+2
*
Fix initialization of avpkt in output_packet().
Thilo Borgmann
2009-04-11
1
-5
/
+3
*
Fix "unrecognized WC3 chunk" debug output which was broken r18444 due to sign...
Reimar Döffinger
2009-04-11
1
-4
/
+4
*
Fix documentation for avcodec_encode_audio(), in the case of PCM audio
John Fletcher
2009-04-11
1
-0
/
+3
*
Document the 'size' parameter of set_put_bits_buffer_size().
Stefano Sabatini
2009-04-11
1
-0
/
+2
*
Document ff_put_string().
Stefano Sabatini
2009-04-11
1
-0
/
+6
*
wc3movie: return partial packets if not all data can be read.
Reimar Döffinger
2009-04-11
1
-4
/
+0
*
Explain the purpose of the wc3_pal_lookup and the formula that was used to
Reimar Döffinger
2009-04-11
1
-1
/
+12
*
Use get_le32/get_be32 in wc3movie demuxer instead of reading everything into
Reimar Döffinger
2009-04-11
1
-36
/
+18
*
Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2.
Stefano Sabatini
2009-04-11
1
-3
/
+3
*
Rename the 'put_zero' parameter of ff_put_string() to
Stefano Sabatini
2009-04-11
2
-3
/
+3
*
Add documentation for skip_put_bytes().
Stefano Sabatini
2009-04-11
1
-1
/
+1
[next]