aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-14arm: add a cpu flag for the VFPv2 vector modeJanne Grunau
2015-12-14x86_64: int32_to_float_fmul_scalar sign extend integer lengthJanne Grunau
2015-12-14arm64: add cycle counter supportJanne Grunau
2015-12-14libavutil: move FFALIGN macro from common.h to macros.hJanne Grunau
2015-12-14mpegtsenc: add flag to embed an AC-3 ES the DVB wayStefan Pöschel
2015-12-14avresample: Mark avresample_buffer() as pointer to constKip Warner
2015-12-14r3d: fix an invalid read introduced in 6bf4c1dAnton Khirnov
2015-12-13rtmpproto: Include the full path as app when "slist=" is foundMartin Storsjö
2015-12-12vocdec: do not create the stream in read_header()Anton Khirnov
2015-12-12vocdec: put the code not shared with other demuxers under appropriate ifdefAnton Khirnov
2015-12-12flvdec: do not create any streams in read_header()Anton Khirnov
2015-12-12lavc: make avpriv_mpa_decode_header private on next bumpAnton Khirnov
2015-12-12mp3dec: replace avpriv_mpa_decode_header with avpriv_mpegaudio_decode_headerAnton Khirnov
2015-12-12mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_headerAnton Khirnov
2015-12-12lavc: get the profile name through the codec descriptor in avcodec_string()Anton Khirnov
2015-12-12lavc: add profiles to AVCodecDescriptorAnton Khirnov
2015-12-12lavc: print the name of the codec, not its implementation, in avcodec_stringAnton Khirnov
2015-12-12r3d: do not create the audio stream until we know the sample rateAnton Khirnov
2015-12-12ff_parse_specific_params: do not use AVCodecContext.frame_sizeAnton Khirnov
2015-12-12rmenc: do not use AVCodecContext.frame_sizeAnton Khirnov
2015-12-12mpegvideo_enc: actually add the side data with vbv_delay to the packetAnton Khirnov
2015-12-11hevcdsp: use a macro for .rodata sectionDave Yeo
2015-12-08openh264: Directly include the deprecation guards headerLuca Barbato
2015-12-08log: Use a do {} while (0) for tlogLuca Barbato
2015-12-07matroskadec: Fix sample_aspect_ratio for stereo matroska contentAaron Colwell
2015-12-07sgienc: Make sure to initialize skipped header portionsVittorio Giovara
2015-12-07lavc: Drop exporting 2-pass encoding statsVittorio Giovara
2015-12-07lavc: Deprecate coder_type and its symbolsVittorio Giovara
2015-12-07h264: do not call frame_start() for missing framesAnton Khirnov
2015-12-07aacdec: fix aac_static_table_init() prototypeAnton Khirnov
2015-12-07avpacket: use ERANGE instead of EOVERFLOWAnton Khirnov
2015-12-07rtsp: free opts dictionary on failure of getnameinfoGanesh Ajjanagadde
2015-12-07movenc-test: add a missing va_end callGanesh Ajjanagadde
2015-12-06mxfenc: always assume long gopAnton Khirnov
2015-12-06lavc: export Dirac parsing API used by the ogg demuxer as publicAnton Khirnov
2015-12-06mpegenc: use the CPB props side dataAnton Khirnov
2015-12-06movenc: use the CPB props side dataAnton Khirnov
2015-12-06qsvenc: export CPB props side dataAnton Khirnov
2015-12-06nvenc: export CPB props side dataAnton Khirnov
2015-12-06mpegvideo_enc: export vbv_delay in side dataAnton Khirnov
2015-12-06mpegvideo_enc: export CPB props side dataAnton Khirnov
2015-12-06libx264: export CPB props side dataAnton Khirnov
2015-12-06libvpxenc: export CPB props side dataAnton Khirnov
2015-12-06libopenh264enc: export CPB props side dataAnton Khirnov
2015-12-06lavc: add a packet side data type for VBV-like parametersAnton Khirnov
2015-12-06avconv: pass the global codec side data to the muxerAnton Khirnov
2015-12-06lavc: add stream-global packet side dataAnton Khirnov
2015-12-06avpacket: add a function for wrapping existing data as side dataAnton Khirnov
2015-12-06h264: derive the delay from the level when it's not presentAnton Khirnov
2015-12-06h264: set frame_num in start_frame(), not decode_slice_header()Anton Khirnov