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
...
*
dsputil: Move draw_edges and clear_block* out of dsputil_template
Diego Biurrun
2014-03-26
2
-40
/
+38
*
dsputil: Move RV40-specific bits into rv40dsp
Diego Biurrun
2014-03-26
4
-85
/
+85
*
hpeldsp_template: Detemplatize the code
Diego Biurrun
2014-03-26
2
-112
/
+104
*
dsputil_template: Detemplatize the code
Diego Biurrun
2014-03-26
2
-127
/
+114
*
Add missing headers to make template files compile (more) standalone
Diego Biurrun
2014-03-26
15
-0
/
+50
*
dsputil_template: Move bits that are used templatized into separate file
Diego Biurrun
2014-03-26
3
-28
/
+53
*
dsputil: Move hpel_template #include out of dsputil_template
Diego Biurrun
2014-03-26
3
-4
/
+3
*
x86: h264_qpel: Fix typo in CALL_2X_PIXELS macro invocation
Diego Biurrun
2014-03-26
1
-1
/
+1
*
avcodec: add missing includes
Vittorio Giovara
2014-03-25
3
-0
/
+7
*
avconv: More descriptive message about framedrop
Vittorio Giovara
2014-03-25
1
-1
/
+3
*
vf_transpose: K&R formatting cosmetics
Vittorio Giovara
2014-03-25
1
-33
/
+35
*
libx265: Only use one memcpy for headers
Derek Buitenhuis
2014-03-24
1
-6
/
+1
*
libx265: Write global extradata when requested
Michael Niedermayer
2014-03-24
1
-1
/
+9
*
build: Add config option for CABAC code
Diego Biurrun
2014-03-24
2
-5
/
+6
*
avconv: don't warn on multiple frames per packet for codecs that expect it
Anton Khirnov
2014-03-24
1
-1
/
+2
*
avconv: print verbose per-stream transcoding statistics
Anton Khirnov
2014-03-24
2
-4
/
+104
*
avconv: split printing the final statistics into a separate function
Anton Khirnov
2014-03-24
1
-30
/
+36
*
avconv: rewrite output data size tracking
Anton Khirnov
2014-03-24
2
-23
/
+27
*
avconv: explicitly report when the muxing overhead is unknown
Anton Khirnov
2014-03-24
1
-3
/
+7
*
avconv: remove unused nb_frames_dup
Anton Khirnov
2014-03-24
1
-4
/
+3
*
{v,a}f_showinfo: print frame side data
Anton Khirnov
2014-03-24
2
-0
/
+165
*
mp3dec: export replaygain tags from ID3v2
Anton Khirnov
2014-03-24
3
-1
/
+9
*
af_volume: support using replaygain frame side data
Anton Khirnov
2014-03-24
3
-0
/
+64
*
frame: add a function for removing side data from a frame
Anton Khirnov
2014-03-24
4
-1
/
+27
*
avconv: add stream-global side data to the first demuxed packet
Anton Khirnov
2014-03-24
2
-0
/
+20
*
libavcodec: when decoding, copy replaygain side data to decoded frames
Anton Khirnov
2014-03-24
3
-9
/
+43
*
Add replaygain side data type and code for parsing replaygain tags.
Anton Khirnov
2014-03-24
9
-2
/
+256
*
lavf: add an AVStream field for exporting stream-global side data
Anton Khirnov
2014-03-24
4
-2
/
+34
*
lavc: give a typedeffed name to the AVPacket.side_data struct
Anton Khirnov
2014-03-24
3
-7
/
+13
*
configure: Remove dcbzl check for e500v1 and e500v2 architectures
Peter Krefting
2014-03-24
1
-0
/
+2
*
mpeg: K&R formatting cosmetics
Tanja Batchelor
2014-03-24
1
-141
/
+169
*
h264: Split h264 slice decoding from nal decoding
Luca Barbato
2014-03-23
5
-2516
/
+2627
*
h264: move macroblock decoding into its own file
Vittorio Giovara
2014-03-23
3
-787
/
+823
*
build: Sort h264 objects
Luca Barbato
2014-03-23
1
-4
/
+4
*
build: h264 parser depends on full h264 decoder
Luca Barbato
2014-03-23
2
-6
/
+2
*
RELEASE_NOTES: mention new filters
Vittorio Giovara
2014-03-23
1
-3
/
+6
*
lavc: drop ff_pixfmt_list_420
Vittorio Giovara
2014-03-23
10
-20
/
+52
*
changelog: switch libx265 and compand entries
Vittorio Giovara
2014-03-23
1
-2
/
+2
*
configure: Always use -DOPJ_STATIC when checking for openjpeg
Luca Barbato
2014-03-23
1
-2
/
+2
*
movenc: Allow override of major brand in ftyp atom
John Stebbins
2014-03-23
2
-1
/
+6
*
lagarith: Fix typo in printf format string
Diego Biurrun
2014-03-22
1
-1
/
+1
*
dsputil: Move thirdpel-related bits into their own context
Diego Biurrun
2014-03-22
12
-370
/
+489
*
x86: dsputil: Move hpeldsp-related declarations to a separate header
Diego Biurrun
2014-03-22
6
-18
/
+42
*
ppc: dsputil: Move hpeldsp-related declarations to a separate header
Diego Biurrun
2014-03-22
5
-8
/
+37
*
x86: dsputil: Move fpel declarations to a separate header
Diego Biurrun
2014-03-22
9
-21
/
+50
*
dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macros
Diego Biurrun
2014-03-22
12
-43
/
+68
*
dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h
Diego Biurrun
2014-03-22
14
-14
/
+21
*
imgconvert: Move ff_deinterlace_line_*_mmx declarations out of dsputil
Diego Biurrun
2014-03-22
3
-16
/
+18
*
x86: dsputil: Move inline assembly macros to a separate header
Diego Biurrun
2014-03-22
8
-76
/
+108
*
nuv: Reuse the DSPContext from RTJpegContext
Diego Biurrun
2014-03-22
3
-23
/
+27
[prev]
[next]