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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert
Michael Niedermayer
2010-02-03
1
-0
/
+1
*
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
*
Compare the correct clocks for syncing video to audio/ext.
Michael Niedermayer
2010-02-02
1
-2
/
+1
*
Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x (issue 1684).
Carl Eugen Hoyos
2010-02-02
1
-1
/
+2
*
Move the initial refresh scheduling for audio display away from where it
Michael Niedermayer
2010-02-02
1
-4
/
+4
*
Guess the duration before converting video and write guessed duration
Justin Johnson
2010-02-02
2
-1
/
+14
*
Commit disapeared hunk, must have editied this out by mistake between local d...
Michael Niedermayer
2010-02-02
1
-0
/
+1
*
Fix warnings about redefining constants when compiling libpostproc.
Yuriy Kaminskiy
2010-02-02
1
-0
/
+3
*
Autodetect when byte based seeking is better (that is for all formats that allow
Michael Niedermayer
2010-02-02
1
-2
/
+5
*
Use currently displayed file position instead of just url_ftell() for seeking...
Michael Niedermayer
2010-02-02
1
-5
/
+14
*
Set AVPacket.pos in MPEG-PS demuxer.
Michael Niedermayer
2010-02-02
2
-27
/
+28
*
Fix seek flags
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
*
Use parentheses around && within ||, fix the gcc warning:
Stefano Sabatini
2010-02-01
1
-1
/
+1
*
Reindent.
Stefano Sabatini
2010-02-01
1
-8
/
+8
*
Check pkt.pts against the recording time.
Michael Niedermayer
2010-02-01
3
-9
/
+13
*
Use pixel format descriptors to check if the input format is paletted.
Stefano Sabatini
2010-02-01
1
-5
/
+1
*
mention symbol versioning
Reinhard Tartler
2010-02-01
1
-0
/
+1
*
Make sure the faulty timestamp detection is just done when we have a picture
Michael Niedermayer
2010-02-01
1
-0
/
+2
*
Reset frame_last_delay to 0.
Michael Niedermayer
2010-02-01
1
-1
/
+1
*
Move frame_last_delay into flush code as it must be reset on seeks to,
Michael Niedermayer
2010-02-01
1
-1
/
+1
*
Reset frame_last_pts on flush (and thus also at start)
Michael Niedermayer
2010-02-01
1
-0
/
+2
*
Insert a flush packet into the que on init, that way common code between
Michael Niedermayer
2010-02-01
1
-0
/
+3
*
"Flush" the picture que on seeks, this prevents the display thread from
Michael Niedermayer
2010-02-01
1
-4
/
+22
*
Add a list of generic tags and change demuxers to follow it.
Anton Khirnov
2010-02-01
12
-29
/
+72
*
Schedule refreshes from a thread that actually knows the PTS.
Michael Niedermayer
2010-02-01
1
-5
/
+2
*
Fix race condition with reading between video_current_pts and video_current_p...
Michael Niedermayer
2010-02-01
1
-10
/
+9
*
Try to more completely update time variables on unpause.
Michael Niedermayer
2010-02-01
1
-2
/
+7
*
Remove unnecessary fields in ALSSpecificConfig.
Thilo Borgmann
2010-02-01
1
-12
/
+8
*
Simplify get_video_clock()
Michael Niedermayer
2010-02-01
1
-4
/
+2
*
10l, forgot HAS_ARG, -drp segfaulted.
Michael Niedermayer
2010-02-01
1
-1
/
+1
*
Set reordered_opaque during context alloc by default to AV_NOPTS_VALUE.
Michael Niedermayer
2010-02-01
1
-0
/
+1
*
decoder reorder pts auto detection.
Michael Niedermayer
2010-01-31
1
-5
/
+24
*
Fix indention.
Michael Niedermayer
2010-01-31
1
-18
/
+18
*
Increase search range if no end timestamp could be found for the duration
Michael Niedermayer
2010-01-31
1
-2
/
+9
*
Fix grammar: write to DST THING -> write THING to DST.
Stefano Sabatini
2010-01-31
1
-4
/
+4
*
Avoid usage of avcodec_get_pix_fmt_name() and
Stefano Sabatini
2010-01-31
4
-8
/
+12
*
Bink video codec id is there, demuxer can use it
Kostya Shishkov
2010-01-31
1
-1
/
+1
*
Update binkaudio to new DECLARE_ALIGNED syntax
Daniel Verkamp
2010-01-31
1
-2
/
+2
*
libavcodec version bump for Bink codec IDs (r21536)
Daniel Verkamp
2010-01-31
1
-1
/
+1
*
Latent libavformat version bump for Bink demuxer (r21569)
Peter Ross
2010-01-31
1
-1
/
+1
*
Bink Audio decoder
Peter Ross
2010-01-31
7
-2
/
+313
*
Bink demuxer
Peter Ross
2010-01-31
5
-0
/
+252
*
Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and
Reimar Döffinger
2010-01-31
2
-0
/
+2
*
Add v210x decoder long name
Peter Ross
2010-01-31
1
-0
/
+1
*
Declare support for the pixel formats:
Stefano Sabatini
2010-01-31
1
-0
/
+8
*
Get rid of a check in one direction that cant be true in it in that part
Michael Niedermayer
2010-01-31
1
-1
/
+1
*
Blackfin: use SRAM only when CONFIG_SRAM is set
Måns Rullgård
2010-01-31
3
-3
/
+3
[prev]
[next]