projects
/
ffmpeg.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Correcting displayed muxing overhead and video stream size.
2008-07-18
Michael Niedermayer
Correcting displayed muxing overhead and video stream...
commit
|
commitdiff
|
tree
2008-07-18
Michael Niedermayer
Support reading large metadata.
commit
|
commitdiff
|
tree
2008-07-18
Michael Niedermayer
Make bitstream_* fields unsigned.
commit
|
commitdiff
|
tree
2008-07-18
Michael Niedermayer
Only realloc() bitstream buffer when the needed size...
commit
|
commitdiff
|
tree
2008-07-18
Michael Niedermayer
If metadata has been parsed goto end instead of trying to
commit
|
commitdiff
|
tree
2008-07-18
Michael Niedermayer
Make C code in yuv2yuv1() do accurate rounding, this...
commit
|
commitdiff
|
tree
2008-07-17
Michael Niedermayer
indent
commit
|
commitdiff
|
tree
2008-07-17
Michael Niedermayer
Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.
commit
|
commitdiff
|
tree
2008-07-17
Michael Niedermayer
simplify yuv2yuv1()
commit
|
commitdiff
|
tree
2008-07-17
Michael Niedermayer
10l forgot SWS_BILINEAR
commit
|
commitdiff
|
tree
2008-07-17
Michael Niedermayer
Ensure that exactly one scaler algo is used.
commit
|
commitdiff
|
tree
2008-07-17
Michael Niedermayer
100l, someone used FLT_MIN where -FLT_MAX was meant...
commit
|
commitdiff
|
tree
2008-07-17
Michael Niedermayer
Try to fix FATE after my time_base simplification change.
commit
|
commitdiff
|
tree
2008-07-16
Michael Niedermayer
10000l, revert
commit
|
commitdiff
|
tree
2008-07-16
Michael Niedermayer
indent
commit
|
commitdiff
|
tree
2008-07-16
Michael Niedermayer
SVQ3 uses the JPEG variant of YUV 4:2:0.
commit
|
commitdiff
|
tree
2008-07-16
Michael Niedermayer
The funny memcpyin svq3 generally has src & dst overlapping...
commit
|
commitdiff
|
tree
2008-07-16
Michael Niedermayer
Print slice num as well.
commit
|
commitdiff
|
tree
2008-07-14
Michael Niedermayer
Make flic probe check a few more things.
commit
|
commitdiff
|
tree
2008-07-14
Michael Niedermayer
Move the codec_id overriding at a slightly better place.
commit
|
commitdiff
|
tree
2008-07-14
Michael Niedermayer
Remove common factors from timebase in av_set_pts_info().
commit
|
commitdiff
|
tree
2008-07-14
Michael Niedermayer
Fix infinite loop at EOF.
commit
|
commitdiff
|
tree
2008-07-13
Michael Niedermayer
Fix decoding of 320x240.ogg.
commit
|
commitdiff
|
tree
2008-07-13
Michael Niedermayer
-itsscale to scale timestamps
commit
|
commitdiff
|
tree
2008-07-13
Michael Niedermayer
Make our flac decoder decode all the data at EOF.
commit
|
commitdiff
|
tree
2008-07-13
Michael Niedermayer
On EOF keep calling the decoders until they do not...
commit
|
commitdiff
|
tree
2008-07-13
Michael Niedermayer
Remove gif demuxer, the code contains a gif decoder...
commit
|
commitdiff
|
tree
2008-07-13
Michael Niedermayer
Use -vsync 0 unless the user explicitly asked for...
commit
|
commitdiff
|
tree
2008-07-12
Michael Niedermayer
Use CODEC_ID_PROBE when the mpeg-ps demuxer does not...
commit
|
commitdiff
|
tree
2008-07-12
Michael Niedermayer
Remove old hackish codec probe system.
commit
|
commitdiff
|
tree
2008-07-12
Michael Niedermayer
Use strcmp() instead of strncmp() in set_codec_from_probe_da...
commit
|
commitdiff
|
tree
2008-07-12
Michael Niedermayer
indent
commit
|
commitdiff
|
tree
2008-07-12
Michael Niedermayer
Only try to probe the codec when the available data...
commit
|
commitdiff
|
tree
2008-07-12
Michael Niedermayer
Add mpegvideo and H.264 to the codec probe.
commit
|
commitdiff
|
tree
2008-07-12
Michael Niedermayer
h264_probe()
commit
|
commitdiff
|
tree
2008-07-12
Michael Niedermayer
indent
commit
|
commitdiff
|
tree
2008-07-12
Michael Niedermayer
New codec probing system try #1.
commit
|
commitdiff
|
tree
2008-07-12
Michael Niedermayer
command_streams are type data not unknown.
commit
|
commitdiff
|
tree
2008-07-12
Michael Niedermayer
Move add_to_pktbuf() before av_read_packet(). My future...
commit
|
commitdiff
|
tree
2008-07-12
Michael Niedermayer
Move set_codec_from_probe_data() up to where the other...
commit
|
commitdiff
|
tree
2008-07-12
Michael Niedermayer
Pass AVPacketList instead of the whole context to add_to_pkt...
commit
|
commitdiff
|
tree
2008-07-11
Michael Niedermayer
indent
commit
|
commitdiff
|
tree
2008-07-11
Michael Niedermayer
Fix not coded channels / silence decoding.
commit
|
commitdiff
|
tree
2008-07-11
Michael Niedermayer
Check that we have enough output space available.
commit
|
commitdiff
|
tree
2008-07-11
Michael Niedermayer
simplify
commit
|
commitdiff
|
tree
2008-07-11
Michael Niedermayer
Fix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06...
commit
|
commitdiff
|
tree
2008-07-09
Michael Niedermayer
Remove ancient code that hasnt worked in many years.
commit
|
commitdiff
|
tree
2008-07-09
Michael Niedermayer
New full search ME
commit
|
commitdiff
|
tree
2008-07-09
Michael Niedermayer
float_to_int16_sse2()
commit
|
commitdiff
|
tree
2008-07-09
Michael Niedermayer
indent
commit
|
commitdiff
|
tree
2008-07-09
Michael Niedermayer
Allow setting codecs through preset files
commit
|
commitdiff
|
tree
2008-07-09
Michael Niedermayer
fix IPCM_decode_error.h264
commit
|
commitdiff
|
tree
2008-07-08
Michael Niedermayer
Fix the av_set_string() free / alloc issue.
commit
|
commitdiff
|
tree
2008-07-08
Michael Niedermayer
indent
commit
|
commitdiff
|
tree
2008-07-08
Michael Niedermayer
10000l for myself, my last change was incomplete.
commit
|
commitdiff
|
tree
2008-07-08
Michael Niedermayer
Set cur_dts to 0 only during creating new streams and...
commit
|
commitdiff
|
tree
2008-07-07
Michael Niedermayer
1 c-asm loop less and 1x unroll of float_to_int16_sse()
commit
|
commitdiff
|
tree
2008-07-07
Michael Niedermayer
Fix x86-64
commit
|
commitdiff
|
tree
2008-07-07
Michael Niedermayer
dont use C-asm loops and unroll once float_to_int16_3dnow()
commit
|
commitdiff
|
tree
2008-07-04
Michael Niedermayer
All mp3 parsers are buggy fix 2 of n (out of array...
commit
|
commitdiff
|
tree
2008-07-04
Michael Niedermayer
All id3 parsers are buggy, 0 termination fix 1 of n...
commit
|
commitdiff
|
tree
2008-07-03
Michael Niedermayer
We do not only calculate it but we also return it.
commit
|
commitdiff
|
tree
2008-07-03
Michael Niedermayer
More correct comment.
commit
|
commitdiff
|
tree
2008-07-03
Michael Niedermayer
make sum_of_squares() more generic
commit
|
commitdiff
|
tree
2008-06-28
Michael Niedermayer
Make code independent/less dependent on dsputil.
commit
|
commitdiff
|
tree
2008-06-26
Michael Niedermayer
indent
commit
|
commitdiff
|
tree
2008-06-26
Michael Niedermayer
Inform the user about unhandled sectors.
commit
|
commitdiff
|
tree
2008-06-26
Michael Niedermayer
memleak
commit
|
commitdiff
|
tree
2008-06-26
Michael Niedermayer
Do not completely bail out for invalid params, just...
commit
|
commitdiff
|
tree
2008-06-26
Michael Niedermayer
merge decl & init
commit
|
commitdiff
|
tree
2008-06-26
Michael Niedermayer
Get rid of weird pre reading code.
commit
|
commitdiff
|
tree
2008-06-26
Michael Niedermayer
Remove debugging trash.
commit
|
commitdiff
|
tree
2008-06-26
Michael Niedermayer
Another variable that did nothing at all
commit
|
commitdiff
|
tree
2008-06-26
Michael Niedermayer
remove code that discards streams randomly
commit
|
commitdiff
|
tree
2008-06-26
Michael Niedermayer
vertical align
commit
|
commitdiff
|
tree
2008-06-26
Michael Niedermayer
Remove a dozen unused variables.
commit
|
commitdiff
|
tree
2008-06-26
Michael Niedermayer
unused var
commit
|
commitdiff
|
tree
2008-06-26
Michael Niedermayer
Fix exploitable code.
commit
|
commitdiff
|
tree
2008-06-26
Michael Niedermayer
Register intrrupt_cb() early enough so we dont get...
commit
|
commitdiff
|
tree
2008-06-26
Michael Niedermayer
Remove start_time guessing code.
commit
|
commitdiff
|
tree
2008-06-26
Michael Niedermayer
Also print flags with FF_FDEBUG_TS.
commit
|
commitdiff
|
tree
2008-06-26
Michael Niedermayer
VP3 & Theora parser to extract keyframe flags.
commit
|
commitdiff
|
tree
2008-06-25
Michael Niedermayer
Support >=4096 dimensions, fixes issue499.
commit
|
commitdiff
|
tree
2008-06-25
Michael Niedermayer
Prevent invalid timestamps from being stored.
commit
|
commitdiff
|
tree
2008-06-25
Michael Niedermayer
Make av_find_stream_info() find the frame_size for...
commit
|
commitdiff
|
tree
2008-06-25
Michael Niedermayer
Set frame_size to the gcd of what the decoder can output.
commit
|
commitdiff
|
tree
2008-06-25
Michael Niedermayer
Fill missing pts in during muxing when we know that...
commit
|
commitdiff
|
tree
2008-06-25
Michael Niedermayer
We cannot calculate the duration of vorbis packets...
commit
|
commitdiff
|
tree
2008-06-25
Michael Niedermayer
Use correct timestamp value for stream copy.
commit
|
commitdiff
|
tree
2008-06-24
Michael Niedermayer
Prevent duration calculation code from generating random...
commit
|
commitdiff
|
tree
2008-06-19
Michael Niedermayer
Do not shift F[I] twice, it is also clearer and smaller...
commit
|
commitdiff
|
tree
2008-06-19
Michael Niedermayer
Factorize c->ap += (-c->ap) >> 4 out
commit
|
commitdiff
|
tree
2008-06-19
Michael Niedermayer
Get rid of G726Tables.bits.
commit
|
commitdiff
|
tree
2008-06-19
Michael Niedermayer
Copy 4 pointers to avid dozends of ptr dereferences.
commit
|
commitdiff
|
tree
2008-06-19
Michael Niedermayer
Does not need to be int16.
commit
|
commitdiff
|
tree
2008-06-19
Michael Niedermayer
Factorize I >> (c->tbls->bits - 1) out.
commit
|
commitdiff
|
tree
2008-06-19
Michael Niedermayer
1 abs() less
commit
|
commitdiff
|
tree
2008-06-18
Michael Niedermayer
simplify
commit
|
commitdiff
|
tree
2008-06-18
Michael Niedermayer
useless ()
commit
|
commitdiff
|
tree
2008-06-18
Michael Niedermayer
remove unneeded tr == 0
commit
|
commitdiff
|
tree
next