315 Commits (8bb8f41375ac9a00de22b875e867a3a30904c2a9)

Author SHA1 Message Date
Michael Niedermayer 4ea4b27469 lmin/lmax 21 years ago
Michael Niedermayer f20f8a8b0b support reusing mb types and field select values of the source file, but use motion vectors just as additional predictors 21 years ago
Michael Niedermayer 5efe481a15 -qpel option 21 years ago
Timofei V. Bondarenko 2f0472ff81 me_range patch by ("Timofei V. Bondarenko" <timm at ipi dot ac dot ru>) 21 years ago
Michael Niedermayer f4f3223ffd reuse motion vectors/mb types/field select values of the source video, if the SSE for a macroblock which is predicted with these values is below me_threshold 21 years ago
Michael Niedermayer 8857a7ef32 10l 21 years ago
Michael Niedermayer e31d863ede pts fix / b frame segfault fix 21 years ago
Michael Niedermayer 2de28abbfd 10l (segfault fix) 21 years ago
Michael Niedermayer a4d36c1113 passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like motion vectors can be passed from the decoder to the encoder 21 years ago
Michael Niedermayer bf17ff617b stream copy pts fix 21 years ago
Michael Niedermayer 37f5cd5a18 10l (stats didnt include av_write_trailer()) 21 years ago
Michael Niedermayer 1008ceb380 print video/audio/global_header size and muxing overhead 21 years ago
Allen Day d223532c23 printf macro patch by (Allen Day <allenday at ucla dot edu>) 21 years ago
Allen Day d8019eb5d8 verbosity patch by (Allen Day <allenday at ucla dot edu>) 21 years ago
Michael Niedermayer b2e3c52814 require the user to explicitly specifiy --enable-gpl before enabling of gpl parts becomes possible 21 years ago
Todd Kirby 1ff93ffcd4 padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>) 21 years ago
Roman Shaposhnik 4568325a18 * making it possible to specify recording date and time in a stream 21 years ago
Michael Niedermayer 64c020a8ab 10000l 21 years ago
Michael Niedermayer 0a3b044718 pass frame_size for stream copy 21 years ago
Wolfram Gloger 6fb316d563 Support raw mpegts streams from dvr patch by (wmglo at dent dot med dot uni-muenchen dot de) 21 years ago
Michael Niedermayer d7646d7d93 h263 loop filter option 21 years ago
Michael Niedermayer 458eaddad1 slice structured encoding support & interlaced spelling 21 years ago
Michael Niedermayer 950b55d3e2 wrong help text 21 years ago
Leon van Stuivenberg b51469a0c5 tcp select() check and enables pressing 'q' when reading/(writing) from 21 years ago
Michael Niedermayer 3738fe1ae4 nicer output for 'ffmpeg -formats' 21 years ago
Michael Niedermayer c4e3724713 write trailer before closing codecs as otherwise accesses to extradata in write_trailer() will cause a segfault 21 years ago
Michel Bardiaux bc874daea8 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Michael Niedermayer 9740beffc6 use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 21 years ago
Michael Niedermayer c62c07d3d7 multithreaded mpeg2 decoding 21 years ago
Hauke Duden 2451592652 improved VCD support patch by ("Hauke Duden" <H.NS.Duden at gmx dot net>) 21 years ago
Michael Niedermayer 16806499fc w32threads by (Gildas Bazin <gbazin at altern dot org>) 21 years ago
Michael Niedermayer 50ee2c4131 fix image resize 21 years ago
Gael Chardon 4776fa926f Log file and Windows patch by ("Gael Chardon" <gael-announcements+ffmpeg at 4now dot net>) 21 years ago
Michael Niedermayer 842b556af2 threadless threads warning 21 years ago
Michael Niedermayer 9c3d33d67f multithreaded/SMP motion estimation 21 years ago
Michael Niedermayer ae2e7208f9 pass strict_std_compliance to audio context too 21 years ago
Michael Niedermayer 2caa92d935 fixes by Gildas Bazin <gbazin at altern dot org> 21 years ago
Michael Niedermayer 77ea0d4bdd quantizer noise shaping 21 years ago
Michael Niedermayer 303e50e65b closed gop support & flags2 as all bits in flags are used 21 years ago
Michael Niedermayer 303aebf97a uninitalized variables fix by (Gildas Bazin <gbazin at altern dot org>) 21 years ago
Michael Niedermayer 622348f931 interlaced dct decision cleanup 21 years ago
Michael Niedermayer baaf3f467b SVCD scan offset stuff 21 years ago
Michael Niedermayer c0baa56a25 trellis quantization regression test 21 years ago
Michael Niedermayer 55bbad6f14 minrate=0 for SVCD & DVD, this matches mpeg2enc and the mpeg1/2 vissual standard 21 years ago
Michael Niedermayer bb198e198a interlaced motion estimation 21 years ago
Wolfgang Hesseler 0c9bbaec60 motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at multimediaware dot com>) 21 years ago
Michael Niedermayer 890972be03 nicer looking PSNR stats (YUV seperate and print the whole file PSNR at the end instead of the last frame's) 21 years ago
Fabrice Bellard a700a6ae8f moved packet output to a separate function - added the frame buffered by the decoder at EOF, if any 21 years ago
Michael Niedermayer 5d43635e47 motion estimation & mb compare functions command line options 21 years ago
Fabrice Bellard 8bb27bdfd4 init picture structure to avoid uninitialized fields 21 years ago