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
path:
root
/
libavformat
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
oma: check geob tag boundary
Luca Barbato
2013-07-28
1
-11
/
+21
*
oma: refactor seek function
Luca Barbato
2013-07-28
1
-15
/
+17
*
http: Support reading gzip/deflate compressed data
Zhang Rui
2013-07-28
1
-0
/
+75
*
Remove unreachable returns
Diego Biurrun
2013-07-27
2
-5
/
+1
*
avidec: Let the inner dv demuxer take care of discarding
Luca Barbato
2013-07-27
1
-3
/
+6
*
avidec: K&R formatting cosmetics
Luca Barbato
2013-07-27
1
-443
/
+536
*
wtv: Drop some casts that now are unnecessary
Martin Storsjö
2013-07-26
1
-4
/
+4
*
wtv: Make WTV_SECTOR_BITS a 64 bit constant
Martin Storsjö
2013-07-26
1
-1
/
+1
*
avio: Don't set the seekable flag if no seek function is provided
Hendrik Schreiber
2013-07-26
1
-1
/
+1
*
rtpenc: Fix some odd comments
Martin Storsjö
2013-07-26
1
-3
/
+1
*
miscellaneous typo fixes
Diego Biurrun
2013-07-25
1
-13
/
+13
*
cosmetics: Add '0' to float constants ending in '.'.
Diego Biurrun
2013-07-25
1
-1
/
+1
*
rtsp: Support multicast source filters (RFC 4570)
Ed Torbett
2013-07-19
2
-0
/
+19
*
rtpproto: Check the source IP if one single source has been specified
Martin Storsjö
2013-07-19
1
-1
/
+57
*
rtpproto: Support IGMPv3 source specific multicast inclusion
Ed Torbett
2013-07-19
1
-4
/
+11
*
lavf: Make sure avg_frame_rate can be calculated without integer overflow
Martin Storsjö
2013-07-15
1
-0
/
+3
*
mov: Do not allow updating the time scale after it has been set
Martin Storsjö
2013-07-15
1
-0
/
+5
*
mov: Seek back if overreading an individual atom
Martin Storsjö
2013-07-15
1
-0
/
+6
*
rtsp: Include an User-Agent header field in all requests
Martin Storsjö
2013-07-14
1
-0
/
+1
*
movenc: Rename the timestamp parameter to dts in write_hint_packets
Martin Storsjö
2013-07-08
1
-4
/
+4
*
movenc: Make sure the RTP hint tracks have nondecreasing DTS
Martin Storsjö
2013-07-08
1
-3
/
+14
*
westwood_vqa: do not free extradata on error in read_header
Luca Barbato
2013-07-07
1
-2
/
+0
*
movenc: K&R formatting cosmetics
Martin Storsjö
2013-07-07
2
-197
/
+198
*
Makefile: Remove stray tabs
Michael Niedermayer
2013-07-07
1
-1
/
+1
*
yuv4mpeg: Correctly round chroma up for odd luma sizes
Ronald S. Bultje
2013-07-07
1
-2
/
+3
*
rmdec: Use the AVIOContext given as parameter in rm_read_metadata()
Michael Niedermayer
2013-07-07
1
-6
/
+6
*
avio: Handle AVERROR_EOF in the same way as the return value 0
Michael Niedermayer
2013-07-07
1
-1
/
+1
*
wtv: Mark attachment with a negative stream id
Luca Barbato
2013-07-07
1
-0
/
+1
*
tests: Only run noproxy test if networking is enabled
Diego Biurrun
2013-07-06
1
-2
/
+3
*
oggdec: do not fall back on binary search in the generic code.
Anton Khirnov
2013-07-02
1
-1
/
+1
*
lavf: don't abort if both encoder and muxer aspect ratios are not set
Rafaël Carré
2013-06-24
1
-7
/
+12
*
matroskaenc: restore compatibility with non referenced AVPacket
Rafaël Carré
2013-06-24
1
-2
/
+5
*
ogg: relax demuxer conformance checks
Luca Barbato
2013-06-22
1
-2
/
+5
*
smacker: check frame size validity
Kostya Shishkov
2013-06-16
1
-1
/
+5
*
smacker: pad the extradata allocation
Kostya Shishkov
2013-06-16
1
-1
/
+2
*
avf: move url utility functions in a separate file
Luca Barbato
2013-06-16
6
-150
/
+186
*
avf: move ff_write_chained to mux.c
Luca Barbato
2013-06-16
2
-18
/
+18
*
avf: move riff tags accessors where they belong
Luca Barbato
2013-06-16
2
-9
/
+10
*
avf: move ff_http_match_no_proxy to network
Luca Barbato
2013-06-16
5
-57
/
+57
*
avf: split off format register and lookup function
Luca Barbato
2013-06-16
3
-146
/
+184
*
4xm: do not overread while parsing header
Luca Barbato
2013-06-12
1
-6
/
+14
*
4xm: refactor fourxm_read_header
Luca Barbato
2013-06-12
1
-89
/
+93
*
4xm: K&R formatting cosmetics
Luca Barbato
2013-06-12
1
-44
/
+41
*
matroskadec: introduce resync function.
Sean McGovern
2013-06-10
1
-4
/
+43
*
riff: Support ULH0 and ULH2 fourccs.
Yusuke Nakamura
2013-06-10
1
-0
/
+2
*
rtpdec: Fix the alphabetical ordering in registering depacketizers
Martin Storsjö
2013-06-06
1
-1
/
+1
*
libavformat: Fix standalone compilation of the webm muxer
Martin Storsjö
2013-06-06
1
-1
/
+1
*
apetag: use int64_t for filesize
Anton Khirnov
2013-06-04
1
-1
/
+1
*
network: uniform ff_listen_bind and ff_listen_connect
Luca Barbato
2013-06-04
3
-16
/
+60
*
movenc: Grow the frag_info array in chunks
Andrey Semashev
2013-06-04
2
-3
/
+10
[prev]
[next]