index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
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
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a termination condition
Aurelien Jacobs
2009-01-04
1
-0
/
+2
*
If we find a VBR tag at the beginning of the file don't attempt to
Yoav Steinberg
2009-01-04
1
-7
/
+13
*
Drop the deprecated parse_image_size() and parse_frame_rate() functions
Stefano Sabatini
2009-01-04
2
-0
/
+4
*
Use H264 MMX chroma functions to accelerate RV40 decoding.
Mathieu Velten
2009-01-04
4
-21
/
+104
*
Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.
Michael Niedermayer
2009-01-03
1
-1
/
+1
*
Add type, text and ass to AVSubtitleRect.
Michael Niedermayer
2009-01-03
1
-0
/
+10
*
Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.
Michael Niedermayer
2009-01-03
8
-57
/
+61
*
Replace some fixed width variable from AVSubtitle* by normal int.
Michael Niedermayer
2009-01-03
1
-6
/
+6
*
Forgot to update (I likely missed it due to its similar name to dvb...)
Michael Niedermayer
2009-01-03
1
-42
/
+45
*
Future doxy for a few fields of AVSubtitleRect.
Michael Niedermayer
2009-01-03
1
-5
/
+5
*
Change AVSubtitle.rects to an array of pointers so ABI does not break
Michael Niedermayer
2009-01-03
7
-62
/
+68
*
Display subtitles within the display area.
Michael Niedermayer
2009-01-03
1
-4
/
+4
*
Add enum AVSubtitleType
Michael Niedermayer
2009-01-03
1
-0
/
+18
*
Add x264 SSE2 iDCT functions to H.264 decoder.
Jason Garrett-Glaser
2009-01-03
5
-2
/
+379
*
Avoid POSIX-reserved _t namespace.
Diego Biurrun
2009-01-02
2
-12
/
+12
*
Avoid POSIX-reserved _t namespace.
Diego Biurrun
2009-01-02
2
-4
/
+4
*
Bump year number.
Stefano Sabatini
2009-01-02
1
-1
/
+1
*
Cosmetics: break line to make it not longer than 80 chars.
Stefano Sabatini
2009-01-02
1
-3
/
+4
*
10l set AVPacket.size to the true size of the returned data instead of
Michael Niedermayer
2008-12-31
1
-1
/
+1
*
Fix indention which was off by 1 space.
Michael Niedermayer
2008-12-31
1
-9
/
+9
*
Replace buffer by AVPacket and avoid a memcpy() for video when the number
Michael Niedermayer
2008-12-31
1
-20
/
+22
*
Merge videobuf and audiobuf.
Michael Niedermayer
2008-12-31
1
-20
/
+18
*
Simplify the top of rm_assemble_video_frame().
Michael Niedermayer
2008-12-30
1
-26
/
+14
*
Add a few error checks to rm_assemble_video_frame()
Michael Niedermayer
2008-12-30
1
-0
/
+6
*
All non zero returns of rm_assemble_video_frame() are errors, check things
Michael Niedermayer
2008-12-30
1
-1
/
+1
*
Silence two icc warnings:
Carl Eugen Hoyos
2008-12-30
1
-3
/
+3
*
Add my GnuPG fingerprint.
Benoit Fouet
2008-12-30
1
-0
/
+1
*
ARM: work around linker bug with movw/movt relocations in shared libs
Måns Rullgård
2008-12-30
3
-8
/
+15
*
Make shared/static full CONFIG options
Måns Rullgård
2008-12-30
1
-2
/
+2
*
configure: check for ARMv6T2 support
Måns Rullgård
2008-12-30
1
-0
/
+4
*
ARM: rename coefficient table in NEON IDCT
Måns Rullgård
2008-12-30
1
-3
/
+4
*
Remove duplicated dot product code. Use dsputil's
Aurelien Jacobs
2008-12-29
3
-22
/
+7
*
My gpg key fingerprint.
Reimar Döffinger
2008-12-29
1
-0
/
+1
*
COSMETICS. Write my full name instead.
Reynaldo H. Verdejo Pinochet
2008-12-29
1
-2
/
+2
*
Add myself as qcelp* maintainer.
Reynaldo H. Verdejo Pinochet
2008-12-29
1
-0
/
+1
*
Add my key fingerprint to the list.
Reynaldo H. Verdejo Pinochet
2008-12-29
1
-0
/
+1
*
configure: accept $TMP as location for temporary files
Måns Rullgård
2008-12-29
1
-0
/
+1
*
configure: simplify TMPDIR setting
Måns Rullgård
2008-12-29
1
-16
/
+10
*
Fix typos.
Stefano Sabatini
2008-12-29
1
-2
/
+2
*
Clarify that the list of gpg fingerprints is not just for maintainers.
Michael Niedermayer
2008-12-29
1
-2
/
+2
*
Add spaces into the gpg fingerprint for better readability.
Michael Niedermayer
2008-12-29
1
-1
/
+1
*
It turned out that RV30 uses motion vectors for forward motion B-frame
Kostya Shishkov
2008-12-29
1
-5
/
+5
*
Explain the lack of +3/7
Michael Niedermayer
2008-12-28
1
-0
/
+3
*
av_free() -> av_freep(), patch by Reimar Doffinger, see discussion in
Reimar Döffinger
2008-12-28
1
-2
/
+2
*
Fix double free which happens for playback of .rm files after r16365. See
Ronald S. Bultje
2008-12-28
2
-1
/
+1
*
Add a list of GnuPG fingerprints.
Michael Niedermayer
2008-12-28
1
-0
/
+6
*
Revert r16375: It broke aac decoding.
Carl Eugen Hoyos
2008-12-28
1
-2
/
+1
*
Reduce number of warnings when compiling with icc by two.
Carl Eugen Hoyos
2008-12-28
1
-1
/
+2
*
Silence one warning when compiling with icc:
Carl Eugen Hoyos
2008-12-28
1
-1
/
+1
*
Fix h264 decoding on SSE2 cores with icc compilation.
Carl Eugen Hoyos
2008-12-28
1
-0
/
+2
[next]