aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Collapse)AuthorAgeFilesLines
...
* interlaced motion estimationMichael Niedermayer2003-12-301-5/+36
| | | | | | | | | | | | | | interlaced mpeg2 encoding P & B frames rate distored interlaced mb decission alternate scantable support 4mv encoding fixes (thats also why the regression tests change) passing height to most dsp functions interlaced mpeg4 encoding (no direct mode MBs yet) various related cleanups disabled old motion estimaton algorithms (log, full, ...) they will either be fixed or removed Originally committed as revision 2638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at ↵Wolfgang Hesseler2003-12-301-4/+12
| | | | | | multimediaware dot com>) Originally committed as revision 2636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nicer looking PSNR stats (YUV seperate and print the whole file PSNR at the ↵Michael Niedermayer2003-12-291-2/+23
| | | | | | end instead of the last frame's) Originally committed as revision 2635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moved packet output to a separate function - added the frame buffered by the ↵Fabrice Bellard2003-12-151-173/+206
| | | | | | decoder at EOF, if any Originally committed as revision 2615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion estimation & mb compare functions command line optionsMichael Niedermayer2003-12-151-0/+24
| | | | Originally committed as revision 2613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init picture structure to avoid uninitialized fieldsFabrice Bellard2003-12-151-0/+2
| | | | Originally committed as revision 2612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* error concealment regression testMichael Niedermayer2003-12-141-0/+8
| | | | Originally committed as revision 2606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CBR improvementsMichael Niedermayer2003-12-121-1/+4
| | | | Originally committed as revision 2601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed top_field_first support when encodingFabrice Bellard2003-12-121-31/+31
| | | | Originally committed as revision 2600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* obmc encoding flag (forgot to commit...)Michael Niedermayer2003-12-111-0/+6
| | | | Originally committed as revision 2597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update -interlace helpFabrice Bellard2003-12-101-1/+1
| | | | Originally committed as revision 2594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -interlace option - better consistency in helpFabrice Bellard2003-12-101-7/+10
| | | | Originally committed as revision 2588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263 alternative inter vlc supportMichael Niedermayer2003-11-291-0/+5
| | | | Originally committed as revision 2541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263 OBMC & 4MV supportMichael Niedermayer2003-11-281-1/+0
| | | | | | cleanup Originally committed as revision 2536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_read_frame() - added initial seek support (rename -start to -ss ↵Fabrice Bellard2003-11-101-127/+116
| | | | | | (mplayer...)) - added '-dump' option to dump input packets Originally committed as revision 2504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -target option patch by (Vidar Madsen <vidar at prosalg dot no>)Vidar Madsen2003-11-031-0/+106
| | | | | | this isnt complete or bugfree but its better than nothing Originally committed as revision 2472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * DV demuxer is now capable of decoding auxilary audio stream. So,Roman Shaposhnik2003-10-311-0/+6
| | | | | | | | | | | everybody who still uses second streo track for dubbing can now export it. * void* -> DVDemuxContext* change (per Fabrice's suggestion). * -dv1394 capture now works in all modes. Originally committed as revision 2458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New options for intra/inter matrices patch by (Vidar Madsen <vidar at ↵Vidar Madsen2003-10-311-1/+43
| | | | | | prosalg dot no>) Originally committed as revision 2456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgot to apply this chunk appearently, no, i dont really remember where it ↵Michael Niedermayer2003-10-211-0/+3
| | | | | | came from Originally committed as revision 2409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* start time hack by (devik <devik at cdi dot cz>)Michael Niedermayer2003-10-211-2/+14
| | | | Originally committed as revision 2408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-10-201-1/+1
| | | | Originally committed as revision 2404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVRationalMichael Niedermayer2003-10-201-2/+2
| | | | | | | | | | sample_aspect_ratio aspect ratio in JPEG JFIF is SAR not DAR ! removed nonsense SAR guessing code various related cleanups bugs? Originally committed as revision 2403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * providing MPEG codecs with a generic fields in AVFrame to use.Roman Shaposhnik2003-10-181-0/+3
| | | | | | | | * fixing YUV4MPEG format. * fixing a bug in DV codec where coded_frame was not set. Originally committed as revision 2396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recommit ofMichael Niedermayer2003-10-141-4/+4
| | | | | | | | * backing out the 0-sized packets patch. We have to devise a more sensible approach. orginal commit by roman shaposhnik Originally committed as revision 2379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use lagrange multipler instead of qp for ratecontrol, this may break some ↵Michael Niedermayer2003-10-071-9/+9
| | | | | | | | things, tell me ASAP if u notice anything broken quality which was 1..31 float is now a 1..FF_LAMBDA_MAX int, and FF_QP2LAMBDA * qp can be used to convert to the new range Originally committed as revision 2348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * 10000l (cut'n'paste is evil!)Roman Shaposhnik2003-10-041-5/+5
| | | | | | * Fix from Charles Yates for 0 sized packets Originally committed as revision 2341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing bug that prevented resampling the picture andRoman Shaposhnik2003-10-031-2/+23
| | | | | | | | changing pix_fmt at the same time. * aspect ratio should be more reliable for DV now. Originally committed as revision 2338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fix for integer overflowRoman Shaposhnik2003-09-221-4/+4
| | | | Originally committed as revision 2297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid initializing pts for not decoded streamsFabrice Bellard2003-09-161-12/+14
| | | | Originally committed as revision 2284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplified version handlingFabrice Bellard2003-09-111-1/+0
| | | | Originally committed as revision 2264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov/mp4 muxer cleanup (mostly cosmetics/simplifications & global header fix)Michael Niedermayer2003-09-091-0/+3
| | | | Originally committed as revision 2249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* header fixes - removed MPEG-4 b frame limtation in helpFabrice Bellard2003-09-081-4/+1
| | | | Originally committed as revision 2233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-09-031-8/+9
| | | | Originally committed as revision 2202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vhook patch by (Charles Yates <charles dot yates at pandora dot be>)Charles Yates2003-09-031-6/+16
| | | | Originally committed as revision 2201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* quiet/verbose patch by (Bill Eldridge <bill at rfa dot org>)Bill Eldridge2003-09-031-9/+16
| | | | Originally committed as revision 2200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 received_sigterm patch by (Bill Eldridge <bill at rfa dot org>)Bill Eldridge2003-09-021-0/+4
| | | | Originally committed as revision 2199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stdin patch by (Charles Yates <charles dot yates at pandora dot be>)Charles Yates2003-08-291-9/+21
| | | | | | | | | | | | * removes use of read_key and getchar when input is received on stdin (this was corrupting the packet reading) * terminates av_encode when a termination signal is received (use of ctrl-c issued a term_exit and subsequent uses of q failed) * specific correction to yuv4mpeg pipe reading - the defined header was too short to allow for extended yuv4mpeg flags [as used by smil2yuv and y4mscaler and accepted by mjpeg tools] Originally committed as revision 2183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * making resolution abbreviations rightRoman Shaposhnik2003-08-291-1/+1
| | | | | | * introducing sntsc/spal for square pixel ntsc/pal Originally committed as revision 2177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added loop optionFabrice Bellard2003-08-241-8/+3
| | | | Originally committed as revision 2150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spell fixesFabrice Bellard2003-08-241-2/+2
| | | | Originally committed as revision 2146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more sections in help - copyright fixesFabrice Bellard2003-08-241-98/+128
| | | | Originally committed as revision 2143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>)Michael Niedermayer2003-08-201-0/+10
| | | | Originally committed as revision 2129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed MAXINT64Fabrice Bellard2003-08-081-2/+0
| | | | Originally committed as revision 2114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* A/V sync patch from Gildas Bazin.Roman Shaposhnik2003-07-301-60/+49
| | | | Originally committed as revision 2098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rate distortion mb decision supportMichael Niedermayer2003-07-291-6/+11
| | | | | | | fix decoding of old %16!=0 divx fix assertion failure in motion_est.c Originally committed as revision 2094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * First round of AV sync fixes.Roman Shaposhnik2003-07-121-24/+42
| | | | | | | | * -r now does the right thing. * frame rate and frame sizes now share same abbv. table and you can do -r ntsc as well as -s ntsc Originally committed as revision 2035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1) remove TBL support in PPC performance. It's much more useful to use theRomain Dolbeau2003-07-091-2/+2
| | | | | | | | | | PMCs, and with Apple's CHUD it's fairly easy too. No reason to keep useless code around 2) make the PPC perf stuff a configure option 3) make put_pixels16_altivec a bit faster by unrolling the loop by 4 patch by (Romain Dolbeau <dolbeau at irisa dot fr>) Originally committed as revision 2022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l found by Curi Fabio Eduardo (SFL) <curif@TELEFONICA.COM.AR>Alex Beregszaszi2003-07-031-1/+1
| | | | Originally committed as revision 2002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tv standard selection support for dv1394 and grab (v4l)Alex Beregszaszi2003-06-251-0/+8
| | | | Originally committed as revision 1987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added ffplay utilityFabrice Bellard2003-06-071-187/+29
| | | | Originally committed as revision 1936 to svn://svn.ffmpeg.org/ffmpeg/trunk