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
*
Implement a physical concatenation protocol.
Michele Orrù
2010-02-07
4
-1
/
+201
*
Add AVI metadata conversion table.
Anton Khirnov
2010-02-06
5
-50
/
+90
*
Doxument url_fdopen().
Stefano Sabatini
2010-02-05
1
-2
/
+11
*
strn muxing in avi support.
Michael Niedermayer
2010-02-05
1
-9
/
+17
*
Support strn tag in avidec.
Michael Niedermayer
2010-02-05
1
-9
/
+19
*
Correcting wrong looking stream_id validity check in avidec.
Michael Niedermayer
2010-02-05
1
-1
/
+1
*
Dont try generic seek if seek request before first index entry and backward.
Michael Niedermayer
2010-02-03
1
-0
/
+3
*
Try to open decoders in av_find_stream_info() even if no packets for the
Michael Niedermayer
2010-02-03
1
-0
/
+7
*
Indentation cleanup
Peter Ross
2010-02-03
1
-3
/
+3
*
Extend IFF demuxer to parse PBM/ILBM bitmap chunks
Peter Ross
2010-02-03
1
-11
/
+88
*
Only set duration for streams where it is likely correct.
Michael Niedermayer
2010-02-03
1
-1
/
+2
*
Set nb_frames.
Michael Niedermayer
2010-02-02
1
-4
/
+4
*
Guess the duration before converting video and write guessed duration
Justin Johnson
2010-02-02
1
-1
/
+1
*
Set AVPacket.pos in MPEG-PS demuxer.
Michael Niedermayer
2010-02-02
1
-0
/
+1
*
Fix build
Måns Rullgård
2010-02-01
1
-2
/
+2
*
Fix warnings about implicit function declaration when compiling rtpdec.c
Alexis Ballier
2010-02-01
3
-7
/
+14
*
Add a list of generic tags and change demuxers to follow it.
Anton Khirnov
2010-02-01
11
-29
/
+68
*
Increase search range if no end timestamp could be found for the duration
Michael Niedermayer
2010-01-31
1
-2
/
+9
*
Bink video codec id is there, demuxer can use it
Kostya Shishkov
2010-01-31
1
-1
/
+1
*
Latent libavformat version bump for Bink demuxer (r21569)
Peter Ross
2010-01-31
1
-1
/
+1
*
Bink demuxer
Peter Ross
2010-01-31
3
-0
/
+249
*
Flag to ignore dts on frames that contain pts.
Michael Niedermayer
2010-01-30
3
-0
/
+5
*
Store strings directly in mov_mdhd_language_map instead of using pointers,
Reimar Döffinger
2010-01-30
1
-13
/
+13
*
Always consider the mov language code as 4 bytes fixed size and change the
Reimar Döffinger
2010-01-30
2
-4
/
+5
*
Simplify conversion to 5-bit ASCII.
Reimar Döffinger
2010-01-30
1
-5
/
+4
*
Remove duplicated empty line.
Stefano Sabatini
2010-01-30
1
-1
/
+0
*
Set duration in Smacker demuxer
Daniel Verkamp
2010-01-30
1
-0
/
+1
*
Demux Bink audio in Smacker files
Daniel Verkamp
2010-01-30
1
-3
/
+11
*
another 10l: forgot to change parent condition as well
Kostya Shishkov
2010-01-30
1
-1
/
+1
*
10l trocadero: now return value of ff_rtmp_packet_read() has different meaning
Kostya Shishkov
2010-01-30
1
-1
/
+1
*
Make RTMP send/receive packet functions report number of bytes read or sent.
Kostya Shishkov
2010-01-30
2
-4
/
+16
*
cosmetics: add an empty line between variable declarations and code
Kostya Shishkov
2010-01-30
1
-0
/
+1
*
Remove MAX_STREAMS usage in ogg and mxf muxers
Baptiste Coudurier
2010-01-29
2
-30
/
+20
*
Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>.
Ronald S. Bultje
2010-01-28
5
-1
/
+144
*
Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.
Jai Menon
2010-01-28
1
-4
/
+4
*
Use av_mallocz in url_open_protocol for URLContext.
Daniel Kristjansson
2010-01-28
1
-1
/
+1
*
Remove last MAX_STREAMS from avienc.c
Michael Niedermayer
2010-01-28
1
-6
/
+12
*
Introduce AVIStream struct and move stream based variables to it.
Michael Niedermayer
2010-01-28
1
-39
/
+61
*
Support demuxing Blu-ray subtitles in matroska files.
Carl Eugen Hoyos
2010-01-27
1
-0
/
+1
*
Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is).
Ronald S. Bultje
2010-01-27
1
-1
/
+1
*
Fix duration calculation in the presence of a single wraping of the timeline.
Michael Niedermayer
2010-01-27
1
-0
/
+2
*
Schedule an increase in the maximum number of streams
Jai Menon
2010-01-27
1
-0
/
+4
*
Revert Revision: 21473
Michael Niedermayer
2010-01-27
1
-1
/
+1
*
Fix misc typos, patch by
Stefano Sabatini
2010-01-27
1
-1
/
+1
*
Document av_register_protocol(), not that it really needs to be
Stefano Sabatini
2010-01-27
1
-0
/
+3
*
Don't use tcp_fd if we're not using TCP-based connections (e.g. when
Jeremy Morton
2010-01-26
1
-1
/
+1
*
Load the proper getaddrinfo functions from ws2_32.dll, if they're present.
Martin Storsjö
2010-01-25
1
-0
/
+31
*
Doxument url_open().
Stefano Sabatini
2010-01-24
1
-0
/
+11
*
Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec,
Carl Eugen Hoyos
2010-01-24
1
-0
/
+3
*
Favor the term "URL" over "filename", as the API deals with URLs
Stefano Sabatini
2010-01-24
1
-8
/
+8
[next]