aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* pts fix / b frame segfault fixMichael Niedermayer2004-04-181-0/+1
* 10l (segfault fix)Michael Niedermayer2004-04-181-1/+2
* passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like mo...Michael Niedermayer2004-04-171-21/+25
* stream copy pts fixMichael Niedermayer2004-04-171-1/+2
* 10l (stats didnt include av_write_trailer())Michael Niedermayer2004-04-151-3/+3
* print video/audio/global_header size and muxing overheadMichael Niedermayer2004-04-151-5/+18
* printf macro patch by (Allen Day <allenday at ucla dot edu>)Allen Day2004-04-111-2/+4
* verbosity patch by (Allen Day <allenday at ucla dot edu>)Allen Day2004-04-111-28/+58
* require the user to explicitly specifiy --enable-gpl before enabling of gpl p...Michael Niedermayer2004-04-091-0/+16
* padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>)Todd Kirby2004-04-081-9/+226
* * making it possible to specify recording date and time in a streamRoman Shaposhnik2004-04-061-1/+10
* 10000lMichael Niedermayer2004-04-051-0/+1
* pass frame_size for stream copyMichael Niedermayer2004-04-011-0/+1
* Support raw mpegts streams from dvr patch by (wmglo at dent dot med dot uni-m...Wolfram Gloger2004-03-261-0/+2
* h263 loop filter optionMichael Niedermayer2004-03-261-0/+5
* slice structured encoding support & interlaced spellingMichael Niedermayer2004-03-181-1/+6
* wrong help textMichael Niedermayer2004-03-181-2/+2
* tcp select() check and enables pressing 'q' when reading/(writing) fromLeon van Stuivenberg2004-03-141-1/+11
* nicer output for 'ffmpeg -formats'Michael Niedermayer2004-03-111-38/+86
* write trailer before closing codecs as otherwise accesses to extradata in wri...Michael Niedermayer2004-03-051-6/+6
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-031-1/+1
* use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0Michael Niedermayer2004-02-251-4/+5
* multithreaded mpeg2 decodingMichael Niedermayer2004-02-231-0/+5
* improved VCD support patch by ("Hauke Duden" <H.NS.Duden at gmx dot net>)Hauke Duden2004-02-191-1/+1
* w32threads by (Gildas Bazin <gbazin at altern dot org>)Michael Niedermayer2004-02-191-5/+5
* fix image resizeMichael Niedermayer2004-02-141-1/+1
* Log file and Windows patch by ("Gael Chardon" <gael-announcements+ffmpeg at 4...Gael Chardon2004-02-141-1/+1
* threadless threads warningMichael Niedermayer2004-02-131-0/+3
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-131-1/+74
* pass strict_std_compliance to audio context tooMichael Niedermayer2004-02-071-0/+1
* fixes by Gildas Bazin <gbazin at altern dot org>Michael Niedermayer2004-02-041-9/+2
* quantizer noise shapingMichael Niedermayer2004-02-021-1/+8
* closed gop support & flags2 as all bits in flags are usedMichael Niedermayer2004-01-221-0/+29
* uninitalized variables fix by (Gildas Bazin <gbazin at altern dot org>)Michael Niedermayer2004-01-081-1/+1
* interlaced dct decision cleanupMichael Niedermayer2004-01-051-2/+10
* SVCD scan offset stuffMichael Niedermayer2004-01-041-0/+6
* trellis quantization regression testMichael Niedermayer2004-01-011-0/+5
* minrate=0 for SVCD & DVD, this matches mpeg2enc and the mpeg1/2 vissual standardMichael Niedermayer2004-01-011-2/+2
* interlaced motion estimationMichael Niedermayer2003-12-301-5/+36
* motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at ...Wolfgang Hesseler2003-12-301-4/+12
* nicer looking PSNR stats (YUV seperate and print the whole file PSNR at the e...Michael Niedermayer2003-12-291-2/+23
* moved packet output to a separate function - added the frame buffered by the ...Fabrice Bellard2003-12-151-173/+206
* motion estimation & mb compare functions command line optionsMichael Niedermayer2003-12-151-0/+24
* init picture structure to avoid uninitialized fieldsFabrice Bellard2003-12-151-0/+2
* error concealment regression testMichael Niedermayer2003-12-141-0/+8
* CBR improvementsMichael Niedermayer2003-12-121-1/+4
* fixed top_field_first support when encodingFabrice Bellard2003-12-121-31/+31
* obmc encoding flag (forgot to commit...)Michael Niedermayer2003-12-111-0/+6
* update -interlace helpFabrice Bellard2003-12-101-1/+1
* -interlace option - better consistency in helpFabrice Bellard2003-12-101-7/+10