Michael Niedermayer
|
e37f161e66
|
Merge remote-tracking branch 'qatar/master'
* qatar/master: (71 commits)
movenc: Allow writing to a non-seekable output if using empty moov
movenc: Support adding isml (smooth streaming live) metadata
libavcodec: Don't crash in avcodec_encode_audio if time_base isn't set
sunrast: Document the different Sun Raster file format types.
sunrast: Add a check for experimental type.
libspeexenc: use AVSampleFormat instead of deprecated/removed SampleFormat
lavf: remove disabled FF_API_SET_PTS_INFO cruft
lavf: remove disabled FF_API_OLD_INTERRUPT_CB cruft
lavf: remove disabled FF_API_REORDER_PRIVATE cruft
lavf: remove disabled FF_API_SEEK_PUBLIC cruft
lavf: remove disabled FF_API_STREAM_COPY cruft
lavf: remove disabled FF_API_PRELOAD cruft
lavf: remove disabled FF_API_NEW_STREAM cruft
lavf: remove disabled FF_API_RTSP_URL_OPTIONS cruft
lavf: remove disabled FF_API_MUXRATE cruft
lavf: remove disabled FF_API_FILESIZE cruft
lavf: remove disabled FF_API_TIMESTAMP cruft
lavf: remove disabled FF_API_LOOP_OUTPUT cruft
lavf: remove disabled FF_API_LOOP_INPUT cruft
lavf: remove disabled FF_API_AVSTREAM_QUALITY cruft
...
Conflicts:
doc/APIchanges
libavcodec/8bps.c
libavcodec/avcodec.h
libavcodec/libx264.c
libavcodec/mjpegbdec.c
libavcodec/options.c
libavcodec/sunrast.c
libavcodec/utils.c
libavcodec/version.h
libavcodec/x86/h264_deblock.asm
libavdevice/libdc1394.c
libavdevice/v4l2.c
libavformat/avformat.h
libavformat/avio.c
libavformat/avio.h
libavformat/aviobuf.c
libavformat/dv.c
libavformat/mov.c
libavformat/utils.c
libavformat/version.h
libavformat/wtv.c
libavutil/Makefile
libavutil/file.c
libswscale/x86/input.asm
libswscale/x86/swscale_mmx.c
libswscale/x86/swscale_template.c
tests/ref/lavf/ffm
Merged-by: Michael Niedermayer <michaelni@gmx.at>
|
2012-01-28 07:53:34 +01:00 |
|
Paul B Mahol
|
ba10207bbe
|
Use more designated initializers.
Also remove some pointless NULL/0 assigments.
C++ code must be left as it is because named struct
initializers are not supported by C++ standard.
|
2011-12-30 20:00:53 +01:00 |
|
Clément Bœsch
|
215b7724e7
|
lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().
|
2011-12-03 03:24:32 +01:00 |
|
Clément Bœsch
|
63b796b0dd
|
Rename remaining url_ftell to avio_tell.
|
2011-11-14 07:22:31 +01:00 |
|
Clément Bœsch
|
055cda8acc
|
Rename remaining get_byte to avio_r8.
|
2011-11-14 07:22:31 +01:00 |
|
Clément Bœsch
|
53d70a334a
|
Rename remaining get_buffer to avio_read.
|
2011-11-14 07:22:30 +01:00 |
|
Clément Bœsch
|
0e5ecd806e
|
Replace remaining av_new_stream() with avformat_new_stream().
|
2011-11-05 15:07:19 +01:00 |
|
Mohamed Naufal
|
4d518f1230
|
g723.1: use raw muxer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2011-10-13 16:50:20 +02:00 |
|
Mohamed Naufal
|
19562b68cb
|
g723.1 muxer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2011-10-10 02:58:18 +02:00 |
|
Michael Niedermayer
|
0f68a2bc8b
|
g723_1_demuxer: rco is also a commonly used extension.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2011-09-30 00:08:20 +02:00 |
|
Mohamed Naufal Basheer
|
f990dc374e
|
Add the G723.1 demuxer and decoder
|
2011-09-29 21:44:03 +02:00 |
|