OSDN Git Service

rtsp: Fix the indentation of a linewrapped statement
[android-x86/external-ffmpeg.git] / libavformat /
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...
2015-02-21 Martin Storsjörtpdec_h264: Generalize parse_sprop_parameter_sets
2015-02-20 Hendrik Leppkeshlsenc: write playlist into a temp file and replace...
2015-02-20 Hendrik Leppkeshlsenc: remove the AVIOContext for the playlist from...
2015-02-20 Martin Storsjörtpdec_h264: Move a leftover comment into h264_handle_p...
2015-02-20 Martin Storsjörtpdec_h264: Remove an unnecessary check
2015-02-20 Martin Storsjörtpdec_h264: Return immediately on errors in h264_handl...
2015-02-20 Martin Storsjörtpdec_h264: Make a parameter pointer const
2015-02-20 Martin Storsjörtpdec_h264: Use av_realloc instead of av_malloc+mempcy
2015-02-20 Martin Storsjörtpdec_h264: Include the right header for AV_RB16
2015-02-20 Martin Storsjörtpdec_vp8: Set the keyframe flag
2015-02-19 Oleksij Rempellavf: Add DSS demuxer
2015-02-17 Vittorio Giovarariff: Support QT RLE Animation in avi ('rle ' FourCC)
2015-02-17 Vittorio Giovarariff: Support ProRes in avi (APCH fourcc)
2015-02-17 Hugo Beauzée-Luyssennutdec: Check memory allocations
2015-02-17 Hugo Beauzée-Luyssenmovenc: Check memory allocations
2015-02-17 Hugo Beauzée-Luyssenrmdec: Check memory allocations from ff_rm_alloc_rmstream()
2015-02-17 Vittorio Giovaralavf: Document the codec context initialization
2015-02-17 Vittorio Giovaramatroskaenc: Validate chapter start and end times
2015-02-15 Yusuke Nakamuramov: Change DTS-based seek into CTS-based seek.
2015-02-15 Luca Barbatoape: Use the proper variable type
2015-02-15 Federico Tomassettiogg: check memory allocations
2015-02-15 Luca Barbatortp: h264: Drop the asserts
2015-02-15 Luca Barbatortp: h264: Move FU-A NAL parsing to a function
2015-02-15 Luca Barbatortp: h264: Move STAP-A NAL parsing to a function
2015-02-15 Luca Barbatortp: h264: Move parse_sprop_parameter_sets parsing...
2015-02-15 Luca Barbatortp: h264: Move profile_level_id parsing to a function
2015-02-14 Diego Biurrunmov: Fix compilation with DEBUG enabled
2015-02-14 Diego Biurrunavformat: Don't anonymously typedef structs
2015-02-10 wm4lavf: move internal fields from public to internal...
2015-02-10 Anton Khirnovmpegts: relax restrictions on matching the packet start...
2015-02-08 wm4lavf: remove unused code
2015-02-07 Luca Barbatooma: Report a timestamp
2015-02-03 Luca Barbator3d: Fix pos type
2015-02-03 Vittorio Giovaratta: Fix framepos and start_offset types
2015-02-03 Carl Eugen Hoyosisom: Decode Prores 4444 XQ with the existing Prores...
2015-02-03 Hendrik Leppkesmov: Implement parsing of the "HandlerName" from the...
2015-02-03 Diego Biurrunsiff: Return more meaningful error values
2015-02-03 Diego Biurrunsiff: K&R formatting cosmetics
2015-02-01 Luca Barbatoogg: Provide an option to offset the serial number
2015-01-29 Vittorio Giovarayuv4mpegdec: initialize field_order in yuv4_read_header()
2015-01-28 Luca Barbatoavio: Do not consider the end-of-buffer position valid
2015-01-27 Vittorio Giovaranuv: validate image size
2015-01-27 Vittorio Giovaransvdec: validate channels and samplerate
2015-01-27 Anton Khirnovmov: export audio service type as side data
2015-01-27 Anton Khirnovlavf: add a convenience function for adding side data...
2015-01-27 Anton Khirnovnutenc: do not use has_b_frames
2015-01-27 Anton Khirnovavidec: do not export stream_codec_tag
2015-01-23 Vittorio Giovarasegment: Check av_get_frame_filename() return value
2015-01-23 Vittorio Giovarahlsproto: Properly close avio buffer in case of error
2015-01-23 Vittorio Giovaramov: Do not compute negative SAR values
2015-01-23 Martin Storsjörtspdec: Consistently use rtsp_hd_out for writing
2015-01-22 Martin Storsjödashenc: Use inttypes.h macros for format strings inste...
2015-01-22 Rodger Combsdashenc: Fix format string generation
2015-01-19 Michael Niedermayersmoothstreamingenc: Add a missing "goto fail"
2015-01-16 Nidhi Makhijaniaea: Return proper error code on invalid header
2015-01-15 Martin Storsjörtmppkt: Repeat the full 32 bit timestamp for chunking...
2015-01-14 Anton Khirnovid3v2: fix reading v2.2 attached pictures
2015-01-14 Anton Khirnovid3v2: add names to the parameters of ID3v2EMFunc.read
2015-01-14 Anton Khirnovid3v2: constify the 'tag' parameter to special metadata...
2015-01-14 Vittorio Giovaramov: Check angle rather than full matrix when updating SAR
2015-01-14 Vittorio Giovaraimg2dec: correctly use the parsed value from -start_number
2015-01-09 Anton Khirnovmatroskaenc: refuse to write AAC without valid extradata
2015-01-07 Luca Barbatompeg: Remove unused field
2015-01-07 Luca Barbatosegment: Fix the failure paths
2015-01-06 Martin Storsjömovenc: Fix a typo in a comment
2015-01-06 Martin Storsjömovenc: Readd an accidentally removed condition
2015-01-06 Justin Rugglesisom: add 'mp1v' fourcc
2015-01-04 Martin Storsjömovenc: Enable editlists by default if delay_moov is...
2015-01-04 Martin Storsjölibavformat: Check for malloc failures in avformat_new_...
2015-01-04 Martin Storsjölibavformat: Remove a misleading/incorrect comment
2015-01-03 Martin Storsjöavisynth: Use RTLD_LOCAL instead of RTLD_GLOBAL
2015-01-02 Martin Storsjödashenc: Use pts for MPD timeline timestamps
2015-01-02 Martin Storsjödashenc: Use delay_moov
2015-01-02 Martin Storsjömovenc: Get rid of a hack for updating the dvc1 atom
2015-01-02 Martin Storsjömovenc: Add an option for delaying writing the moov...
2015-01-02 Martin Storsjömovenc: Use start_dts/cts instead of cluster[0] for...
2015-01-02 Martin Storsjömovenc: Remove an unnecessary condition when flushing...
next