summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoderReimar Döffinger2009-06-191-0/+1
* Move opt_loglevel() from ffmpeg.c to cmdutils.c.Stefano Sabatini2009-06-161-35/+0
* Make ffmpeg able to set the loglevel option using stringsRamiro Polla2009-06-161-2/+30
* do not use av_parser_change for h264 which uses bitstream filter, fix #1027Baptiste Coudurier2009-06-141-0/+5
* Print error message when output buffer allocation failsMåns Rullgård2009-06-141-0/+2
* Fail and print correct error message when video stream pixel formatBaptiste Coudurier2009-06-121-0/+4
* Remove even condition on pad and crop.Baptiste Coudurier2009-06-111-32/+0
* indentRamiro Polla2009-05-311-8/+8
* Remove useless if(), leftover from the vhook removal.Ramiro Polla2009-05-311-4/+0
* remove commented code using real_pict_numBaptiste Coudurier2009-05-301-4/+3
* pad last audio frame when encodingBaptiste Coudurier2009-05-231-2/+11
* Remove duplicated RGB_TO_[YUV] macros, use those included inStefano Sabatini2009-05-221-17/+1
* Copy input codec's chroma_sample_location to output codec when transcoding.David Conrad2009-05-121-0/+1
* Make function pointer assignments consistent in option handling.Benoit Fouet2009-04-271-2/+2
* Change return type of opt_loglevel() from void to int.Wolfram Gloger2009-04-241-1/+2
* Don't loose bits_per_raw_sample when transcoding.Michael Niedermayer2009-04-231-0/+2
* Check that channel layout is compatible with number of channels forJustin Ruggles2009-04-191-0/+2
* Remove unneeded assignment from av_encode() found by CSA.Michael Niedermayer2009-04-171-1/+0
* Remove unused variable from print_report() found by CSA.Michael Niedermayer2009-04-171-2/+1
* Remove unneeded assignment in ffmpeg.c found by CSA.Michael Niedermayer2009-04-171-1/+0
* Support audio sample formats than S16 when encoding a small last frame.Justin Ruggles2009-04-141-1/+2
* set pkt duration for last smaller frame, should fix alac in m4a muxingBaptiste Coudurier2009-04-141-0/+2
* fix indentationBaptiste Coudurier2009-04-131-1/+1
* move audio buffers declarations and free them in av_exitBaptiste Coudurier2009-04-131-4/+10
* move freeing code before exiting because of signalBaptiste Coudurier2009-04-131-5/+5
* free options contexts in av_exit, valgrind should be happy nowBaptiste Coudurier2009-04-131-0/+5
* Fix initialization of avpkt in output_packet().Thilo Borgmann2009-04-111-5/+3
* Use the new avcodec_decode_* API.Thilo Borgmann2009-04-101-22/+24
* Fix -ss / -t interaction with -acodec copy.Michael Niedermayer2009-04-091-1/+4
* do not write ffm write index by default, detect if file is being written and ...Baptiste Coudurier2009-03-201-1/+1
* Make ffmpeg fail if the argument provided to the -pix_fmt option isStefano Sabatini2009-03-191-2/+6
* Use read_yesno() in opt_output_file().Stefano Sabatini2009-03-181-6/+1
* Flush the remaning chars in the input buffer after reading theStefano Sabatini2009-03-181-0/+2
* add loglevel option to set libav* logging level, -v does not set it anymoreBaptiste Coudurier2009-03-151-2/+8
* stag option to force subtitle tagBaptiste Coudurier2009-03-111-0/+15
* 10l, set ret to 0 when finishedBaptiste Coudurier2009-03-111-0/+1
* dump_format after av_write_header to print updated parametersBaptiste Coudurier2009-03-111-44/+56
* Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger2009-03-091-2/+2
* Replace all uses of the replaced av_fifo_read by av_fifo_generic_readReimar Döffinger2009-03-081-2/+2
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-081-12/+13
* Rename avctx_opts to avcodec_opts.Stefano Sabatini2009-03-031-12/+12
* Enable AVFMT_FLAG_NONBLOCK.Michael Niedermayer2009-03-031-0/+2
* Do usleep(10000) when all demuxers returned EAGAIN.Michael Niedermayer2009-03-031-0/+1
* If a demuxer returns EAGAIN, try another demuxer.Michael Niedermayer2009-03-031-1/+16
* Remove deprecated vhook subsystem.Diego Biurrun2009-03-031-37/+1
* fix last usage of old metadata API in ffmpeg.c (handling of AVStream language)Aurelien Jacobs2009-03-011-5/+6
* convert ffmpeg to new metadata APIAurelien Jacobs2009-03-011-32/+33
* Make sure -vsync 2 does not produce timestamps equal to the previous,Michael Niedermayer2009-02-271-2/+5
* Update commented fprintf().Michael Niedermayer2009-02-271-1/+1
* Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer2009-02-261-4/+5
OpenPOWER on IntegriCloud