11209 Commits (52dc18d414f4aa2c5a210edfb82cc1a99942ca3b)

Author SHA1 Message Date
Luca Barbato 0826d8513d segment: drop global headers setting 12 years ago
Paul B Mahol d7a4739265 TAK demuxer, decoder and parser 12 years ago
Clément Bœsch f7c46d251c ffserver: fix seeking with ?date=... 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Michael Niedermayer f464b02d22 mpegts: fuzzy crc check for not so spec compliant files 12 years ago
Michael Niedermayer adcfc0535d mxfenc: fix av_log data type for dts paramater 13 years ago
Michael Niedermayer f2a7e1a62b mux: change 1 assert->av_assert1() 13 years ago
Paul B Mahol 27a341518e avformat: fix typo in comment 13 years ago
Martin Storsjö e67b0f9952 gxf: Include the right header for the avpriv_frame_rate_tab declaration 13 years ago
Michael Niedermayer 87244c8f20 matroskaenc: remove MATROSKA_ID_VIDEODISPLAYUNIT 3 13 years ago
Michael Niedermayer 537ef8bebf movenc: support an alternative to edit lists to handle the first DTS != 0 case. 13 years ago
Michael Niedermayer d067e25437 mov: fix integer avoption types 13 years ago
Michael Niedermayer ac6659aff7 movenc: fix regression with yuyv caused by c5f23d 13 years ago
Justin Ruggles 11dcddb97b ffm: do not write or read the audio sample format 13 years ago
Michael Niedermayer 9d19d7c335 segment: reverse pass avoid_negative_ts from the muxer 13 years ago
Martin Storsjö cde26748ae smoothstreamingenc: Add a more verbose error message 13 years ago
Martin Storsjö fadd3a6821 smoothstreamingenc: Ignore the return value from mkdir 13 years ago
Martin Storsjö 8e2763786d smoothstreamingenc: Try writing a manifest when opening the muxer 13 years ago
Martin Storsjö 3ea06ac59e smoothstreamingenc: Move the output_chunk_list and write_manifest functions up 13 years ago
Martin Storsjö 5fa43f76aa smoothstreamingenc: Properly return errors from ism_flush to the caller 13 years ago
Martin Storsjö eb2f391018 smoothstreamingenc: Check the output UrlContext before accessing it 13 years ago
Anton Khirnov d3a72becc6 yuv4mpeg: return proper error codes. 13 years ago
Diego Biurrun e4cbf7529b Give all anonymously typedeffed structs in headers a name 13 years ago
Carl Eugen Hoyos 7548c80acc Pinnacle TARGA CineWave YUV16 decoder (fourcc Y216). 13 years ago
Giorgio Vazzana db4bb4c983 oggparsetheora: fix comment header parsing 13 years ago
Duncan Salerno 5cdd3b995c hls: Disable http seekability probing 13 years ago
Duncan Salerno 8a33210d1b http: prevent the Range header being sent when seekability probing isnt used 13 years ago
Duncan Salerno dd1e6b2a13 http: add option to prevent probing for HTTP seekability 13 years ago
Tim Nicholson 60b433d905 movenc.c: Add support for >16bit BE flavours 13 years ago
Martin Storsjö 91c1567beb segment: Add comments about calls that only are relevant for some muxers 13 years ago
Martin Storsjö a854362b40 segment: Flush buffered data before finishing a segment 13 years ago
Martin Storsjö f7b240434c segment: Set the resend_headers flag for each segment 13 years ago
Martin Storsjö 378a6315b7 segment: Add an option for disabling writing of a header/trailer to each segment 13 years ago
Martin Storsjö eb447d5159 segment: Free and reinit the muxer before calling avformat_write_header 13 years ago
Martin Storsjö 73871dc96f segment: Use the public av_write_header/av_write_trailer functions 13 years ago
Martin Storsjö 0edae4e628 segment: Properly create new AVStreams for the chained muxer 13 years ago
Martin Storsjö c864c3968a segment: Add an option for omitting the first header and final trailer 13 years ago
Martin Storsjö aa9f128b7c segment: Add a missing space 13 years ago
Michael Niedermayer b02493e476 movenc: force video timebase to be 0.1ms precisse at least. 13 years ago
Michael Niedermayer 769ed3057e h264probe: Don't error out on bits that no longer are reserved 13 years ago
Michael Niedermayer 5e6439a125 ff_choose_timebase: only try factors upto 14 13 years ago
Michael Niedermayer de707bc8bd mux/nut: factorize ff_choose_timebase() out of nut 13 years ago
Michael Niedermayer dc82b2c0f1 framecrcenc: print flags and side data elements 13 years ago
Martin Storsjö 4edb34f6cc segment: Pass the interrupt callback on to the chained AVFormatContext, too 13 years ago
Michael Niedermayer f7f5370b4b mov: add option to ignore edit lists. 13 years ago
Luca Barbato 72d30b2792 nut: add do {} while (0) to GET_V 13 years ago
Michael Niedermayer 4abc411b97 nutenc: choose for non audio streams a timebase with finer resolution. 13 years ago
Michael Niedermayer e3fb5bc147 nut: store and read the r_frame_rate 13 years ago
Michael Niedermayer 4eb0f5f635 nutenc: use 1/sample rate as timebase for audio instead of framesize/sample rate 13 years ago
Clément Bœsch c4dba58f47 isom: fix redundant redeclaration of ff_mov_read_chan(). 13 years ago