index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
pcm_mpeg: fix number of consumed bytes to include the header.
Hendrik Leppkes
2012-05-29
1
-1
/
+1
*
avfilter: include required header file avfilter.h in video.h
Janne Grunau
2012-05-29
1
-0
/
+2
*
x86: Avoid movs on BUTTERFLYPS when in AVX mode
Vitor Sessak
2012-05-29
1
-7
/
+6
*
x86: use new schema for ASM macros
Vitor Sessak
2012-05-29
4
-76
/
+82
*
fate: convert codec-regression.sh to makefile rules
Mans Rullgard
2012-05-29
294
-1160
/
+905
*
fate: allow tests to specify unit size for psnr comparison
Mans Rullgard
2012-05-29
2
-2
/
+3
*
fate: teach videogen/rotozoom to output a single raw video stream
Mans Rullgard
2012-05-29
4
-18
/
+49
*
http: Add support for reusing the http socket for subsequent requests
Samuel Pitoiset
2012-05-28
2
-5
/
+30
*
http: Add support for using persistent connections
Samuel Pitoiset
2012-05-28
1
-3
/
+13
*
AVOptions: fix the value printed in out of range error message.
Anton Khirnov
2012-05-28
1
-1
/
+2
*
avprobe: restore pseudo-INI old style format for compatibility.
Anton Khirnov
2012-05-26
3
-3
/
+63
*
avprobe: fix formatting.
Anton Khirnov
2012-05-26
1
-2
/
+1
*
log: make colored output more colorful.
Anton Khirnov
2012-05-26
1
-2
/
+2
*
rtsp: Check for dynamic payload handlers if no static payload mapping was found
Martin Storsjö
2012-05-26
1
-6
/
+8
*
opt: Add av_opt_set_bin()
Samuel Pitoiset
2012-05-26
4
-1
/
+34
*
avconv: Display the error returned by avformat_write_header
Martin Storsjö
2012-05-26
1
-2
/
+6
*
rtpenc_chain: Return an error code instead of just a plain pointer
Martin Storsjö
2012-05-26
5
-18
/
+29
*
rtpenc_chain: Free the URLContext on failure
Martin Storsjö
2012-05-26
1
-7
/
+11
*
rtpenc: Expose the ssrc as an avoption
Martin Storsjö
2012-05-26
2
-2
/
+4
*
avprobe: display the codec profile in show_stream()
Christian Schmidt
2012-05-25
1
-0
/
+5
*
avprobe: fix function prototype
Luca Barbato
2012-05-25
1
-2
/
+3
*
cosmetics: Fix indentation
Martin Storsjö
2012-05-26
1
-1
/
+1
*
avprobe: changelog entry
Luca Barbato
2012-05-25
1
-1
/
+1
*
avprobe: update documentation
Luca Barbato
2012-05-25
1
-13
/
+6
*
avprobe: provide JSON output
Luca Barbato
2012-05-25
1
-0
/
+120
*
avprobe: output proper INI format
Luca Barbato
2012-05-25
1
-109
/
+393
*
avprobe: improve formatting
Luca Barbato
2012-05-25
1
-3
/
+4
*
rtmp: fix url parsing
Luca Barbato
2012-05-25
2
-2
/
+3
*
fate: document TARGET_EXEC and its usage
Luca Barbato
2012-05-25
1
-1
/
+11
*
movenc: Don't write the 'wave' atom or its child 'enda' for lpcm audio.
Alex Converse
2012-05-25
1
-20
/
+1
*
imc: some cosmetics
Kostya Shishkov
2012-05-25
1
-181
/
+204
*
rtmp: Pass the proper return code in rtmp_handshake
Samuel Pitoiset
2012-05-24
1
-6
/
+7
*
rtmp: Check return codes of net IO operations
Samuel Pitoiset
2012-05-24
2
-32
/
+68
*
rtmp: Return a proper error code instead of -1
Samuel Pitoiset
2012-05-24
1
-4
/
+4
*
rtmp: Check malloc calls
Samuel Pitoiset
2012-05-24
1
-20
/
+58
*
rtmp: Check ff_rtmp_packet_create calls
Samuel Pitoiset
2012-05-24
2
-55
/
+140
*
lavfi: add audio mix filter
Justin Ruggles
2012-05-23
6
-1
/
+587
*
flvdec: Make sure sample_rate is set to the updated value
Martin Storsjö
2012-05-23
1
-2
/
+2
*
tqi: Pass errors from the MB decoder
Michael Niedermayer
2012-05-23
1
-3
/
+7
*
os_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on OS/2
Dave Yeo
2012-05-23
1
-0
/
+6
*
http: Add support for reading http POST reply headers
Samuel Pitoiset
2012-05-22
1
-1
/
+15
*
http: Add http_shutdown() for ending writing of posts
Samuel Pitoiset
2012-05-22
1
-2
/
+19
*
tcp: Allow signalling end of reading/writing
Samuel Pitoiset
2012-05-22
2
-0
/
+23
*
avio: Add a function for signalling end of reading/writing
Samuel Pitoiset
2012-05-22
2
-0
/
+20
*
lavfi: fix comment, audio is supported now.
Anton Khirnov
2012-05-22
1
-2
/
+1
*
lavfi: fix incorrect comment.
Anton Khirnov
2012-05-22
1
-2
/
+2
*
lavfi: remove avfilter_null_* from public API on next bump.
Anton Khirnov
2012-05-22
21
-44
/
+90
*
lavfi: remove avfilter_default_* from public API on next bump.
Anton Khirnov
2012-05-22
10
-16
/
+81
*
lavfi: deprecate default config_props() callback and refactor avfilter_config...
Mina Nagy Zaki
2012-05-22
5
-55
/
+39
*
avfiltergraph: smarter sample format selection.
Anton Khirnov
2012-05-22
1
-1
/
+70
[next]