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
*
cosmetics: line wrap and indentation after last commit.
Justin Ruggles
2009-02-26
1
-4
/
+3
*
Use a shared function to validate FLAC extradata.
Justin Ruggles
2009-02-26
3
-12
/
+58
*
Re-indent after last commit.
Alex Converse
2009-02-26
1
-24
/
+24
*
Refactor AAC unsigned band type decoding for a modest speedup.
Alex Converse
2009-02-26
1
-8
/
+8
*
Use const to better allow the compiler to optimize AAC independent coupling.
Alex Converse
2009-02-26
1
-1
/
+6
*
Completed documentation of reference field.
Carl Eugen Hoyos
2009-02-26
1
-0
/
+1
*
Do not set h264.is_reference for pictures that are delayed, but not
NVIDIA Corporation
2009-02-26
1
-1
/
+1
*
The field rangered in VDPAU's VdpPictureInfoVC1 now also contains
NVIDIA Corporation
2009-02-26
1
-1
/
+1
*
Apply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU.
Carl Eugen Hoyos
2009-02-25
1
-0
/
+2
*
Add missing prototype for ff_is_hwaccel_pix_fmt().
Gwenole Beauchesne
2009-02-25
1
-0
/
+5
*
Add hwaccel->decode_slice() call for avhwaccel by Gwenole Beauchesne.
Michael Niedermayer
2009-02-25
1
-0
/
+4
*
More AVhwaccel hunks from Gwenole Beauchesne.
Michael Niedermayer
2009-02-25
1
-4
/
+10
*
spelling/wording/grammar cosmetics
Diego Biurrun
2009-02-25
2
-18
/
+19
*
Fix VC1 and WMV3 playback in MPlayer.
Carl Eugen Hoyos
2009-02-25
1
-0
/
+2
*
cosmetics: reindent after last commit
Kostya Shishkov
2009-02-25
1
-5
/
+5
*
Since motion vectors for intra blocks are always zero, do not try to retrieve...
Kostya Shishkov
2009-02-25
1
-0
/
+3
*
Export timestamp parameter from H.264.
Ivan Schreter
2009-02-24
1
-0
/
+7
*
Add timestamp computation if values are exported by decoder.
Ivan Schreter
2009-02-24
2
-1
/
+45
*
1000l for me, wrong pix_fmt.
Michael Niedermayer
2009-02-24
1
-1
/
+1
*
Correct time_base and repeat_pict for MPEG2 video.
Ivan Schreter
2009-02-24
2
-5
/
+6
*
Correct time_base of H.264 and repeat_pict.
Ivan Schreter
2009-02-24
2
-8
/
+8
*
Change duration computation to use time_base instead of TB/2.
Ivan Schreter
2009-02-24
1
-4
/
+1
*
add ff_find_hwaccel() by Gwenole Beauchesne
Michael Niedermayer
2009-02-24
4
-0
/
+17
*
ff_find_hwaccel()
Michael Niedermayer
2009-02-24
1
-0
/
+12
*
av_hwaccel_next() by Gwenole Beauchesne.
Michael Niedermayer
2009-02-24
1
-0
/
+5
*
av_register_hwaccel() from Gwenole Beauchesne.
Michael Niedermayer
2009-02-24
1
-0
/
+11
*
Another AVhwaccel hunk from Gwenole Beauchesne.
Michael Niedermayer
2009-02-24
1
-0
/
+5
*
Add and use ff_pixfmt_list_420.
Michael Niedermayer
2009-02-24
9
-5
/
+24
*
Approved hunk from the AVHWaccel patch by Gwenole Beauchesne.
Gwenole Beauchesne
2009-02-24
1
-1
/
+1
*
Do not reimplement ff_celp_lp_synthesis_filterf().
Vitor Sessak
2009-02-24
2
-7
/
+4
*
Rename buf_vdpau to buf_start
Gwenole Beauchesne
2009-02-24
1
-3
/
+3
*
Add ff_h263_find_resync_marker() to find the bit position of the next resync_...
Gwenole Beauchesne
2009-02-24
2
-0
/
+22
*
check for a stuffing byte at the end of a slice
Stefan Gehrer
2009-02-24
1
-0
/
+3
*
change macroblock loop in inter frames so that after a
Stefan Gehrer
2009-02-24
1
-34
/
+29
*
Mark two variables with av_uninit to avoid false positive gcc warnings.
Diego Biurrun
2009-02-24
1
-2
/
+2
*
Fix get_ur_golomb_jpegls() with A32_BITSTREAM_READER
Måns Rullgård
2009-02-24
1
-1
/
+1
*
AVPixFmtDescriptor doxy
Michael Niedermayer
2009-02-24
1
-0
/
+8
*
Pixel Format descriptor, try #1.
Michael Niedermayer
2009-02-24
2
-0
/
+278
*
Change sign in ff_celp_lp_synthesis_filterf(). This makes this function
Kenan Gillet
2009-02-23
2
-2
/
+2
*
Close the AAC parse context, discovered by Netgem.
Alex Converse
2009-02-23
1
-1
/
+1
*
Remove CPUID availability check on AMD64 as it's architectural.
Zuxy Meng
2009-02-23
1
-11
/
+6
*
Check return value of ff_fill_pointer in avcodec_default_get_buffer,
Reimar Döffinger
2009-02-23
1
-0
/
+2
*
100l, always declare variables at the top of a block, not inside a for ()
Reimar Döffinger
2009-02-23
1
-1
/
+2
*
More approved hunks for VAAPI & our new and cleaner hwaccel API.
Gwenole Beauchesne
2009-02-23
4
-0
/
+108
*
Approved hunks for VAAPI / our new shiny hwaccel API
Michael Niedermayer
2009-02-23
5
-2
/
+21
*
Fix xvmc object dependencies.
Diego Biurrun
2009-02-22
1
-1
/
+1
*
Fix vc1 split().
Michael Niedermayer
2009-02-22
1
-2
/
+8
*
Better parsing of i263 picture header
Kostya Shishkov
2009-02-22
2
-6
/
+39
*
Add missing av_cold in static init/close functions.
Daniel Verkamp
2009-02-22
25
-60
/
+60
*
Convert x264 asm files to proper unix line breaks
Jason Garrett-Glaser
2009-02-22
2
-808
/
+808
[next]