]> git.sesse.net Git - ffmpeg/history - libavformat
matroskadec: Check memory allocations
[ffmpeg] / libavformat /
2015-03-12 Vittorio Giovaramatroskadec: Check memory allocations
2015-03-12 Vittorio Giovaranutdec: Prevent leaks on memory error
2015-03-11 Diego Biurrunlavf: Explicitly convert types at function pointer...
2015-03-11 Andreas Cadhalpunasfenc: fix leaking asf->index_ptr on error
2015-03-11 Vittorio Giovarartpdec_vp9: Drop extra sanity check for size of input...
2015-03-11 Vittorio Giovaramp3: Properly use AVCodecContext API
2015-03-11 Vittorio Giovaramatroskaenc: Fix type used for chapter timestamps
2015-03-10 Martin Storsjömovenc: Support setting fragment_index before the moov...
2015-03-10 Martin Storsjömovenc: Don't rely on the fragment index for vc1 info...
2015-03-10 Martin Storsjörtpenc_mpegts: Set chain->rtp_ctx only after avformat_w...
2015-03-10 Martin Storsjörtpenc_mpegts: Free the right ->pb in the error path...
2015-03-09 Vittorio Giovarasiff: Use the correct type for packet size variables
2015-03-09 Vittorio Giovaramatroskaenc: Also validate chapter end time
2015-03-09 Vittorio Giovarartpdec_hevc: Drop extra sanity check for size of input...
2015-03-09 Martin Storsjömovenc: Avoid writing separate flags for the first...
2015-03-09 Martin Storsjömovenc: Set tfhd default sample flags based on actual...
2015-03-08 Martin Storsjömxfdec: Fix the error handling for when strftime fails
2015-03-08 Carl Eugen Hoyosrmdec: Improve message for demux error
2015-03-06 Martin Storsjömovenc: Keep writing zero-entry stts atoms as intended
2015-03-06 Timo Rothenpielerdashenc: Update extradata for mov muxer
2015-03-06 Timo Rothenpielerdashenc: Simplify code by using a local variable
2015-03-05 Andreas Cadhalpunavformat/adxdec: set avctx->channels in adx_read_header
2015-03-05 Andreas Cadhalpunrmenc: limit packet size
2015-03-05 Thomas Volkertrtpdec: experimental VP9 depacketizer (draft 0)
2015-03-04 Martin Storsjördt: Use a separate variable to clarify the different...
2015-03-04 Martin Storsjörtpdec_qt: Use a local variable instead of RTP_FLAG_KEY
2015-03-04 Martin Storsjörtpdec_asf: Don't set RTP_FLAG_KEY
2015-03-04 Luca Barbatoflv: Validate and reject unsupported codecs
2015-03-04 Diego Biurrundca: Move syncword definitions to a separate header
2015-03-04 Martin Storsjörtpdec_asf: Don't free the payload context in the ...
2015-03-04 Martin Storsjörtpdec_mpa_robust: Fix incrementing split_pos
2015-03-03 Vittorio Giovaraasf: do not export XMP metadata by default
2015-03-02 Martin Storsjödashenc: Simplify code by using a local variable
2015-03-02 Martin StorsjöRevert "mov: Change DTS-based seek into CTS-based seek."
2015-02-28 Martin Storsjörtpenc: Don't set max_frames_per_packet based on the...
2015-02-28 Martin Storsjörtpenc: Restructure if statements in packetizers to...
2015-02-28 Martin Storsjörtpenc: Skip redundant initialization
2015-02-28 Martin Storsjörtpenc: Always do the default initialization regardless...
2015-02-28 Martin Storsjörtpenc_xiph: Don't exclude headers from max_payload_size
2015-02-28 Martin Storsjörtpenc_xiph: Use AV_WB16 instead of manual bitshifts
2015-02-28 Martin Storsjörtpenc_aac: Use AV_WB16 instead of manual bitshifts
2015-02-28 Martin Storsjörtpenc_aac: Merge a definition with a declaration
2015-02-28 Martin Storsjörtpenc: Write conditional statements on separate lines
2015-02-28 Martin Storsjörtpenc_aac: Set a default value for max_frames_per_pack...
2015-02-28 Martin Storsjörtpenc_amr: Use s->num_frames instead of s->buf_ptr...
2015-02-28 Martin Storsjörtpenc_aac: Fix sending fragmented frames
2015-02-28 Martin Storsjötls: Pass AVOptions dictionaries through to the chained...
2015-02-28 Martin Storsjötcp: Clarify the units for the timeout avoptions
2015-02-28 Martin Storsjöavio: Rename avclass symbols relating to avio
2015-02-24 John Stebbinsmatroskaenc: Allow writing track "forced" flag
2015-02-24 Martin Storsjörtpdec: Rename the free method to close
2015-02-24 Martin Storsjölibavformat: Use ffio_free_dyn_buf where applicable
2015-02-24 Martin Storsjörtpdec: Use ffio_free_dyn_buf
2015-02-24 Martin Storsjöavio: Add an internal utility function for freeing...
2015-02-24 Martin Storsjörtpdec: Free depacketizers if the init function failed
2015-02-24 Martin Storsjörtpdec: Don't free the payload context in the .free...
2015-02-24 Martin Storsjörtpdec: Remove the now unused .alloc field
2015-02-24 Martin Storsjörtpdec: Use .init instead of .alloc to set default...
2015-02-24 Martin Storsjörtpdec: Remove unnecessary inline attributes
2015-02-24 Martin Storsjörtpdec: Don't pass non-const pointers to fmtp attribute...
2015-02-24 Martin Storsjörtpdec: Add const to string parameters in internal...
2015-02-24 Martin Storsjörtpdec: Remove unnecessary checks
2015-02-24 Martin Storsjörtpenc: Merge the h264 and hevc packetizers
2015-02-24 Martin Storsjörtpdec_hevc: Share the implementation of fragmented...
2015-02-24 Martin Storsjörtpdec_hevc: Reduce indentation level by returning...
2015-02-24 Martin Storsjörtpdec_hevc: Share the implementation of parsing a...
2015-02-24 Martin Storsjörtpdec_hevc: Add asterisks at the start of each long...
2015-02-24 Martin Storsjörtpdec: Get rid of all trivial .alloc/.free functions
2015-02-24 Martin Storsjörtpdec: Allow allocating and freeing the private data...
2015-02-24 Martin Storsjörtpdec: Set need_parsing via a handler field
2015-02-24 Martin Storsjörtpdec: Allow setting the need_parsing field in RTPDyna...
2015-02-24 Martin Storsjörtpdec_mpa_robust: Move .enc_name to the start of the...
2015-02-24 Martin Storsjörtpdec: Remove unnecessary _if_needed suffixes on functions
2015-02-24 Martin Storsjörtpdec: Change enc_name to a pointer instead of a fixed...
2015-02-24 Martin Storsjörtpdec_h264: Remove an unnecessary include
2015-02-24 Martin Storsjörtpdec_h264: Remove unnecessary struct padding
2015-02-24 Martin Storsjörtpdec_amr: Use the common indentation style
2015-02-24 Martin Storsjörtsp: Fix the indentation of a linewrapped statement
2015-02-24 Martin Storsjörtpdec: Add missing trailing commas
2015-02-24 Gilles Chanteperdrixlibavformat: add T.140 RTP depacketization (RFC 4103)
2015-02-24 Martin Storsjörtsp: Interpret the text media type as AVMEDIA_TYPE_DATA
2015-02-23 Gilles Chanteperdrixrtsp: punch holes again after pause
2015-02-23 Martin Storsjörtpdec_hevc: Skip 1 byte (DOND) instead of 2 (DONL...
2015-02-22 Vittorio GiovaraCanopus HQX decoder
2015-02-22 Martin Storsjörtpenc_hevc: Aggregate multiple NAL units into one...
2015-02-22 Martin Storsjörtpenc_h264: Aggregate multiple NAL units into one...
2015-02-22 Thomas Volkertrtpdec: DV depacketizer (RFC 6469)
2015-02-21 Gilles Chanteperdrixrtpdec_mpeg4: reassemble fragmented AAC frames
2015-02-21 Gilles Chanteperdrixrtpdec_mpeg4: add more verbose error logging
2015-02-21 Gilles Chanteperdrixlibavformat: add robust MPEG audio depacketization...
2015-02-21 Gilles Chanteperdrixlibavformat: add AC3 RTP depacketization (RFC 4184)
2015-02-21 Gilles Chanteperdrixrtsp: parse lang attribute in SDP
2015-02-21 Gilles Chanteperdrixrtpdec: fix issue with conversion from unsigned to...
2015-02-21 Martin Storsjörtpdec_h264: Add a missing closing paren in a log message
2015-02-21 Thomas Volkertrtpdec_hevc: Implement parsing of aggregated packets
2015-02-21 Martin Storsjörtpdec_hevc: Initialize variables to silence false...
2015-02-21 Martin Storsjörtpdec_hevc: Use a shared function for parsing paramete...
2015-02-21 Martin Storsjörtpdec_h264: Make reusable functions non-static
2015-02-21 Martin Storsjörtpdec_h264: Fix nal type counting after refactoring
2015-02-21 Martin Storsjörtpdec_h264: Prepare h264_handle_packet_stap_a for...
next