summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avformat/vobsub: do not create empty streams.Clément Bœsch2014-05-24
* Add metadata injection to blackdetectBilly Shambrook2014-05-24
* x86: hpeldsp: implement SSE2 put_pixels16_xy2Christophe Gisquet2014-05-24
* x86: hpeldsp: implement SSE2 versionsChristophe Gisquet2014-05-24
* MAINTAINERS: remove myself as website maintainerLou Logan2014-05-23
* x86/hevc_deblock: improve chroma functions register allocationJames Almer2014-05-24
* ffplay: support rotated video.Clément Bœsch2014-05-23
* avformat/mov: use av_display_rotation_get() for rotate metadata.Clément Bœsch2014-05-23
* avutil/display: use hypot().Clément Bœsch2014-05-23
* x86/dsputil: fix argument declaration in vector_clipfJames Almer2014-05-23
* x86/dsputil: fix VECTOR_CLIP_INT32 macroJames Almer2014-05-23
* avcodec/dcadec: dont use hex float, msvc doesnt support itMichael Niedermayer2014-05-23
* avcodec/dcadec: use a constant instead of assuming every compiler can optimiz...Michael Niedermayer2014-05-23
* avcodec/dcadec: make dca_dmix_code() 650% fasterMichael Niedermayer2014-05-23
* Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-05-23
|\
| * Refuse to mux H.264 with fourcc H264 into avi without startcode.Carl Eugen Hoyos2014-05-23
* | Merge commit '21f68c2489cba2a1a4a41d0c5c828266e6162800'Michael Niedermayer2014-05-23
|\ \
| * | avcodec: bump version after rotation apiVittorio Giovara2014-05-23
* | | dcadec: fix xxch_dmix_coeff and xxch_dmix_sf after mergeMichael Niedermayer2014-05-23
* | | Merge commit '6b7b8585d73548f08b98959df39d80b97677662f'Michael Niedermayer2014-05-23
|\| | | |/ |/|
| * dca: Convert dca_dmixtable to integersNiels Möller2014-05-23
* | x86/diracdsp: mark all functions as yasmJames Almer2014-05-23
* | avformat/mov: Dont blindly trust the stream duration in seting chapter timesMichael Niedermayer2014-05-23
* | avformat/utils: Check end time in avpriv_new_chapter()Michael Niedermayer2014-05-23
* | avformat/movenc: Check that packet duration is valid in ff_mov_write_packet()Michael Niedermayer2014-05-23
* | x86/dsputil: port ff_vector_clipf_sse to yasmJames Almer2014-05-23
* | Fix the mime types for MPEG and MPEG-TS formatsFlorent Le Coz2014-05-22
* | x86: hpeldsp: avg_pixels_xy2 for mmx2&3dnowChristophe Gisquet2014-05-22
* | x86: hpeldsp: mark _xy2 versions as approximateChristophe Gisquet2014-05-22
* | x86: hpeldsp: kill hpeldsp_mmx.cChristophe Gisquet2014-05-22
* | maintainers: adding myself as a maintainer to webm dashVignesh Venkatasubramanian2014-05-22
* | libavformat/matroskaenc: Add WebM DASH supportVignesh Venkatasubramanian2014-05-22
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-05-22
|\ \
| * | Autodetect Asterisk raw pcm with extension "sln".Carl Eugen Hoyos2014-05-22
* | | avdevice/v4l2: Use av_malloc_array()Michael Niedermayer2014-05-22
* | | avcodec/proresdec2: Use av_malloc_array()Michael Niedermayer2014-05-22
* | | avcodec/pgssubdec: Use av_malloc(z)_array()Michael Niedermayer2014-05-22
|/ /
* | avcodec/vdpau_internal: move "struct vdpau_picture_context" up to avoid "#else"Michael Niedermayer2014-05-22
* | Fix compilation error around struct visibility when VDPAU disabled.Dale Curtis2014-05-22
* | x86/dsputil: port ff_put_signed_pixels_clamped_mmx to yasmJames Almer2014-05-21
* | x86/dsputil: port clear_block functions to yasmJames Almer2014-05-21
* | Don't overwrite codec_id with 0 in ff_mp4_read_dec_config_descr().Carl Eugen Hoyos2014-05-21
* | sws: document color range >8bit oddityMichael Niedermayer2014-05-21
* | ffmpeg: use av_stream_get_end_pts()Michael Niedermayer2014-05-21
* | avformat: add av_stream_get_end_pts()Michael Niedermayer2014-05-21
* | avcodec/utils: add error message for the recode_subtitle() without iconv caseMichael Niedermayer2014-05-21
* | Replace assert with AVERROR when recode_subtitle called w/o ICONV.Dale Curtis2014-05-21
* | avcodec/atrac3plusdec: Use av_mallocz_array()Michael Niedermayer2014-05-21
* | avcodec/atrac3: Use av_mallocz_array()Michael Niedermayer2014-05-21
* | ffprobe: Use av_malloc_array()Michael Niedermayer2014-05-21