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
*
indent
Michael Niedermayer
2008-07-12
1
-5
/
+5
*
Only try to probe the codec when the available data has roughly doubled
Michael Niedermayer
2008-07-12
1
-0
/
+2
*
Add mpegvideo and H.264 to the codec probe.
Michael Niedermayer
2008-07-12
1
-0
/
+4
*
h264_probe()
Michael Niedermayer
2008-07-12
1
-1
/
+45
*
indent
Michael Niedermayer
2008-07-12
1
-16
/
+16
*
New codec probing system try #1.
Michael Niedermayer
2008-07-12
3
-2
/
+44
*
command_streams are type data not unknown.
Michael Niedermayer
2008-07-12
1
-1
/
+1
*
Move add_to_pktbuf() before av_read_packet(). My future work on codec identif...
Michael Niedermayer
2008-07-12
1
-16
/
+16
*
Move set_codec_from_probe_data() up to where the other probe functions are.
Michael Niedermayer
2008-07-12
1
-14
/
+14
*
Pass AVPacketList instead of the whole context to add_to_pktbuf as that is
Michael Niedermayer
2008-07-12
1
-5
/
+5
*
simplify
Michael Niedermayer
2008-07-11
1
-8
/
+4
*
Fix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06.DAT) as psxstr.
Michael Niedermayer
2008-07-11
1
-2
/
+11
*
Move one function that is only used for muxing below #ifdef CONFIG_MUXERS.
Diego Biurrun
2008-07-11
1
-31
/
+31
*
Move a function and an #ifdef CONFIG_MUXERS so that functions used only for
Diego Biurrun
2008-07-11
1
-8
/
+8
*
Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER,
Diego Biurrun
2008-07-11
1
-1
/
+1
*
Add entry for Dirac codec.
Anuradha Suraparaju
2008-07-10
1
-0
/
+1
*
Fix MPEG video packetization for RTP
Luca Abeni
2008-07-10
1
-2
/
+2
*
Motion Pixels MVI Demuxer.
Gregory Montoir
2008-07-10
4
-1
/
+138
*
indent
Michael Niedermayer
2008-07-08
1
-2
/
+2
*
10000l for myself, my last change was incomplete.
Michael Niedermayer
2008-07-08
1
-1
/
+3
*
One-bit bitfields should probably be unsigned. Unfortunately, it is left
Erik Hovland
2008-07-08
2
-9
/
+9
*
Set cur_dts to 0 only during creating new streams and not every time cur_dts ...
Michael Niedermayer
2008-07-08
1
-5
/
+5
*
Electronic Arts CMV demuxer
Peter Ross
2008-07-08
1
-0
/
+15
*
Remove AVPaletteControl from ALG MM demuxer/decoder
Peter Ross
2008-07-08
1
-22
/
+3
*
Remove outdated comment
Luca Abeni
2008-07-08
1
-1
/
+0
*
Print libavformat version in outgoing SDPs.
Stefano Sabatini
2008-07-08
1
-1
/
+1
*
10l, fix nuv_header for the case when there is no video stream.
Reimar Döffinger
2008-07-07
1
-1
/
+1
*
Alphabetically order AVInputFormat/AVOutputFormat declarations.
Diego Biurrun
2008-07-07
1
-199
/
+200
*
Add a note to remind people to add new raw formats to the Makefile.
Diego Biurrun
2008-07-07
1
-0
/
+3
*
Add missing dependency declaration for raw Dirac demuxer.
Diego Biurrun
2008-07-07
1
-0
/
+1
*
spelling cosmetics in PCM codec long names
Diego Biurrun
2008-07-07
1
-8
/
+8
*
add some missing dependencies
Aurelien Jacobs
2008-07-06
1
-1
/
+4
*
Remove inaccurate computation of pts for audio packets and rely on
Gregory Montoir
2008-07-06
1
-1
/
+1
*
All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not explo...
Michael Niedermayer
2008-07-04
1
-1
/
+1
*
All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreas
Michael Niedermayer
2008-07-04
1
-0
/
+2
*
spelling cosmetics
Diego Biurrun
2008-07-04
1
-23
/
+25
*
Reindent after r14059, see "[PATCH] allow empty params for
Ronald S. Bultje
2008-07-03
1
-3
/
+3
*
Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allow
Ronald S. Bultje
2008-07-03
1
-0
/
+2
*
Reindent after last commit
Luca Abeni
2008-07-02
1
-10
/
+10
*
Fix A/V synch for RTP streams that do not contain MPEG1 or 2
Luca Abeni
2008-07-02
1
-18
/
+6
*
include track id in error message
Baptiste Coudurier
2008-06-28
1
-1
/
+1
*
Change mtv_read_packet so it does not break after seeking (displaying a shift...
Reimar Döffinger
2008-06-28
1
-12
/
+8
*
Fix pkt->pos to really point at start of packet for mtv audio packets.
Reimar Döffinger
2008-06-28
1
-0
/
+1
*
cosmetics
Baptiste Coudurier
2008-06-28
1
-1
/
+1
*
cosmetics, align vertically
Baptiste Coudurier
2008-06-28
1
-12
/
+12
*
unset Track sets, relying in AVStream->priv_data and will be freed in av_clos...
Baptiste Coudurier
2008-06-27
1
-0
/
+3
*
fix size of header data
Stefan Gehrer
2008-06-27
1
-1
/
+1
*
clarify error message about codec tag
Baptiste Coudurier
2008-06-27
1
-1
/
+2
*
give context to av_log
Baptiste Coudurier
2008-06-27
1
-2
/
+2
*
Do not free the priv_data field of AVStream on close (it is already
Luca Abeni
2008-06-27
1
-1
/
+0
[next]