]> git.sesse.net Git - ffmpeg/history - libavformat
ffmpeg: preserve bits_per_coded sample on stream copy.
[ffmpeg] / libavformat /
2012-05-11 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-05-11 Michael Niedermayerlavf: extend the avi raw hack to mov
2012-05-11 Michael Niedermayerlavf: print a matching tag in case of code tag validati...
2012-05-11 Michael Niedermayermpegtsenc: fix 10l typo, wrong stream
2012-05-11 Michael Niedermayermpegtsenc: check max_delay in write_packet_internal().
2012-05-11 Michael Niedermayermpegtsenc: fix delay type
2012-05-10 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-05-10 Michael Niedermayeromadec: Check geob datasize more completely
2012-05-10 Samuel Pitoisetrtmp: Implement check bandwidth notification.
2012-05-10 Samuel Pitoisetrtmp: Support 'rtmp_swfurl', an option which specifies...
2012-05-10 Samuel Pitoisetrtmp: Support 'rtmp_flashver', an option which override...
2012-05-10 Samuel Pitoisetrtmp: Support 'rtmp_tcurl', an option which overrides...
2012-05-10 Michael Niedermayercdg: fix pts
2012-05-10 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-05-09 Sean McGovernsctp: be consistent with socket option level
2012-05-09 Diego Biurrunmov: make one comment slightly more specific
2012-05-08 Luca Barbatosctp: Initial tcp-alike sctp support with streams
2012-05-08 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-05-08 Alex Converseoptions_table: Add some missing #includes to fix "make...
2012-05-08 Jordi Ortizrtsp: Add content-type message header parsing
2012-05-08 Jean Firstyuv4mpeg: support 9/10/16 bit pixel formats
2012-05-08 Samuel Pitoisetrtmp: Support 'rtmp_live', an option which specifies...
2012-05-08 Carl Eugen HoyosSupport yuva422p rawvideo in nut.
2012-05-08 Carl Eugen HoyosAdd Avid Meridien (AVUI) decoder.
2012-05-08 Michael Niedermayermp3demux: fix id3 discard code
2012-05-08 Michael Niedermayermp3demux: fix off by 1 error
2012-05-07 Diego Biurrundv: Split profile handling code into a separate file.
2012-05-07 Michael Niedermayermovenc: store codecs that dont provide a frame_size...
2012-05-07 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-05-07 Anton Khirnovflvenc: use AVFormatContext, not AVCodecContext for...
2012-05-07 Diego Biurrunmov: Remove write-only variable in mov_read_chan().
2012-05-07 Michael Niedermayermp3enc: avoid ifdef
2012-05-07 Tobias Rappmp3enc: Fix Xing tag identification string for CBR...
2012-05-07 Anton Khirnovlavf: add missing '*' in a doxy.
2012-05-07 Diego Biurrunbuild: cosmetics: Split HEADERS/OBJS/PROGS lists into...
2012-05-07 Michael Niedermayerffm: disable adjust_write_index()
2012-05-06 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-05-06 Diego BiurrunMark a number of variables only used in av_dlog() calls...
2012-05-06 Janne Grunaumpegmux: add stuffing to avoid incomplete PCM frames
2012-05-06 Mans Rullgardrtsp: avoid const warnings from strtol() call
2012-05-06 Carl Eugen Hoyosoggparsevorbis.c: Check for OOM when using av_mallocz.
2012-05-05 Martin Storsjörtpdec_h264: Add missing newlines to av_log calls
2012-05-05 Martin Storsjörtpdec_h264: Free old extradata before clearing the...
2012-05-05 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-05-05 Martin Storsjörtpdec_h264: Reorder code blocks
2012-05-05 Martin Storsjörtpdec_h264: Make start_sequence a static const array
2012-05-05 Martin Storsjörtpdec_h264: Cleanup debug packet type counting
2012-05-05 Martin Storsjörtpdec_h264: Cosmetic cleanup
2012-05-05 Martin Storsjörtpdec_h264: Clean up comments
2012-05-05 Martin Storsjörtpdec_h264: Convert commented out code into setting...
2012-05-05 Carl Eugen HoyosSkip padding bytes after reading musepack8 header.
2012-05-05 Michael Niedermayeroggvorbis: fix the first 2 packets timestamps matching...
2012-05-05 Martin Storsjörtpdec_h264: Remove a useless ifdef
2012-05-05 Martin Storsjörtpdec_h264: Remove outdated/useless/incorrect comments
2012-05-05 Martin Storsjörtpdec_h264: Remove useless memory corruption checks
2012-05-05 Martin Storsjörtpdec_h264: Return proper error codes
2012-05-05 Martin Storsjörtpdec_h264: Check the available data length before...
2012-05-05 Ivan Kovtunovrtpdec_h264: Add input size checks
2012-05-04 Michael Niedermayeroggvorbis: move handling of first packets ts from parse...
2012-05-04 Ronald S. Bultjeea: check chunk_size for validity.
2012-05-04 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-05-04 Michael Niedermayeroggtheora: Port changes from oggvorbis timestamp handling.
2012-05-04 Michael Niedermayeroggvorbisdec: Apply timestamp calculation always when...
2012-05-04 Michael Niedermayeroggvorbisdec: redesign special handling of first frames...
2012-05-04 Michael Niedermayeroggvorbis: Try to fix pts off by 1 issue.
2012-05-04 Michael Niedermayeroggtheora: Fix initial pts
2012-05-04 Michael Niedermayerseek-test: support printing multiple packets
2012-05-04 Michael Niedermayeroggdec: fix off by one error on pos_limit
2012-05-04 Michael Niedermayeroggdec: print error on failure to create streams
2012-05-04 Michael Niedermayeroggdec: print error on changing streams when its unsupp...
2012-05-04 Michael Niedermayeroggdec: print error on unsupported versions
2012-05-04 Michael Niedermayeroggdec: reset lastpts so that justins vorbis duration...
2012-05-04 Michael Niedermayeroggdec: pass avformat context to ogg_reset()
2012-05-04 Michael Niedermayerseek-test: support manually forcing a seek to a specifi...
2012-05-03 Justin Rugglescosmetics: indentation
2012-05-03 Justin Rugglesavformat: only fill-in interpolated timestamps if durat...
2012-05-03 Justin Rugglesavformat: remove a workaround for broken timestamps
2012-05-03 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-05-03 Clément BœschJACOsub demuxer, decoder and muxer.
2012-05-03 Joakim Platempegts: Some additional HDMV types and reg descriptors...
2012-05-02 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-05-01 Reimar Döffingerflvdec: pass on proper error value.
2012-05-01 Reimar DöffingerRemove some useless code that duplicates av_get_packet.
2012-05-01 Reimar DöffingerMark truncated packets as corrupt in av_get_packet.
2012-05-01 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-04-30 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-04-30 Michael Niedermayerlavf: add AVFMT_SEEK_TO_PTS to indicate seeking is...
2012-04-30 Luca Barbatomkv: mark corrupted packets and return them
2012-04-30 Luca Barbatomkv: forward EMBL block data error
2012-04-30 Michael Niedermayerisom: remove duplicate line.
2012-04-30 Derek Buitenhuisisom: Clarify comment for 'ec-3' fourcc
2012-04-29 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-04-29 Reimar Döffingerrmenc: more than 2 streams are not currently possible.
2012-04-29 Reimar Döffingernutdec: minor simplification.
2012-04-29 Reimar Döffingernutdec: replace assert with av_assert0.
2012-04-28 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-04-28 Jean Firstlavf remove duplicated check in has_duration
2012-04-28 Nicolas Georgeavio: change ffurl_alloc return code.
2012-04-27 Luca Barbatosegment: reorder seg_write_header allocation
2012-04-27 Luca Barbatoavio: make avio_close(NULL) a no-op
next