-
- Downloads
Merge remote-tracking branch 'qatar/master'
* qatar/master: (36 commits)
adpcmenc: Use correct frame_size for Yamaha ADPCM.
avcodec: add ff_samples_to_time_base() convenience function to internal.h
adx parser: set duration
mlp parser: set duration instead of frame_size
gsm parser: set duration
mpegaudio parser: set duration instead of frame_size
(e)ac3 parser: set duration instead of frame_size
flac parser: set duration instead of frame_size
avcodec: add duration field to AVCodecParserContext
avutil: add av_rescale_q_rnd() to allow different rounding
pnmdec: remove useless .pix_fmts
libmp3lame: support float and s32 sample formats
libmp3lame: renaming, rearrangement, alignment, and comments
libmp3lame: use the LAME default bit rate
libmp3lame: use avpriv_mpegaudio_decode_header() for output frame parsing
libmp3lame: cosmetics: remove some pointless comments
libmp3lame: convert some debugging code to av_dlog()
libmp3lame: remove outdated comment.
libmp3lame: do not set coded_frame->key_frame.
libmp3lame: improve error handling in MP3lame_encode_init()
...
Conflicts:
doc/APIchanges
libavcodec/libmp3lame.c
libavcodec/pcxenc.c
libavcodec/pnmdec.c
libavcodec/pnmenc.c
libavcodec/sgienc.c
libavcodec/utils.c
libavformat/hls.c
libavutil/avutil.h
libswscale/x86/swscale_mmx.c
Merged-by:
Michael Niedermayer <michaelni@gmx.at>
No related branches found
No related tags found
Showing
- doc/APIchanges 6 additions, 0 deletionsdoc/APIchanges
- libavcodec/Makefile 1 addition, 1 deletionlibavcodec/Makefile
- libavcodec/aac_ac3_parser.c 1 addition, 1 deletionlibavcodec/aac_ac3_parser.c
- libavcodec/adpcmenc.c 1 addition, 1 deletionlibavcodec/adpcmenc.c
- libavcodec/adx_parser.c 3 additions, 0 deletionslibavcodec/adx_parser.c
- libavcodec/avcodec.h 7 additions, 0 deletionslibavcodec/avcodec.h
- libavcodec/flac_parser.c 6 additions, 4 deletionslibavcodec/flac_parser.c
- libavcodec/gsm_parser.c 12 additions, 2 deletionslibavcodec/gsm_parser.c
- libavcodec/huffyuv.c 20 additions, 9 deletionslibavcodec/huffyuv.c
- libavcodec/internal.h 11 additions, 0 deletionslibavcodec/internal.h
- libavcodec/libmp3lame.c 164 additions, 189 deletionslibavcodec/libmp3lame.c
- libavcodec/libspeexenc.c 1 addition, 4 deletionslibavcodec/libspeexenc.c
- libavcodec/libvorbis.c 3 additions, 2 deletionslibavcodec/libvorbis.c
- libavcodec/mlp_parser.c 1 addition, 1 deletionlibavcodec/mlp_parser.c
- libavcodec/mpegaudio_parser.c 1 addition, 1 deletionlibavcodec/mpegaudio_parser.c
- libavcodec/pcxenc.c 22 additions, 9 deletionslibavcodec/pcxenc.c
- libavcodec/pnmdec.c 0 additions, 5 deletionslibavcodec/pnmdec.c
- libavcodec/pnmenc.c 19 additions, 13 deletionslibavcodec/pnmenc.c
- libavcodec/roqvideo.h 1 addition, 1 deletionlibavcodec/roqvideo.h
- libavcodec/roqvideoenc.c 23 additions, 16 deletionslibavcodec/roqvideoenc.c
Loading
Please register or sign in to comment