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
/
libavcodec
Commit message (
Expand
)
Author
Age
Files
Lines
*
removed useless header includes - use av memory functions
Fabrice Bellard
2002-05-18
17
-111
/
+70
*
added VPATH support for multiple dir compilation
Fabrice Bellard
2002-05-18
1
-1
/
+7
*
proper memory handling functions
Fabrice Bellard
2002-05-18
1
-13
/
+22
*
removed debug function
Fabrice Bellard
2002-05-18
1
-1
/
+3
*
put all integer init code to compute n^(4/3) - memory alloc and header fixes
Fabrice Bellard
2002-05-18
1
-6
/
+88
*
improved mpeg1/2 decoding speed
Fabrice Bellard
2002-05-18
1
-0
/
+6
*
added proper memory handling functions - fixed include paths
Fabrice Bellard
2002-05-18
1
-3
/
+7
*
tried to avoid gcc 2.95.2 bug by puting explicit register constraints - added...
Fabrice Bellard
2002-05-18
1
-16
/
+20
*
qmin==1 bugfix
Michael Niedermayer
2002-05-17
1
-3
/
+3
*
shared lib support (req by kabi) ...
Michael Niedermayer
2002-05-17
2
-7
/
+14
*
hopefully faster mmx2&3dnow MC
Michael Niedermayer
2002-05-17
2
-323
/
+362
*
new hopefully faster MC
Michael Niedermayer
2002-05-16
1
-8
/
+344
*
print frame decoding time support (x86 only)
Michael Niedermayer
2002-05-16
1
-2
/
+18
*
- repeat_pict meaning changed, now it signals the extra delay for the
Juanjo
2002-05-14
2
-12
/
+32
*
* first shot for the new avcodec API
Zdenek Kabelac
2002-05-14
2
-0
/
+227
*
* Mea culpa: it seems that I broke encoding to 8-bit pcm files. This fixes it.
Philip Gladstone
2002-05-14
1
-1
/
+1
*
build num ++
Nick Kurshev
2002-05-12
1
-2
/
+2
*
build info for ABI
Nick Kurshev
2002-05-12
2
-0
/
+7
*
I was too lazy to be a hero ;)
Nick Kurshev
2002-05-12
1
-0
/
+46
*
- repeat_pict added to AVCodecContext to signal if the decoder must repeat
Juanjo
2002-05-12
2
-4
/
+5
*
- pict_type exported to AVCodecContext
Juanjo
2002-05-11
4
-15
/
+22
*
- Warning fix.
Juanjo
2002-05-09
1
-0
/
+2
*
* Don't allocate 0 bytes of memory. It upsets electricFence!
Philip Gladstone
2002-05-09
1
-4
/
+9
*
* Fix a problem with the first sample when down sampling.
Philip Gladstone
2002-05-09
1
-1
/
+1
*
* Every frame is a key_frame
Philip Gladstone
2002-05-09
1
-0
/
+3
*
* Start using enumerated types (makes debugging much easier)
Philip Gladstone
2002-05-09
1
-2
/
+3
*
clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25)
Alex Beregszaszi
2002-05-07
4
-2
/
+9
*
added support for various app headers, and writin FFmpeg comment
Alex Beregszaszi
2002-05-07
1
-28
/
+215
*
- Segfault fixed when liba52 dynamic library isn't found.
Juanjo
2002-05-06
1
-1
/
+1
*
- MPEG-4 B frames coding option for ffmpeg.c
Juanjo
2002-05-06
2
-2
/
+3
*
* replaced with liba52
Zdenek Kabelac
2002-05-06
9
-2419
/
+0
*
there are divx5? encoded files without a userdata section but with b-frames :(
Michael Niedermayer
2002-05-06
3
-6
/
+11
*
segfault fix for b-frame encoding with height%16!=0
Michael Niedermayer
2002-05-05
1
-4
/
+16
*
version info
Nick Kurshev
2002-05-05
2
-0
/
+6
*
MV visualisation support
Michael Niedermayer
2002-05-05
1
-1
/
+34
*
shorter user data with formating by juanjo
Michael Niedermayer
2002-05-05
1
-1
/
+1
*
move ABS() to common.h
Michael Niedermayer
2002-05-04
2
-13
/
+20
*
move put_string() to common.{c,h}
Michael Niedermayer
2002-05-03
3
-9
/
+10
*
correct quantizer bias
Michael Niedermayer
2002-05-03
1
-0
/
+1
*
ar -s has portability problems, anyway rc is enough without s -- suggested by...
Arpi
2002-05-03
1
-1
/
+1
*
- H263 PAR support by Alex Beregszaszi.
Juanjo
2002-05-03
2
-37
/
+100
*
patch by Alex Beregszaszi <alex@naxine.org>
Alex Beregszaszi
2002-05-03
1
-5
/
+64
*
freeze fix
Michael Niedermayer
2002-05-02
1
-4
/
+4
*
C4=16383 for the c version too and even for some outcommented code
Michael Niedermayer
2002-05-02
2
-3
/
+3
*
set C4 to 16383
Michael Niedermayer
2002-05-02
1
-1
/
+14
*
- Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.
Juanjo
2002-05-02
8
-110
/
+254
*
Support for external huffman table and various fixes by Alex Beregszaszi <ale...
Arpi
2002-05-01
2
-19
/
+147
*
* by Thomas Sailer:
Zdenek Kabelac
2002-05-01
1
-1
/
+2
*
fixing msmpeg4v3 dc-scale for quantizers 24-31
Michael Niedermayer
2002-04-30
4
-9
/
+9
*
detecting xvid/divx4/opendivx and set low_delay flag
Michael Niedermayer
2002-04-27
1
-1
/
+11
[next]