summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Collapse)AuthorAge
* Split show_formats().Michael Niedermayer2009-11-19
| | | | Originally committed as revision 20553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indent.Ramiro Polla2009-11-02
| | | | Originally committed as revision 20436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -fpre option to take a preset file as parameter. The -[avs]pre options noRamiro Polla2009-11-02
| | | | | | longer accept filenames, and -fpre should be used instead. Originally committed as revision 20435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Issue an error when forced format cannot be honored.Etienne Buira2009-10-30
| | | | | | Patch by Etienne Buira $name $surname lists chez free.fr Originally committed as revision 20417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefer "loglevel" over "logging level number or string" as argname ofStefano Sabatini2009-10-02
| | | | | | | | | | the loglevel command line option. Make the loglevel option help message more clear, since the option argument is shown as a single token, and make the whole message better aligned with the other help messages. Originally committed as revision 20149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframesSascha Sommer2009-09-16
| | | | | | | | per AVPacket No longer print "Multiple frames in a packet" error message when CODEC_CAP_SUBFRAMES is set (wmapro, wavpack) Originally committed as revision 19881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix PTS calculation for audio formats with bits per sample != 16Sascha Sommer2009-09-16
| | | | Originally committed as revision 19880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for return value of some context allocations.Ramiro Polla2009-09-12
| | | | Originally committed as revision 19826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase maximum encoded subtitle size from 64 kB to 1 MB.Reimar Döffinger2009-08-26
| | | | | | | Fixes "dvd_subtitle too big" errors when encoding HD video subtitles to DVD format. Originally committed as revision 19713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure that start_display_time is 0 by moving its value onto pts.Reimar Döffinger2009-08-26
| | | | | | If it was not 0, subtitle encoding would fail. Originally committed as revision 19710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, error out if subtitle encoder failed instead of writing an AVPacketReimar Döffinger2009-08-15
| | | | | | with ridiculous size and thus crashing. Originally committed as revision 19641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some hunks of unused and disabled code cruft.Diego Biurrun2009-08-07
| | | | Originally committed as revision 19606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change type of received_sigterm variable from sig_atomic_t to int,Martin Storsjö2009-07-27
| | | | | | | which is more portable (works on Windows CE). patch by Martin Storsjö, martin martin st Originally committed as revision 19515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for HAVE_ISATTY.Martin Storsjö2009-07-24
| | | | | | Patch by Martin Storsjö <martin at martin dot st> Originally committed as revision 19505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename invalid option name "gop" to "g" in opt_target(), so thatLou Logan2009-07-16
| | | | | | | | -target *-dvd works correctly. Patch by Lou Logan <$firstname@fakeoutdoorsman com>. Originally committed as revision 19447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use enum CodecID instead of int.Carl Eugen Hoyos2009-07-04
| | | | | | | Fixes the following icc warning: warning #188: enumerated type mixed with another type Originally committed as revision 19340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle variable input stream pixfmts using the same framework introducedJason Garrett-Glaser2009-06-26
| | | | | | by the variable frame size patch. Fixes at least issue 1165. Originally committed as revision 19279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clarify encoder and decoder opening error messagesBaptiste Coudurier2009-06-21
| | | | Originally committed as revision 19243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support varying frame sizes in a single file.Eric Buehl2009-06-19
| | | | | | patch by Eric Buehl, eric.buehl gmail com Originally committed as revision 19226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoderReimar Döffinger2009-06-19
| | | | | | should use it, too). Originally committed as revision 19221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move opt_loglevel() from ffmpeg.c to cmdutils.c.Stefano Sabatini2009-06-16
| | | | Originally committed as revision 19209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg able to set the loglevel option using stringsRamiro Polla2009-06-16
| | | | | | | | corresponding to the various log levels. Patch by Ramiro. Originally committed as revision 19208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not use av_parser_change for h264 which uses bitstream filter, fix #1027Baptiste Coudurier2009-06-14
| | | | Originally committed as revision 19196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print error message when output buffer allocation failsMåns Rullgård2009-06-14
| | | | Originally committed as revision 19194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fail and print correct error message when video stream pixel formatBaptiste Coudurier2009-06-12
| | | | | | is unknown. Originally committed as revision 19164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove even condition on pad and crop.Baptiste Coudurier2009-06-11
| | | | | | | Odd padding or cropping is needed when encoders only support even resolution. Originally committed as revision 19146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentRamiro Polla2009-05-31
| | | | Originally committed as revision 19071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless if(), leftover from the vhook removal.Ramiro Polla2009-05-31
| | | | Originally committed as revision 19070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove commented code using real_pict_numBaptiste Coudurier2009-05-30
| | | | Originally committed as revision 18989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pad last audio frame when encodingBaptiste Coudurier2009-05-23
| | | | Originally committed as revision 18907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicated RGB_TO_[YUV] macros, use those included inStefano Sabatini2009-05-22
| | | | | | libavcodec/colorspace.h. Originally committed as revision 18901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Copy input codec's chroma_sample_location to output codec when transcoding.David Conrad2009-05-12
| | | | | | Currently only used by yuv4mpeg. Originally committed as revision 18799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make function pointer assignments consistent in option handling.Benoit Fouet2009-04-27
| | | | Originally committed as revision 18697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change return type of opt_loglevel() from void to int.Wolfram Gloger2009-04-24
| | | | | | Patch by Wolfram Gloger: wmglo (your at here) dent med uni (minus) muenchen de Originally committed as revision 18678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't loose bits_per_raw_sample when transcoding.Michael Niedermayer2009-04-23
| | | | Originally committed as revision 18671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check that channel layout is compatible with number of channels forJustin Ruggles2009-04-19
| | | | | | output audio stream. Originally committed as revision 18621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded assignment from av_encode() found by CSA.Michael Niedermayer2009-04-17
| | | | Originally committed as revision 18567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable from print_report() found by CSA.Michael Niedermayer2009-04-17
| | | | Originally committed as revision 18566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded assignment in ffmpeg.c found by CSA.Michael Niedermayer2009-04-17
| | | | Originally committed as revision 18562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support audio sample formats than S16 when encoding a small last frame.Justin Ruggles2009-04-14
| | | | Originally committed as revision 18505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pkt duration for last smaller frame, should fix alac in m4a muxingBaptiste Coudurier2009-04-14
| | | | Originally committed as revision 18504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentationBaptiste Coudurier2009-04-13
| | | | Originally committed as revision 18500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move audio buffers declarations and free them in av_exitBaptiste Coudurier2009-04-13
| | | | Originally committed as revision 18486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move freeing code before exiting because of signalBaptiste Coudurier2009-04-13
| | | | Originally committed as revision 18485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free options contexts in av_exit, valgrind should be happy nowBaptiste Coudurier2009-04-13
| | | | Originally committed as revision 18484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix initialization of avpkt in output_packet().Thilo Borgmann2009-04-11
| | | | | | Patch by Thilo Borgmann thilo.surname AT googlemaildotcom. Originally committed as revision 18451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the new avcodec_decode_* API.Thilo Borgmann2009-04-10
| | | | | | Patch by Thilo Borgmann th_lo.borgm_n_@goog_email.co_. Originally committed as revision 18417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix -ss / -t interaction with -acodec copy.Michael Niedermayer2009-04-09
| | | | | | Fixes issue203 Originally committed as revision 18382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not write ffm write index by default, detect if file is being written and ↵Baptiste Coudurier2009-03-20
| | | | | | return EOF Originally committed as revision 18063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg fail if the argument provided to the -pix_fmt option isStefano Sabatini2009-03-19
| | | | | | invalid. Originally committed as revision 18053 to svn://svn.ffmpeg.org/ffmpeg/trunk