index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
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
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
Commit message (
Expand
)
Author
Age
Files
Lines
*
configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.
Diego Biurrun
2011-05-12
6
-9
/
+2
*
nsv: Fix misdetection of MP3 files as NSV.
Thierry Foucu
2011-05-12
1
-3
/
+17
*
oggdec: use explicit AVInputFormat struct initializers
Clément Bœsch
2011-05-12
1
-11
/
+11
*
oggdec: simplify ogg_probe
Clément Bœsch
2011-05-12
1
-5
/
+2
*
Port SMPTE S302M audio decoder from FFmbc 0.3.
Baptiste Coudurier
2011-05-11
1
-0
/
+1
*
rtsp: Only do keepalive using GET_PARAMETER if the server supports it
Martin Storsjö
2011-05-11
3
-1
/
+12
*
AVOptions: make default_val a union, as proposed in AVOption2.
Anton Khirnov
2011-05-10
5
-28
/
+28
*
lavf/utils: fix ff_interleave_compare_dts corner case.
Vitor Sessak
2011-05-10
1
-5
/
+5
*
mpegtsenc: Clear st->priv_data when freeing it
Martin Storsjö
2011-05-09
1
-1
/
+1
*
udp: Fix receiving RTP data over multicast
Martin Storsjö
2011-05-09
1
-6
/
+6
*
rtpproto: Remove an unused variable
Martin Storsjö
2011-05-09
1
-3
/
+1
*
mov: fix composition timestamps on movie fragments.
Yusuke Nakamura
2011-05-05
1
-13
/
+27
*
Fix standalone compilation of pipe protocol.
Diego Biurrun
2011-05-04
1
-13
/
+13
*
Fix standalone compilation of WTV demuxer.
Diego Biurrun
2011-05-04
1
-1
/
+2
*
matroskaenc: fix memory leak
Mans Rullgard
2011-05-04
1
-2
/
+2
*
Replace strncpy() with av_strlcpy().
Alex Converse
2011-05-03
2
-2
/
+3
*
asfdec: fix assert failure on invalid files
Uoti Urpala
2011-05-03
1
-0
/
+4
*
nutenc: check malloc return values.
Ronald S. Bultje
2011-05-03
1
-0
/
+6
*
nutenc: don't av_malloc(0).
Ronald S. Bultje
2011-05-03
1
-1
/
+2
*
asfdec: fix parsing of packets that overrun into padding.
Ronald S. Bultje
2011-05-03
1
-2
/
+8
*
Make ffmpeg support generic data stream
Luca Barbato
2011-05-03
1
-0
/
+1
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
2
-5
/
+5
*
lavf: inspect more frames for fps when container time base is coarse
Anssi Hannula
2011-04-29
1
-1
/
+9
*
Remove some disabled printf debug cruft.
Diego Biurrun
2011-04-29
2
-6
/
+0
*
Replace some commented-out debug printf() / av_log() messages with av_dlog().
Diego Biurrun
2011-04-29
6
-46
/
+26
*
avio: Fix the deprecated fallback URL-prefixed open flags
Martin Storsjö
2011-04-28
1
-3
/
+3
*
network: Check POLLERR and POLLHUP in ff_network_wait_fd
Gil Pedersen
2011-04-28
1
-1
/
+1
*
mpegtsenc: make PMT PID really start on pmt_start_pid
Anton Khirnov
2011-04-28
1
-1
/
+1
*
nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
Peter Ross
2011-04-28
1
-0
/
+2
*
Eliminate pointless '#if 1' statements without matching '#else'.
Diego Biurrun
2011-04-26
1
-2
/
+0
*
read AVI palette from the end of extradata
Kostya Shishkov
2011-04-24
1
-4
/
+8
*
applehttp: Don't export variant_bitrate if it isn't known
Martin Storsjö
2011-04-24
1
-1
/
+3
*
crypto: Use av_freep instead of av_free
Martin Storsjö
2011-04-24
1
-3
/
+3
*
oggdec: reindent after 8f3eebd6
Clément Bœsch
2011-04-24
1
-7
/
+7
*
Handle unicode file names on windows
Kirill Gavrilov
2011-04-24
3
-1
/
+34
*
rtp: Rename the open/close functions to alloc/free
Martin Storsjö
2011-04-24
14
-35
/
+35
*
Fix mov debug (u)int64_t format strings.
Alex Converse
2011-04-22
1
-3
/
+3
*
applehttp: Handle AES-128 encrypted streams
Martin Storsjö
2011-04-23
2
-4
/
+106
*
Add a protocol handler for AES CBC decryption with PKCS7 padding
Martin Storsjö
2011-04-23
3
-0
/
+172
*
Use av_log_ask_for_sample() to request samples from users.
Diego Biurrun
2011-04-22
1
-1
/
+2
*
applehttp: Expose the stream bitrate via metadata
Martin Storsjö
2011-04-21
3
-1
/
+5
*
error: remove AVERROR_NUMEXPECTED
Stefano Sabatini
2011-04-21
1
-1
/
+1
*
oggdec: use av_freep() instead of av_free()
Michael Niedermayer
2011-04-20
1
-2
/
+2
*
avio: Fix sanity checks in ffurl_read*
Martin Storsjö
2011-04-20
1
-2
/
+2
*
libavformat: Free AVFormatContext->streams
Martin Storsjö
2011-04-20
1
-0
/
+1
*
libavformat: Make protocols pass URLContext as log context where available
Martin Storsjö
2011-04-20
5
-14
/
+14
*
asf: remove commented out code in asf_read_seek
Vladimir Pantelic
2011-04-20
1
-21
/
+0
*
prefer avio_check() over url_exist()
Stefano Sabatini
2011-04-19
1
-3
/
+3
*
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Stefano Sabatini
2011-04-19
23
-63
/
+62
*
lavf: remove misc disabled cruft.
Anton Khirnov
2011-04-19
1
-13
/
+0
[next]