84 Commits (4fe9e2fc162a9d3258eb39dd16677970c657c122)

Author SHA1 Message Date
Andreas Rheinhardt 3362330741 ffplay, avcodec, avformat: Don't initialize before av_packet_ref() 5 years ago
Marton Balint 3ffe3b1db0 avformat/img2enc: add support for specifying protocol options 5 years ago
Marton Balint c371463915 avformat: remove avio_flush() calls from the end of write_packet functions 5 years ago
Marton Balint d111a41f9d avformat/img2enc: fix writing multiple streams in write_muxed_file 5 years ago
Marton Balint beb7f93b23 avformat/img2enc: minor simplification 5 years ago
Marton Balint 57df8839e1 avformat/img2enc: cleanup IO contexts on error 5 years ago
Marton Balint 43d5ddb4b5 avformat/img2enc: reindent after last commit 5 years ago
Marton Balint 04e36fc4e1 avformat/img2enc: factorize piped write_packet 5 years ago
Marton Balint b693b06b22 avformat/img2enc: factorize writing fully muxed file 5 years ago
Lou Logan d92f06eb66 avformat/img2enc: mention -frames:v in error message 6 years ago
Marton Balint 18ac642359 avformat: migrate to AVFormatContext->url 7 years ago
Steven Liu f3e34072aa avformat/img2enc: add frame_pts option for make output filename 7 years ago
Gyan Doshi 3524c92950 lavf/img2enc: remove redundant option 'updatefirst' 7 years ago
James Almer 89a2472ec5 avformat/img2enc: remove av_dup_packet() call 7 years ago
James Almer a447b75de8 avformat: replace all uses of av_copy_packet() 7 years ago
Paras Chadha df475db9a2 Add FITS Muxer 7 years ago
Michael Niedermayer 2b09a3ad19 Revert "img2 encoder: allow %t in filename, based on patch from Yuval Adam" 8 years ago
rogerdpack 1a956c64c8 img2 encoder: allow %t in filename, based on patch from Yuval Adam 8 years ago
Michael Niedermayer 1fb8f6b75c avformat/img2enc: Use AV_FRAME_FILENAME_FLAGS_MULTIPLE, support tee: 8 years ago
Luca Barbato 79fdbfdb3e img2enc: Refactor the atomic renaming code 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Michael Niedermayer b4018544fb avformat/img2enc: remove unused variable 9 years ago
Marton Balint 35890aaa65 avformat/img2enc: disable atomic file creation by default 9 years ago
Marton Balint 0250fc2146 avformat/img2enc: return error if image rename fails 9 years ago
Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
Anton Khirnov 9f61abc811 lavf: allow custom IO for all files 9 years ago
Clément Bœsch b4431c80ef lavf/img2enc: add atomic_writing option 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Michael Niedermayer 232b8a5a43 avformat/img2enc: re enable atomic writes with split planes 9 years ago
Michael Niedermayer 1b82a0052c avformat/img2enc: Fix img2enc atomic implementation to work with split planes 9 years ago
Michael Niedermayer 9ec2b9fce1 avformat/img2enc: Disable rename&atomic writing for non file protocol and split planes 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Luca Barbato 22f4d9c303 img2enc: Make sure the images are atomically written 9 years ago
Hendrik Leppkes 5d8e836d0e Replace all remaining occurances of step/depth_minus1 and offset_plus1 9 years ago
tab fb135139fd avformat: implement query_codec for the image2 muxer. 9 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Michael Niedermayer 50bb9b87ab avformat/img2enc: Use avio_closep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 63e62cfbe2 avformat/img2enc: Use localtime_r() for thread saftey 10 years ago
Michael Niedermayer f5abd12c4d avformat/img2enc: remove webp extension as we have a dedicated webp muxer 10 years ago
Carl Eugen Hoyos 90d93eeb38 Allow .y as extension for image2. 11 years ago
Vittorio Giovara e50f5d3cf9 Alias PIX image encoder and decoder 11 years ago
Jean First 6d78e852fb img2: add j2c file extension 11 years ago
Justin Ruggles be7c323176 Add a libwebp encoder 11 years ago
Clément Bœsch 3bcd5c1e31 avformat/img2enc: simplify split planes extension selection. 11 years ago
Clément Bœsch 3c5e6e7635 avformat/img2enc: reindent after previous commit. 11 years ago
Clément Bœsch f70db22999 avformat/image2: allow muxing gif files. 11 years ago
Michael Niedermayer 49515cb840 avformat: remove duplicate includes 11 years ago
Stefano Sabatini 7af7b45c38 lavf/image2: extend start_number range to accept zero 11 years ago
Ramiro Polla 454c89dde3 img2enc: add option to use strftime() for filename 11 years ago
Clément Bœsch 3da726f188 lavf/img2enc: use FF_CEIL_RSHIFT(). 12 years ago