]> git.sesse.net Git - ffmpeg/history - libavformat
mpeg12enc: K&R formatting cosmetics
[ffmpeg] / libavformat /
2013-09-04 John Stebbinsmatroskaenc: Allow chapters to be written in trailer
2013-09-03 Martin Storsjö4xm: Check that the read track value is non-negative
2013-09-03 Martin Storsjömatroskadec: Check that .lang was allocated and set...
2013-09-03 Martin Storsjömovenc: Don't flush after each written packet
2013-09-02 Diego Biurruncosmetics: Fix ATRAC codec name spelling
2013-09-02 Anton Khirnovape demuxer: check for EOF in potentially long loops
2013-09-02 Anton Khirnov4xm: check that bits per sample is strictly positive
2013-09-02 Anton Khirnovlavf: avoid integer overflow when estimating bitrate
2013-09-02 Anton Khirnovlavf: move a variable declaration to the block where...
2013-08-31 Christian Schmidtpcm_dvd: consolidate pieces from pcm.c and mpeg.c
2013-08-28 Martin Storsjörtmpproto: Fix limelight authentication with abbreviate...
2013-08-27 Martin Storsjösmoothstreamingenc: Write to a temp file while updating...
2013-08-27 Luca Barbatoflv: Fix the help string
2013-08-27 John Stebbinsmatroskaenc: Fix writing TRACKDEFAULTFLAG
2013-08-27 Martin Storsjömovenc: Check for errors from mov_create_chapter_track
2013-08-27 Martin Storsjömovenc: Properly free allocated data on failures in...
2013-08-27 Martin Storsjömovenc: Check that tracks->enc exists before trying...
2013-08-27 Martin Storsjömovenc: Check for allocation failures in mov_create_cha...
2013-08-25 Luca Barbatomov: Write tmcd extradata
2013-08-25 Luca Barbatomov: Parse tmcd extradata
2013-08-24 Luca Barbatomov: Refactor multiple stsd skipping in mov_mov_skip_mu...
2013-08-24 Luca Barbatomov: Refactor codec specific final steps in mov_finaliz...
2013-08-24 Luca Barbatomov: Refactor subtitle specific parsing in mov_parse_st...
2013-08-24 Luca Barbatomov: Refactor audio specific parsing in mov_parse_stsd_...
2013-08-24 Luca Barbatomov: Refactor video specific parsing in mov_parse_stsd_...
2013-08-24 Luca Barbatomov: Refactor codec id selection in mov_codec_id
2013-08-23 John Stebbinsmovenc: Make tkhd "enabled" flag QuickTime compatible
2013-08-23 John Stebbinsmov: use tkhd enabled flag to set the default track
2013-08-21 Clément Bœschmovenc: fix detection of 64bit offset requirement
2013-08-21 John Stebbinsmovenc: Make chapter track QuickTime compatible
2013-08-21 Clément Bœschmovenc: add faststart option for web streaming
2013-08-20 John Stebbinsmovenc: Allow chapters to be written in trailer
2013-08-20 John Stebbinsmovenc: Allow chapter track in default MODE_MP4
2013-08-20 Diego Biurrunavformat: Fix references to removed av_close_input_file...
2013-08-19 Luca Barbatomov: Prevent segfaults on mov_write_hdlr_tag
2013-08-19 Luca Barbatomov: Compute max duration among the tracks with a timescale
2013-08-19 Luca Barbatomov: Set the timescale for data streams
2013-08-19 Martin Storsjömkv: Allow flushing the current cluster in progress
2013-08-19 Luca Barbatomkv: Flush the old cluster before writing a new one
2013-08-19 Luca Barbatomkv: Add options for specifying cluster limits
2013-08-19 Luca Barbatomkv: Refactor mkv_write_packet
2013-08-19 Reimar Döffingerogg: Fix potential infinite discard loop
2013-08-17 Martin Storsjömovenc: Indicate that negative timestamps are supported
2013-08-15 Carl Eugen Hoyoshlsenc: Don't reset the number variable when wrapping
2013-08-15 Stefano Sabatinihlsenc: Append the last incomplete segment when closing...
2013-08-15 Martin Storsjöhlsenc: Add a proper dependency on the mpegts muxer
2013-08-15 Martin Storsjörtpproto: Check the right feature detection macro
2013-08-15 Diego Biurrunelectronicarts: Let functions always returning the...
2013-08-15 Diego Biurrunelectronicarts: Improve some function/variable names
2013-08-15 Diego Biurrunelectronicarts: comment wording fixes
2013-08-15 Diego Biurrunelectronicarts: Remove bogus function documentation
2013-08-15 Diego Biurrunelectronicarts: K&R formatting cosmetics
2013-08-15 Dave Yeortpproto: Check for the right feature when reading...
2013-08-14 Martin Storsjösdp: Add an option for sending RTCP packets to the...
2013-08-14 Martin Storsjörtpproto: Add an option for writing return packets...
2013-08-13 Martin Storsjörtpproto: Update the parameter documentation
2013-08-13 Luca Barbatosegafilm: Error out on impossible packet size
2013-08-13 Luca Barbatoogg: Always alloc the private context in vorbis_header
2013-08-10 Luca Barbatortmp: Do not misuse memcmp
2013-08-10 Martin Storsjörtmp: Detect and warn if the user tries to pass librtmp...
2013-08-10 Luca Barbatortmp: rename data_size to size
2013-08-10 Luca Barbatortmp: Use PRId64 when needed.
2013-08-09 Martin Storsjölibavutil: Make avpriv_open a library-internal function...
2013-08-09 Rémi Denis-Courmontff_socket: put out-of-line and fallback to fcntl()...
2013-08-08 Martin Storsjöfile: Move win32 utf8->wchar open wrapper to libavutil
2013-08-08 Ben Avisonavio: Add const qualifiers to ffio_read_indirect
2013-08-07 Rémi Denis-Courmontlibavformat: use avpriv_open()
2013-08-07 Martin Storsjörtsp: Don't include the listen flag in the SDP demuxer...
2013-08-07 Kostya Shishkovdeprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID...
2013-08-07 Martin Storsjörtpenc_chain: Check for errors from ffio_fdopen and...
2013-08-07 Martin Storsjörtspenc: Check the return value from ffio_open_dyn_pack...
2013-08-06 Diego Biurrunriff: Move demuxing code to a separate file.
2013-08-06 Diego Biurrunriff: Move muxing code to a separate file
2013-08-06 Diego Biurrunavformat/dv: K&R formatting cosmetics
2013-08-06 Martin Storsjötcp: Use a different log message and level if there...
2013-08-06 Martin Storsjöunix: Convert from AVERROR to errno range before compar...
2013-08-05 Diego Biurrunriff.h: Remove stray extern declaration for non-existin...
2013-08-05 Ben Avisonmpegts: Remove one 64-bit integer modulus operation...
2013-08-05 Luca Barbatonetwork: Use SOCK_CLOEXEC when available
2013-08-05 Luca Barbatolavf: Support unix sockets
2013-08-05 Ben Avisonmpegts: Make discard_pid() faster for single-program...
2013-08-05 Ben Avisonmpegts: Remove one memcpy per packet
2013-08-05 Ben Avisonavio: Add an internal function for reading without...
2013-08-05 Diego Biurrunbuild: Add missing img2.o dependency to apetag.o
2013-08-04 Alexandra Khirnovamxfenc: switch to av_reallocp_array() and check allocat...
2013-08-02 Diego BiurrunDisable deprecation warnings for cases where a replacem...
2013-08-02 Diego BiurrunGive less generic names to global library option arrays
2013-08-02 Gavriloaie Eugen... rtmp: Add seek support
2013-08-01 Diego Biurrunflvdec: Eliminate completely silly goto
2013-08-01 Diego Biurrunflvdec: K&R formatting cosmetics
2013-08-01 Diego Biurrunflvdec: Fix = vs. == typo in sample rate check
2013-08-01 Martin Storsjörtsp: Simplify code for forming the remote peer url
2013-08-01 Martin Storsjörtpproto: Allow specifying a separate rtcp port in...
2013-08-01 Martin Storsjörtpproto: Check the size before reading buf[1]
2013-07-31 Martin Storsjörtpproto: Move rtpproto specific function declarations...
2013-07-31 Martin Storsjörtpproto: Simplify the rtp_read function by looping...
2013-07-31 Martin Storsjörtpproto: Remove a misplaced comment
2013-07-31 Martin Storsjörtpproto: Support nonblocking reads
2013-07-31 Martin Storsjörtpenc: Simplify code by introducing a macro for rescal...
2013-07-30 Michael Niedermayerhls: Call avformat_find_stream_info() on the chained...
next