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
*
main() --> main(void)
Diego Biurrun
2007-11-23
15
-15
/
+15
*
spelling
Diego Biurrun
2007-11-23
1
-2
/
+2
*
Introduce libavdevice
Luca Abeni
2007-11-22
19
-25
/
+145
*
Make av_read_frame with rtsp client return EINTR on interrupt
Luca Barbato
2007-11-22
1
-1
/
+1
*
comment spelling/grammar fixes
Diego Biurrun
2007-11-22
1
-36
/
+31
*
os_support.h is also needed for usleep and lseek on MinGW.
Ramiro Polla
2007-11-22
3
-0
/
+3
*
add VC-1 MMX DSP functions, under MIT license.
Christophe Gisquet
2007-11-21
2
-0
/
+510
*
Include os_support.h only when needed
Luca Abeni
2007-11-21
4
-2
/
+3
*
Make av_read_frame with rtsp client return EINTR on interrupt
Luca Barbato
2007-11-21
1
-1
/
+1
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
89
-825
/
+874
*
Fix wrong error message.
Stefano Sabatini
2007-11-20
1
-1
/
+1
*
main() --> main(void)
Diego Biurrun
2007-11-20
1
-5
/
+5
*
whitespace consistency cosmetics
Diego Biurrun
2007-11-20
1
-3
/
+3
*
cosmetic (x==NULL -> !x)
Michael Niedermayer
2007-11-19
1
-7
/
+7
*
cosmetic (place { consistently)
Michael Niedermayer
2007-11-19
1
-22
/
+11
*
Replace realloc with free+malloc, the previous content of the buffer is
Roberto Togni
2007-11-19
1
-1
/
+2
*
cosmetic (remove != 0 / != NULL)
Michael Niedermayer
2007-11-19
1
-44
/
+44
*
use sizeof in snprintf (note the changed code is all under #if 0)
Michael Niedermayer
2007-11-19
1
-5
/
+5
*
check region depth for validity
Michael Niedermayer
2007-11-19
1
-0
/
+4
*
Generate a linking error if perror() is used in libav*
Luca Abeni
2007-11-19
1
-0
/
+2
*
Convert perror() in av_log() in bktr.c.
Luca Abeni
2007-11-19
1
-8
/
+8
*
Remove perror() usage from udp.c
Luca Abeni
2007-11-19
1
-9
/
+9
*
Do not use perror() in audio, video, and DV grabbers
Luca Abeni
2007-11-19
3
-16
/
+16
*
Remove perror() usage from libavutil
Luca Abeni
2007-11-19
1
-1
/
+1
*
Cosmetics
Roberto Togni
2007-11-19
1
-3
/
+3
*
No need to update pos, it's not used after that line
Roberto Togni
2007-11-19
1
-1
/
+0
*
Cleanup: remove ssize
Roberto Togni
2007-11-18
1
-4
/
+2
*
Check for memory allocation failure of temp buffer
Roberto Togni
2007-11-18
1
-1
/
+2
*
Optimize memory management to create an av_packet from multiple slices:
Roberto Togni
2007-11-18
1
-6
/
+3
*
Use memcpy instead of for loop
Benjamin Larsson
2007-11-18
1
-4
/
+2
*
When new streams are detected, look for old filters and close them out.
Jeff Downs
2007-11-17
1
-2
/
+2
*
Call mpegvideo flush routine on h264 flush. Needed in particular
Jeff Downs
2007-11-17
1
-0
/
+1
*
Remove unused functions, fixes the warnings:
Diego Biurrun
2007-11-16
1
-14
/
+0
*
Add MPEG2 support to the RTP muxer
Luca Abeni
2007-11-16
1
-0
/
+5
*
Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP
Luca Abeni
2007-11-16
3
-17
/
+44
*
Remove empty pipe_close
Alex Beregszaszi
2007-11-16
1
-7
/
+0
*
Call prot->url_close only if it is present.
Alex Beregszaszi
2007-11-16
1
-2
/
+3
*
Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduce...
Alex Beregszaszi
2007-11-16
2
-2
/
+4
*
Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.
Alex Beregszaszi
2007-11-15
1
-1
/
+1
*
avoid some halfpel related #ifdef
Aurelien Jacobs
2007-11-15
1
-5
/
+3
*
1000l: Fix check for max slice number
Roberto Togni
2007-11-15
1
-1
/
+1
*
Move dnet-ac3 byte-swapping code close to audio packet read code
Roberto Togni
2007-11-15
1
-1
/
+2
*
Remove some more duplicated code
Luca Abeni
2007-11-15
1
-38
/
+45
*
Remove the useless variable "my_addr1"
Luca Abeni
2007-11-15
1
-4
/
+4
*
Use the same code to set local_port in the IPv4-only case and in the
Luca Abeni
2007-11-15
1
-8
/
+3
*
Put halfpel_interpol under the same #ifdef as its usage, fixes the warning:
Diego Biurrun
2007-11-15
1
-0
/
+2
*
Reorder functions to get rid of ugly forward declarations.
Diego Biurrun
2007-11-15
1
-92
/
+89
*
Fix Doxygen parameter
Panagiotis Issaris
2007-11-15
1
-1
/
+1
*
Fix Doxygen parameter name
Panagiotis Issaris
2007-11-15
1
-1
/
+1
*
Fix Doxygen parameter name
Panagiotis Issaris
2007-11-15
1
-1
/
+1
[next]