]> git.sesse.net Git - ffmpeg/history - libavformat
avutil/mem: Add DECLARE_ASM_ALIGNED macro for DJGPP architecture.
[ffmpeg] / libavformat /
2017-11-30 John Stebbinslavf/mov: fix huge alloc in mov_read_ctts
2017-11-30 James Almeravformat/avc: support writting more than one sps/pps...
2017-11-30 James Almeravformat/avc: free buffer in ff_isom_write_avcc on...
2017-11-30 James Almeravformat/avc: reindent after the last commit
2017-11-30 James Almeravformat/avc: refactor ff_isom_write_avcc
2017-11-30 James Almeravformat/avc: return an error in ff_isom_write_avcc...
2017-11-30 Karthick Javformat/dashenc: Option to generate hls playlist as...
2017-11-30 Karthick Javformat/hlsenc: Refactored 'get_int_from_double' funct...
2017-11-30 James AlmerMerge commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa'
2017-11-30 James AlmerMerge commit '45d7be7f930cf707ead07416e10e2d0e061e99ce'
2017-11-30 James AlmerMerge commit 'b843b343d8a3210ae37a2342b1904a5bd1e5fc6e'
2017-11-29 James Almeravformat/hlsplaylist: add missing header includes
2017-11-29 James Almeravformat/hlsplaylist: fix header include guard
2017-11-29 Karthick Javformat/hlsenc: Modularized playlist creation to allow...
2017-11-29 Jeyapal, Karthicklibavformat/hlsenc: Persistent HTTP connections support...
2017-11-29 Jeyapal, Karthicklibavformat/http: Handled multiple_requests option...
2017-11-29 Jeyapal, Karthicklibavformat/avio: Utility function to return URLContext
2017-11-29 Dale CurtisDon't manipulate duration when it's AV_NOPTS_VALUE.
2017-11-29 Dale Curtisavformat/oggparseopus: Free opus extradata before reall...
2017-11-28 Pan Bianavformat/mov: return correct value in mov_read_cmov
2017-11-28 Pan Bianavformat/mov: set correct error code in mov_read_custom
2017-11-28 Mark Reidavformat/mxfenc: pass MXFPackage around instead of...
2017-11-28 Dale CurtisFree extradata before reallocating.
2017-11-28 Vittorio Giovaramov: Support mdcv and clli boxes for mastering display...
2017-11-28 Karthick Javformat/hlsenc: Fixed initial setting for end_pts
2017-11-28 Anssi Hannulaavformat/hls: Obey AVProgram discard flags
2017-11-28 Anssi Hannulaavformat/hls: Factor playlist need check to a common...
2017-11-28 James Almeravformat/matroskaenc: add missing allocation failure...
2017-11-28 James Almeravformat/matroskaenc: move some initialization checks...
2017-11-28 Pan Bianlibavformat/rtpenc_mpegts: check avformat_new_stream...
2017-11-27 James Almeravformat/matroskaenc: actually enforce the stream limit
2017-11-27 Tobias Rappavformat/avienc: fix fields-per-frame value for interla...
2017-11-27 Michael Niedermayerlibavformat/mov: Replace duplicate stream_nb check...
2017-11-26 Michael Niedermayeravformat/aacdec: Fix leak in adts_aac_read_packet()
2017-11-26 James Almeravformat/mov_esds: check return value of ff_mp4_read_de...
2017-11-26 James Almeravformat/isom: return proper error values in ff_mp4_rea...
2017-11-25 Mark ThompsonMerge commit '136e7cf64ce9e78de7158d6720539d51cb96b743'
2017-11-25 John Stebbinslavf/mov: fix crash in mov_read_sidx
2017-11-25 Karthick Javformat/dashenc: Associate mpd extension with dash...
2017-11-24 James Almeravformat/utils: fix mixed declarations and code
2017-11-24 James Almeravformat/ttaenc: add tta_init()
2017-11-24 James Almeravformat/ttaenc: buffer packets directly
2017-11-24 Dale Curtisavformat/utils: Prevent undefined shift with wrap_bits...
2017-11-23 Karthick Javformat/hlsenc: Added option to add EXT-X-INDEPENDENT...
2017-11-23 Karthick Javformat/hlsenc: Refactor an inconsistent variable...
2017-11-23 Karthick Javformat/hlsenc: Minor fix in setting http options...
2017-11-23 Derek BuitenhuisRevert "udp: fix compilation when HAVE_PTHREAD_CANCEL...
2017-11-23 Carl Eugen Hoyoslavf/mov: Read aspect ratio from AVID jpeg2000 mov...
2017-11-22 Dale Curtisavformat/mov: Increment stsd_count while processing...
2017-11-21 Karthick Javformat/dashenc: Added configuration to override HTTP...
2017-11-21 Jacob Trimbleavformat/mov: Propagate errors in mov_switch_root.
2017-11-21 Dale CurtisClose ogg stream upon error when using AV_EF_EXPLODE.
2017-11-20 Marton Balintavformat/avio: remove must_flush from AVIOContext
2017-11-20 Carl Eugen Hoyoslavf/mov: Do not mix variable declaration and code.
2017-11-20 Steven Liuavformat/hlsenc: use FFABS to instead of abs
2017-11-20 Steven Liuavformat/swfenc: use FFABS to instead of abs
2017-11-20 Steven Liuavformat/mxf: use FFABS to instead of abs
2017-11-20 Steven Liuavformat/mp3dec: use FFABS to instead of abs
2017-11-20 Vishwanath Dixitavformat/hlsenc: creation of hls master playlist file
2017-11-20 Vishwanath Dixitavformat/hlsenc: creation of hls variant streams in...
2017-11-20 Dave Riceavformat/movenc: write clap atom for uncompressed yuv...
2017-11-20 Dave Riceavformat/movenc: correct ImageDescription for uncompres...
2017-11-19 James AlmerMerge commit '3152058bf1dca318898550efacf0286f4836cae6'
2017-11-19 Gyan Doshiavformat/subfile: allow to extract till EOF
2017-11-19 James Cowgillavformat/dashenc: fix min_seg_duration option size
2017-11-18 James Almeravformat: remove unnecessary AVStreamParseType enum...
2017-11-18 Carl Eugen Hoyoslavf/tcp: Fix the type of the optlen argument to getsoc...
2017-11-18 John Stebbinslavf/mov: don't read outside frag_index bounds
2017-11-18 Dale CurtisFix leak of frame_duration_buffer in mov_fix_index().
2017-11-17 Aman Guptaavformat/tcp: add option to enable TCP_NODELAY
2017-11-16 Carl Eugen Hoyoslavf/mxf: Support 60fps output.
2017-11-16 Fredrik Hubinetteavformat/mov: Check size of STSC allocation
2017-11-16 John Stebbinslavf/movenc: allow writing avc3 sample entry type
2017-11-16 James AlmerMerge commit 'bad7ce1d82f0b7da55086b8c6124eff0d35a1b1a'
2017-11-16 James AlmerMerge commit 'd070b9b703a542429a13db9623109ae20474c775'
2017-11-16 James AlmerMerge commit '9e48de3cc86c732d9cebd496d6f0a2b7e7732754'
2017-11-16 James AlmerMerge commit '5c2a01f064d5ab2b309d25c7f46c6c4471838d90'
2017-11-16 Mark ThompsonMerge commit '620f88a0b94a651c6cc912b1fb32d308762d59b5'
2017-11-15 Mark ThompsonMerge commit 'c77da21e5d15056b8ba060ee5ce9e73f26653612'
2017-11-15 Mark ThompsonMerge commit 'ff007e30d8d45ba1ff2b2a4615f1cd5bafb50626'
2017-11-15 James Almeravformat/utils: remove usage of AVCodecContext accessors
2017-11-14 Sasi Inguvalavf/mov.c: Don't correct edit list start to zero,...
2017-11-14 Aman Guptaavformat/http: fix chunked response w/ multiple_requests=1
2017-11-14 Steven Liuavformat/hlsenc: write fmp4 init header after first...
2017-11-13 Aman GuptaThis fixes a deadlock while reading a chunked https...
2017-11-13 Rodger Combslavf/tls_securetransport: handle incomplete reads grace...
2017-11-13 Timo Rothenpielermovenc-test: fix potential uninitialized read
2017-11-13 Timo Rothenpieleravformat/fitsenc: validate input pixel format
2017-11-13 Aman Guptaavformat/http: fix stray quote in trace logging
2017-11-13 Steven Liuavformat/img2enc: add frame_pts option for make output...
2017-11-13 Timo Rothenpieleravformat/hlsenc: allocate space for terminating null
2017-11-12 Aman Guptalavf/tls_securetransport: build on iOS
2017-11-12 Paul B Maholavformat/ty: check cur_chunk_pos before using it
2017-11-12 Paul B Maholavformat/ty: fix memory leaks
2017-11-12 Paul B Maholavformat/ty: check if header is correctly parsed and...
2017-11-12 Carl Eugen Hoyoslavf/dashdec: Fix several memleaks.
2017-11-12 Steven LiuRevert "lavf/dashdec: Fix several memleaks."
2017-11-12 James AlmerMerge commit '5c22c90c1d5050f1206e46494b193320ac2397cb'
2017-11-12 James AlmerMerge commit '0ccddbad200c1d9439c5a836501917d515cddf76'
2017-11-12 James AlmerMerge commit 'cd4663dc80323ba64989d0c103d51ad3ee0e9c2f'
next