]> git.sesse.net Git - ffmpeg/history - libavformat
iss: set channel layout
[ffmpeg] / libavformat /
2012-11-12 Justin Rugglesiss: set channel layout
2012-11-12 Justin Rugglesipmovie: set channel layout
2012-11-12 Justin Rugglesiff: set channel layout
2012-11-12 Justin Rugglesidroqdec: set channel layout
2012-11-12 Justin Rugglesgxfdec: set channel layout when applicable
2012-11-12 Justin Rugglesgsmdec: set channel layout
2012-11-12 Justin Rugglesflvdec: set channel layout
2012-11-12 Justin Rugglesdv: set channel layout
2012-11-12 Justin Rugglesdsicin: set channel layout
2012-11-12 Justin Rugglesdaud: set channel layout
2012-11-12 Justin Rugglescdxl: set channel layout
2012-11-12 Justin Rugglesbmv: set channel layout
2012-11-12 Justin Rugglesbink: set channel layout
2012-11-12 Justin Rugglesbfi: set channel layout
2012-11-12 Justin Rugglesbethsoftvid: set channel layout
2012-11-12 Justin Rugglesapc: set channel layout
2012-11-12 Justin Rugglesamr: set channel_layout
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-11-08 Luca Abenirtpenc_aac: Fix calculation of the header size
2012-11-05 Diego Biurrunbuild: The A64 muxer depends on rawenc.o for ff_raw_wri...
2012-11-05 Martin Storsjörtmp: Use av_strlcat instead of strncat
2012-11-02 Anton Khirnovmatroskadec: do not use avpacket internals
2012-11-02 Anton Khirnovlavf: fix av_interleaved_write_frame() doxy.
2012-11-02 Anton Khirnovlavf: clarify the lifetime of demuxed packets.
2012-11-02 Martin Storsjörtpdec_vp8: Don't parse fields that aren't used
2012-11-02 Anton Khirnovaudiointerleave: deobfuscate a function call.
2012-11-02 Anton Khirnovrtpdec: factorize identical code used in several handlers
2012-11-02 Anton Khirnova64: remove interleaved mode.
2012-10-30 Luca Barbatopixfmt: support more yuva formats
2012-10-29 Anton Khirnovdv: fix indentation
2012-10-29 Anton Khirnovdv: use AVStream.index instead of abusing AVStream.id
2012-10-29 Martin Storsjörtsp: Avoid a cast when calling strtol
2012-10-29 Luca Barbatonut: support textual data
2012-10-29 Luca Barbatonutenc: verbosely report unsupported negative pts
2012-10-28 Martin Storsjörtpdec: Cosmetic cleanup
2012-10-28 Luca Barbatoyuv4mpeg: reject unsupported codecs
2012-10-28 Luca Barbatonutenc: K&R formatting cosmetics
2012-10-27 Mans Rullgardassdec: fix qsort() callback signature
2012-10-27 Mans Rullgardavio: fix pointer type mismatches in avio_enum_protocols()
2012-10-27 Mans Rullgardudp: use socklen_t where appropriate
2012-10-27 Mans Rullgardnetwork: use HAVE_THREADS instead of local hack
2012-10-25 Luca Barbatopcm: change references to raw to pcm
2012-10-25 Janne Grunaupcmdec: change default of channels parameter to 1
2012-10-25 Luca Barbatorawdec: remove ff_raw_read_header
2012-10-25 Luca Barbatopcmdec: remove dependency from rawdec
2012-10-25 Luca Barbatog722: refactor out of rawdec.c
2012-10-25 Luca Barbatorawvideo: use a specific read_header
2012-10-25 Diego Biurrunavutil: Make LZO decoder code configure-time selectable
2012-10-24 Martin Storsjösmoothstreamingenc: Don't assume streams start from...
2012-10-24 Anton Khirnovasfdec: cosmetics, reformat ff_asf_parse_packet()
2012-10-23 Diego Biurrunrtmppkt: Avoid unescaped backslash in Doxygen comment
2012-10-23 Mans Rullgardbuild: Plan 9 support
2012-10-23 Mans Rullgardnetwork: use getservbyport() only if available
2012-10-23 Mans Rullgardnetwork: add fallbacks for INADDR_LOOPBACK and INET_ADD...
2012-10-23 Diego BiurrunImprove wording and spelling of av_log_missing_feature...
2012-10-22 Anton Khirnovriff: remove a write-only variable
2012-10-21 Martin Storsjörtpdec: Don't pass a non-AVClass pointer as log context
2012-10-21 Martin Storsjörtsp: Update a comment to the current filename scheme
2012-10-19 Martin Storsjörtsp: Make sure the ret variable is initialized in...
2012-10-18 Martin Storsjörtsp: Allow setting the reordering buffer size via...
2012-10-18 Martin Storsjörtsp: Vertically align a constant definition
2012-10-18 Martin Storsjörtp: Update the check for distinguishing between RTP...
2012-10-18 Diego Biurrunriff: Move functions around to be covered by appropriat...
2012-10-18 Martin Storsjöavformat: Fix references to the removed function av_wri...
2012-10-18 Martin Storsjögxf: Add a local copy of the relevant parts of the...
2012-10-17 Martin Storsjöaviobuf: Remove a senseless ifdef in avio_seek
2012-10-16 Anton Khirnovwavdec: check size before reading the data, not after.
2012-10-16 Anton Khirnovwav: do not fail on empty INFO tags
2012-10-16 Anton Khirnovlavf: split wav muxer and demuxer into separate files.
2012-10-16 Victor Vasilievwav muxer: write metadata
2012-10-16 Victor Vasilievriff: do not write empty INFO tags
2012-10-16 Victor Vasilievlavf: move RIFF INFO tag writing from avienc to riff
2012-10-16 Mans Rullgardnetwork: #include stdint.h in network.h
2012-10-16 Luca Barbatonut: export codec_tag provided by rawvideo
2012-10-16 Mans Rullgardavserver: move avserver-specific code from ffmdec.c...
2012-10-15 Diego Biurrunrmdec: Move SIPR code shared with Matroska demuxer...
2012-10-13 Luca Barbatonut: support pcm codecs not mapped in avi
2012-10-13 Luca Barbatonut: prioritize native tags
2012-10-12 Mans Rullgardrtpdec_xiph: fix function return type
2012-10-12 Mans Rullgardsmjpeg: fix type of 'ret' variable in smjpeg_read_packet()
2012-10-12 Diego BiurrunUse proper return values in case of missing features
2012-10-12 Diego Biurrunavutil: Duplicate ff_log2_tab instead of sharing it...
2012-10-12 Martin Storsjörtspdec: Set the default port for listen mode, if none...
2012-10-12 Michael Niedermayerrtmpproto: Fix an out of array write
2012-10-12 Michael Niedermayerrtspdec: Fix use of uninitialized byte
2012-10-11 Martin Storsjömd5: Allocate a normal private context for the opaque...
2012-10-11 Martin StorsjöUse the new aes/md5/sha/tree allocation functions
2012-10-10 Janne Grunaumxfdec: return error if no segments are available in...
2012-10-10 Luca Barbatosegment: support applehttp style list
2012-10-10 Luca Barbatoavio: introduce avio_closep
2012-10-10 Luca Barbatompegtsenc: set muxing type notification to verbose
2012-10-09 Janne Grunaurtspdec: use av_strlcpy for writing into fixed size...
2012-10-09 Janne Grunauhttp: use av_strlcpy instead of strcpy() without size...
2012-10-09 Janne Grunaumatroskaenc: check cue point validity before reallocation
2012-10-09 Janne Grunauswfenc: error out for more than 1 audio or video stream
2012-10-09 Janne Grunaurtpdec_mpeg4: au_headers is a single array, simple...
2012-10-09 Martin Storsjöfate: Add tests of the ff_make_absolute_url function
2012-10-09 Duncan Salernourl: Handle relative urls starting with two slashes
2012-10-09 Duncan Salernourl: Handle relative urls being just a new query string
2012-10-09 Duncan Salernourl: Don't treat slashes in query parameters as directo...
next