summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* Copy input codec's chroma_sample_location to output codec when transcoding.David Conrad2009-05-12
* Make function pointer assignments consistent in option handling.Benoit Fouet2009-04-27
* Change return type of opt_loglevel() from void to int.Wolfram Gloger2009-04-24
* Don't loose bits_per_raw_sample when transcoding.Michael Niedermayer2009-04-23
* Check that channel layout is compatible with number of channels forJustin Ruggles2009-04-19
* Remove unneeded assignment from av_encode() found by CSA.Michael Niedermayer2009-04-17
* Remove unused variable from print_report() found by CSA.Michael Niedermayer2009-04-17
* Remove unneeded assignment in ffmpeg.c found by CSA.Michael Niedermayer2009-04-17
* Support audio sample formats than S16 when encoding a small last frame.Justin Ruggles2009-04-14
* set pkt duration for last smaller frame, should fix alac in m4a muxingBaptiste Coudurier2009-04-14
* fix indentationBaptiste Coudurier2009-04-13
* move audio buffers declarations and free them in av_exitBaptiste Coudurier2009-04-13
* move freeing code before exiting because of signalBaptiste Coudurier2009-04-13
* free options contexts in av_exit, valgrind should be happy nowBaptiste Coudurier2009-04-13
* Fix initialization of avpkt in output_packet().Thilo Borgmann2009-04-11
* Use the new avcodec_decode_* API.Thilo Borgmann2009-04-10
* Fix -ss / -t interaction with -acodec copy.Michael Niedermayer2009-04-09
* do not write ffm write index by default, detect if file is being written and ...Baptiste Coudurier2009-03-20
* Make ffmpeg fail if the argument provided to the -pix_fmt option isStefano Sabatini2009-03-19
* Use read_yesno() in opt_output_file().Stefano Sabatini2009-03-18
* Flush the remaning chars in the input buffer after reading theStefano Sabatini2009-03-18
* add loglevel option to set libav* logging level, -v does not set it anymoreBaptiste Coudurier2009-03-15
* stag option to force subtitle tagBaptiste Coudurier2009-03-11
* 10l, set ret to 0 when finishedBaptiste Coudurier2009-03-11
* dump_format after av_write_header to print updated parametersBaptiste Coudurier2009-03-11
* Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger2009-03-09
* Replace all uses of the replaced av_fifo_read by av_fifo_generic_readReimar Döffinger2009-03-08
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-08
* Rename avctx_opts to avcodec_opts.Stefano Sabatini2009-03-03
* Enable AVFMT_FLAG_NONBLOCK.Michael Niedermayer2009-03-03
* Do usleep(10000) when all demuxers returned EAGAIN.Michael Niedermayer2009-03-03
* If a demuxer returns EAGAIN, try another demuxer.Michael Niedermayer2009-03-03
* Remove deprecated vhook subsystem.Diego Biurrun2009-03-03
* fix last usage of old metadata API in ffmpeg.c (handling of AVStream language)Aurelien Jacobs2009-03-01
* convert ffmpeg to new metadata APIAurelien Jacobs2009-03-01
* Make sure -vsync 2 does not produce timestamps equal to the previous,Michael Niedermayer2009-02-27
* Update commented fprintf().Michael Niedermayer2009-02-27
* Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer2009-02-26
* Fix next_pts computation to consider repeat_pict.Michael Niedermayer2009-02-26
* Do not duplicate frames if the muxer claims that it is not needed.Michael Niedermayer2009-02-24
* Increase ffmpeg intermediate conversion buffer size to accomodate 48-bit RGB ...Peter Ross2009-02-22
* Increase ffmpeg intermediate conversion buffer size to accomodate PPM/PNM hea...Peter Ross2009-02-22
* Change av_log() calls to fprintf() to stderr calls.Benoit Fouet2009-02-16
* extend resampling API, add S16 internal conversionBaptiste Coudurier2009-02-11
* Use av_strlcpy instead of snprintf without formatting.Patrik Kullman2009-02-11
* Add the ability to set the timestamp to the current time by specifying 'now'Francesco Cosoleto2009-02-08
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-08
* Make opt_preset() use FFMPEG_DATADIR from config.h rather than /usr andRobert Swain2009-01-25
* Workaround ffms behavior of returning EAGAIN at EOF.Michael Niedermayer2009-01-23
* Handle av_read_frame() EAGAIN return.Michael Niedermayer2009-01-22