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
...
*
*_protocol are not part of public API
Aurelien Jacobs
2007-09-10
3
-13
/
+7
*
Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check if
Luca Abeni
2007-09-10
1
-2
/
+2
*
Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)
Luca Abeni
2007-09-10
2
-27
/
+14
*
Properly set RTP and NTP timestamps in RTCP SR packets
Luca Abeni
2007-09-10
1
-7
/
+14
*
Improve track number decoding for some WMA files
Patrice Bensoussan
2007-09-09
1
-2
/
+2
*
Do not set codec_tag when the container does not specify it.
Reimar Döffinger
2007-09-09
1
-1
/
+0
*
Copy nuv header only when the video codec is nuv
Reimar Döffinger
2007-09-09
1
-5
/
+13
*
Rename the format name audio_device (used in both oss and audio_beos) to oss ...
Ramiro Polla
2007-09-07
2
-4
/
+4
*
Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxer
Ramiro Polla
2007-09-07
5
-14
/
+18
*
Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkv
David Conrad
2007-09-06
1
-1
/
+1
*
Set correct length for last slice in frame subpacket
Kostya Shishkov
2007-09-06
1
-0
/
+2
*
cosmetics: Add some whitespace for better readability.
Diego Biurrun
2007-09-05
1
-116
/
+116
*
spelling/wording nits in some Doxygen comments
Diego Biurrun
2007-09-05
1
-2
/
+2
*
Rename dc1394.c to libdc1394.c
Ramiro Polla
2007-09-05
2
-1
/
+1
*
Prefix library format names with 'lib' in libavformat
Ramiro Polla
2007-09-05
2
-2
/
+2
*
Give better filenames to bktr and v4l grabbers
Ramiro Polla
2007-09-05
3
-2
/
+2
*
Remove video_grab_ prefix from video_grab_{bktr,v4l}
Ramiro Polla
2007-09-05
5
-8
/
+8
*
revert 10409
Michael Niedermayer
2007-09-05
1
-6
/
+6
*
export put_timestamp()
Michael Niedermayer
2007-09-05
1
-6
/
+6
*
Make sure that if a stream has a duration but the container doesn't
Neil Brown
2007-09-05
1
-13
/
+22
*
Correct initial timestamp
Wolfram Gloger
2007-09-05
1
-0
/
+1
*
AAC support in the SDP generator
Luca Abeni
2007-09-05
1
-13
/
+42
*
Enable Matroska muxer
David Conrad
2007-09-05
3
-1
/
+6
*
Grammar nits
David Conrad
2007-09-05
1
-9
/
+9
*
Always use AVFormatContext for av_log messages
David Conrad
2007-09-05
1
-16
/
+16
*
Rename ebml size functions to indicate that they can be used for more kinds o...
David Conrad
2007-09-05
1
-21
/
+21
*
We shouldn't be passing in sizes larger than 2^56-2, so use an assert
David Conrad
2007-09-05
1
-5
/
+1
*
Indentation
David Conrad
2007-09-05
1
-22
/
+22
*
Don't seek when streamed
David Conrad
2007-09-05
1
-0
/
+6
*
Get rid of useless braces
David Conrad
2007-09-05
1
-8
/
+7
*
Indent
David Conrad
2007-09-05
1
-1
/
+1
*
Match the behaviour betwen the bmp and wav codec tag lookups
David Conrad
2007-09-05
1
-0
/
+5
*
Write codecprivate to a dynamic buffer so that seeking isn't required
David Conrad
2007-09-05
1
-24
/
+17
*
Move writing codec private element to its own function
David Conrad
2007-09-05
1
-29
/
+43
*
Cosmetics
David Conrad
2007-09-05
1
-1
/
+0
*
Use num_entries directly rather than mixing it with a local copy
David Conrad
2007-09-05
1
-9
/
+5
*
Doxygenify comments
David Conrad
2007-09-05
1
-5
/
+5
*
Make sure that the calculated duration doesn't decrease
David Conrad
2007-09-05
1
-1
/
+1
*
Split some really long lines
David Conrad
2007-09-05
1
-3
/
+6
*
Correct message
David Conrad
2007-09-05
1
-1
/
+1
*
Always check the return of mkv_add_seekhead_entry
David Conrad
2007-09-05
1
-2
/
+5
*
Pass the returned error code of functions up
David Conrad
2007-09-05
1
-17
/
+19
*
Check that the seekheads were created
David Conrad
2007-09-05
1
-0
/
+2
*
Return AVERROR(ENOMEM) when appropriate
David Conrad
2007-09-05
1
-3
/
+3
*
Indentation
David Conrad
2007-09-05
1
-5
/
+5
*
Use assert for conditions that must be true
David Conrad
2007-09-05
1
-9
/
+3
*
Simplify
David Conrad
2007-09-05
1
-7
/
+3
*
Grammar nits
David Conrad
2007-09-05
1
-5
/
+5
*
Break long comments
David Conrad
2007-09-05
1
-22
/
+31
*
Use sample format for bit depth if av_get_bits_per_sample() doesn't give one
David Conrad
2007-09-05
1
-0
/
+3
[prev]
[next]