354 Commits (ea15df8048783786d5abe7b980e450e7cedce661)

Author SHA1 Message Date
Alex Beregszaszi f37f8d4c55 fix ffserver, it is working for me now again, a more elegant fix is needed though 19 years ago
Michael Niedermayer 8f196b14f5 changing a few options to AVOptions 19 years ago
Michael Niedermayer 6fd46414db dont include opt.h in avcodec.h 19 years ago
Diego Biurrun 1471c6c2e8 CAREFULL --> CAREFUL typo fix 19 years ago
Michael Niedermayer ec9127c4a4 converting a few more options to AVOptions 19 years ago
Michael Niedermayer 637b5326f3 convert some options in ffmpeg.c to AVOptions 19 years ago
Michael Niedermayer a1689e2f19 avoid stdio.h 19 years ago
Michael Niedermayer 8bbf6db98b AVOption API improvments 19 years ago
Michael Niedermayer e7902f2095 do not rescale AV_NOPTS_VALUE 19 years ago
Michael Niedermayer 78e035162c the user sets codec->time_base for video encding so she should also set it for audio encoding 19 years ago
Reimar Döffinger b461b3bc4a Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). 19 years ago
Justin Ruggles c57c770db3 vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net) 19 years ago
Michael Niedermayer 30bc6613fe support fixing missing pts by parsing future frames 19 years ago
Mike Brown ae38261ee8 changes to ignore command media embedded in MS WMV files patch by ("Brown, Mike": mikeb, vibephone com) 19 years ago
Luca Abeni f2d9a9f5b7 let user set codec even if CODEC_ID_NONE is default patch by (Luca Abeni: lucabe72, email it) 19 years ago
Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 19 years ago
Michael Niedermayer c6ec28b18c DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk) 19 years ago
Michael Niedermayer b7b84107b5 error_resilience = FF_ER_CAREFULL 19 years ago
Michael Niedermayer 90ad92b39d support changing in bitstream global headers into extradata style and back 20 years ago
Michael Niedermayer 6beefa4085 *BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com) 20 years ago
Todd Kirby 8108551a5c Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com) 20 years ago
Michael Niedermayer 1ab1f099eb set log level to AV_LOG_DEBUG if -debug ... is used 20 years ago
Fabrice Bellard cf7fc795ae support for adding new components (syntax: ffmpeg -i input_file [output options] output_file [[component output options] {-newaudio|-newvideo|-newsubtitle}]... - added subtitle support - added '-alang' option 20 years ago
Måns Rullgård ef7b5aee5d add -gray command line flag 20 years ago
Wolfram Gloger b4a3389e70 sync output stream against any input stream (extension of map) patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) 20 years ago
Michael Niedermayer 68fc9c272b b frame strategy 20 years ago
Michael Niedermayer 87017bada0 10l (rescaling AV_NOPTS_VALUE) 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago
Michael Niedermayer 644a92626a PIX_FMT_NONE and related fixes 20 years ago
Michael Niedermayer 09c3e44e8a motion estimation bitrate penalty compensation 20 years ago
Michael Niedermayer dffbfd06e4 copy extradata for streamcopy 20 years ago
Calcium b691166c0f 25_fix_problem_that_unsynced_with_ss_option.patch by (Calcium | calcium nurs or jp) 20 years ago
Calcium c64d476ccd 30_clean_up_global_header_flag.patch by (Calcium | calcium nurs or jp) 20 years ago
Michael Niedermayer 59fa3f96f4 support omiting various headers in mpeg4 as WMP seems to have difficulty with them 20 years ago
Michael Niedermayer a9aa346717 change audio volume range so that the very slow division by 100 can be avoided 20 years ago
Calcium 7e987c33ff 19_audio_volume_adj.patch by (Calcium | calcium nurs or jp) 20 years ago
Calcium ca80810bd9 12_finish_encoding_at_shortest_stream_was_finished.patch by (Calcium | calcium nurs or jp) 20 years ago
Calcium b6e16b8653 08_limit_in_filesize.patch by (Calcium | calcium nurs or jp) 20 years ago
Michael Niedermayer ff8cc24bf5 init has_b_frames for stream copy 20 years ago
Måns Rullgård eb8393a8c7 argument name for -vdt 20 years ago
Michael Niedermayer f3356e9c9e more fine grained discarding of packets 20 years ago
Michael Niedermayer 094147cd9c set global_quality 20 years ago
Calcium da723fd2dd This patch corrects the bug, that if padbottom IS NOT specified and 20 years ago
Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
Michel Bardiaux 3d38fd1cd4 better error message patch by (Michel Bardiaux <mbardiaux peaktime be>) 20 years ago
Michael Niedermayer 09b0499f1b seperate bitstream encoding skip from PASS1 flag 20 years ago
Michael Niedermayer 6e0d8c06c7 mb_lmin/max to limit the per mb quality for the ratecontrol independant from the frame limits 20 years ago
Michael Niedermayer a603bf8d68 dont predict missing timestamps if we lack the required information to do so 20 years ago
Michael Niedermayer b4aea108eb support discarding of uninterresting packets 20 years ago
Roine Gustafsson ac930a999c console text to stderr : rev2 patch by (Roine Gustafsson <roine users.sourceforge net>) 20 years ago