]> git.sesse.net Git - ffmpeg/history - libavformat
rtmp: Do not send the first field twice within the handshake
[ffmpeg] / libavformat /
2013-09-16 Luca Barbatortmp: Do not send the first field twice within the...
2013-09-16 Luca Barbatortmp: Drop an unneeded warning
2013-09-16 Luca Barbatortmp: Support play method in listen mode
2013-09-16 Luca Barbatortmp: Factor out publish specific code
2013-09-16 Martin Storsjövocdec: Don't update codec parameters mid-stream
2013-09-16 Martin Storsjösierravmd: Do sanity checking of frame sizes
2013-09-16 Martin Storsjöomadec: Properly check lengths before incrementing...
2013-09-12 Alexandra Khirnovamatroskaenc: Fix stray pointers left over from av_reall...
2013-09-12 Vittorio Giovaramp3: add .mpa extension
2013-09-12 Martin Storsjömpc8: Make sure the first stream exists before parsing...
2013-09-12 Martin Storsjömpc8: Check the seek table size parsed from the bitstream
2013-09-12 Martin Storsjöape: Don't allow the seektable to be omitted
2013-09-11 Martin Storsjösmacker: Avoid integer overflow when allocating packets
2013-09-11 Martin Storsjösmacker: Don't return packets in unallocated streams
2013-09-11 Martin Storsjödsicin: Add some basic sanity checks for fields read...
2013-09-10 Alexandra Khirnovaavformat: Use av_reallocp_array() where suitable
2013-09-09 Martin Storsjömovenc: Simplify setting the fragmentation flag
2013-09-09 Martin Storsjömovenc: Add a warning message if conflicting options...
2013-09-09 Martin Storsjötcp: Explicitly convert a pointer to a boolean integer
2013-09-07 Anton Khirnovlavf: fix the comparison in an overflow check
2013-09-07 Luca Barbatodv: Add a guard to not overread the ppcm array
2013-09-06 Diego Biurrunavisynth: K&R formatting cosmetics
2013-09-06 Diego Biurrunavisynth: Add missing #include for NULL_IF_CONFIG_SMALL
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...
next