aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Collapse)AuthorAgeFilesLines
...
* dissallow sprintfMichael Niedermayer2005-01-121-1/+1
| | | | Originally committed as revision 3823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-9/+9
| | | | Originally committed as revision 3822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (ret vs. ret>0)Michael Niedermayer2005-01-101-1/+1
| | | | Originally committed as revision 3818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* .{Y,U,V} image2 supportMichael Niedermayer2005-01-041-2/+2
| | | | Originally committed as revision 3802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* target VCD GOP size patch by (Panagiotis Issaris <takis >< lumumba dot ↵Panagiotis Issaris2004-12-291-0/+1
| | | | | | luc.ac.be>) Originally committed as revision 3781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* target DV patch by (Panagiotis Issaris <takis at lumumba..luc..ac..be>)Panagiotis Issaris2004-12-291-1/+11
| | | | Originally committed as revision 3779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stream copy block_alignMichael Niedermayer2004-12-201-0/+1
| | | | Originally committed as revision 3766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* When using the -target option, although PAL or NTSC is specified,Panagiotis Issaris2004-12-191-2/+9
| | | | | | | | the framerate is not set according to the standard add NTSC-Film framerates. patch by (Panagiotis Issaris <takis O lumumba o luc o ac o be>) Originally committed as revision 3763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to guess the fps if they are variableMichael Niedermayer2004-12-191-5/+4
| | | | Originally committed as revision 3760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to set next_pts to a reasonable value in case of streamcopyMichael Niedermayer2004-12-141-0/+13
| | | | Originally committed as revision 3753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more flexible frame skip decissionMichael Niedermayer2004-12-081-0/+6
| | | | Originally committed as revision 3743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* frame skip supportMichael Niedermayer2004-12-081-0/+6
| | | | Originally committed as revision 3742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* max frames command line optionsMichael Niedermayer2004-11-301-0/+9
| | | | Originally committed as revision 3722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (encode bit buffer too small for 1920x1080 raw)Michael Niedermayer2004-11-271-10/+13
| | | | Originally committed as revision 3716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more ↵François Revol2004-11-211-4/+4
| | | | | | generic "if HAVE_THREADS" Originally committed as revision 3702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parts of the dvd patch from ("Chris" <chris <at< garveycocker >dot< com> and ↵Michael Niedermayer2004-11-211-0/+3
| | | | | | Paul Curtis <pfc >at> terrapin <dot< com>) Originally committed as revision 3700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable redundant image formats, otherwise we wont get any bugreports about ↵Michael Niedermayer2004-11-141-1/+1
| | | | | | -f image2 Originally committed as revision 3683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move p*m from image/lavf -> image2/lavcMichael Niedermayer2004-11-111-3/+11
| | | | | | | video/audio_codec_id in AVFormatParameters to override/help demuxer av_guess_codec() to guess the default codecs based upon muxer + filename Originally committed as revision 3668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove weird offsetsMichael Niedermayer2004-11-041-1/+1
| | | | Originally committed as revision 3660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stdin detection fixMichael Niedermayer2004-10-241-1/+1
| | | | Originally committed as revision 3633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Introducing new UI for grabbing.Roman Shaposhnik2004-10-201-7/+22
| | | | | | | | | | | | There's an option -grab <format> that basically acts as -i but for grabbing. So now it's possible to grab from multiple sources at once and fully control -r -s and -pix_fmt for each individual grab. * removing -dv1394 Please use -grab dv1394 instead. Originally committed as revision 3613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add the long_name to the -formats output patch by (john Galloway <jrg at ↵Michael Niedermayer2004-10-191-5/+10
| | | | | | monsterbot dot com>) and (Måns Rullgård <mru at mru dot ath dot cx>) Originally committed as revision 3611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update sync_opts for video frame copy patch by (Wolfram Gloger <wmglo at ↵Wolfram Gloger2004-10-171-1/+3
| | | | | | dent dot med dot uni-muenchen dot de>) Originally committed as revision 3605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user setable preload and max_mux_delayMichael Niedermayer2004-10-161-0/+12
| | | | Originally committed as revision 3602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user setable fourccMichael Niedermayer2004-10-161-1/+29
| | | | Originally committed as revision 3597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support strictly enforcing gop sizeMichael Niedermayer2004-10-151-0/+5
| | | | Originally committed as revision 3594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* config options log patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-10-111-0/+1
| | | | Originally committed as revision 3582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use native timebase for seekingMichael Niedermayer2004-10-101-1/+1
| | | | | | direction flag for seeking Originally committed as revision 3577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doc improvement for -target patch by (Michel Bardiaux <mbardiaux at peaktime ↵Michel Bardiaux2004-10-071-1/+1
| | | | | | dot be>) Originally committed as revision 3569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not randomize unknown timestampsMichael Niedermayer2004-10-071-1/+4
| | | | Originally committed as revision 3568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user selectable packet_size and mux_rateMichael Niedermayer2004-10-061-0/+15
| | | | Originally committed as revision 3566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOutputFormat mpeg2dvd_mux and int is_dvd from the dvd patch by (Paul ↵Paul Curtis2004-10-031-1/+1
| | | | | | Curtis <pfc at terrapin dot com>) Originally committed as revision 3557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix initial vbv buffer underflowMichael Niedermayer2004-10-031-0/+1
| | | | Originally committed as revision 3556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg not selecting first available stream, patch by (Nathan Kurz <nate at ↵Nathan Kurz2004-09-291-0/+1
| | | | | | verse dot com>) Originally committed as revision 3538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid using local arrays outside the block where they live ...Michael Niedermayer2004-09-281-2/+5
| | | | Originally committed as revision 3536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* less printf spamMichael Niedermayer2004-09-281-1/+1
| | | | Originally committed as revision 3533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix assertMichael Niedermayer2004-09-281-2/+2
| | | | Originally committed as revision 3532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (wrong context)Michael Niedermayer2004-09-251-1/+1
| | | | Originally committed as revision 3508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1/2 resolution decodingMichael Niedermayer2004-09-251-0/+6
| | | | Originally committed as revision 3507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing useless codeMichael Niedermayer2004-09-221-15/+0
| | | | Originally committed as revision 3493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* last timestamp and -vsync 0 fixMichael Niedermayer2004-09-221-1/+6
| | | | Originally committed as revision 3492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial timestamp fixMichael Niedermayer2004-09-201-9/+11
| | | | Originally committed as revision 3485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgotten parameterMichael Niedermayer2004-09-021-0/+3
| | | | Originally committed as revision 3428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stack overflowMichael Niedermayer2004-08-141-3/+3
| | | | Originally committed as revision 3389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user overrideable level & profileMichael Niedermayer2004-08-131-0/+6
| | | | Originally committed as revision 3385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling fixes, closes bug #1005426Michael Niedermayer2004-08-131-2/+2
| | | | Originally committed as revision 3383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fix by ("Todd.Kirby" <doubleshot at pacbell dot net>)Michael Niedermayer2004-07-261-1/+1
| | | | Originally committed as revision 3344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* multi frame duplication fixMichael Niedermayer2004-07-251-4/+4
| | | | Originally committed as revision 3338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix bug causing conversion to stop when output_packet() fails patch by ↵Patrice Bensoussan2004-07-251-2/+4
| | | | | | (Patrice Bensoussan <patrice.bensoussan at free dot fr>) Originally committed as revision 3337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Option to copy meta data from specified file patch by (Patrice Bensoussan ↵Patrice Bensoussan2004-07-211-0/+56
| | | | | | <patrice.bensoussan at free dot fr>) Originally committed as revision 3331 to svn://svn.ffmpeg.org/ffmpeg/trunk