2010-10-01 |
Martin Storsjö | Reindent/rewrap |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Martin Storsjö | rtsp: Reorganize if statements in rtsp_read_play |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Martin Storsjö | rtsp/rtpdec: Allow rtp_parse_packet to take ownership... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Martin Storsjö | rtsp: Use a dynamically allocated receive buffer |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Stefano Sabatini | Fix weird indent. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Måns Rullgård | avassert: add missing #include <stdlib.h> |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Måns Rullgård | avassert: prettify macro |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Måns Rullgård | Rename libavutil/assert.h to avassert.h |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Michael Niedermayer | Fix av_cmp_q() with negative denominators. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Tomas Härdin | Add myself as maintainer of lxfdec.c |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Tomas Härdin | Add demuxer for LXF (Leitch/Harris' VR native stream... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Tomas Härdin | Add pcm_lxf, a decoder for the 20-bit planar PCM format... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Michael Niedermayer | Fix a typo in the nameing of av_assert0() in currently... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Michael Niedermayer | av_assert() system. |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Aurelien Jacobs | add FF_API_INOFFICIAL define to disable the deprecated... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Aurelien Jacobs | add FF_API_SET_STRING_OLD define to disable the depreca... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Aurelien Jacobs | add FF_API_USE_LPC define to disable the deprecated... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Stefano Sabatini | Return AVERROR(EINVAL) rather than -1 in case of invali... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Aurelien Jacobs | add FF_API_SUBTITLE_OLD define to disable the deprecate... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Aurelien Jacobs | add FF_API_VIDEO_OLD define to disable the deprecated... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Baptiste Coudurier | Correct tag is m2v1 |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Aurelien Jacobs | add FF_API_AUDIO_OLD define to disable the deprecated... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Niobos | Fix a yuv420p sample that was incorrectly detected... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Stefano Sabatini | Document url_filesize(). |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Stefano Sabatini | Make register_protocol() use the function av_register_p... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Michael Niedermayer | User application side of Codec specific parameters. |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Stefano Sabatini | Set default values for the scale context in sws_alloc_c... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Stefano Sabatini | Set the default value of param0 and param1 to SWS_PARAM... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Stefano Sabatini | Set valid default values for the srcw, srch, dstw,... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Stefano Sabatini | Add missing case for FF_OPT_TYPE_DOUBLE in av_opt_set_d... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Baptiste Coudurier | Remove duplicate entries |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Baptiste Coudurier | Use new apple fourcc for mpeg-1 and mpeg-2 in mov,... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Ronald S. Bultje | Move static inline function to a macro, so that constan... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Stefano Sabatini | Cosmetics: put "if (...)" and "av_log(...)" in the... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Alexander Strange | rawdec: Properly pass reordered_opaque through the... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Ronald S. Bultje | Check return value of get_chunk_header(). Since enum... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Eli Friedman | Use sse2 variant of put_pixels16() for no_rnd also... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Michael Niedermayer | Allow setting the impulse block bias for libvorbis... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Michael Niedermayer | Move allocation and init to defaults of the private... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Ronald S. Bultje | Merge b_idx and edge variables, and optimize the ASM... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Ronald S. Bultje | Remove mv_mask variable. Replace the related pand ... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Ronald S. Bultje | Remove d_idx as a variable, and instead load it as... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Ronald S. Bultje | Unroll inner bidir loop in h264_loop_filter_strength_mm... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Ronald S. Bultje | Unloop the outer loop in h264_loop_filter_strength_mmx2... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Stefano Sabatini | Put if (...) av_log() in the same line, more compact... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Stefano Sabatini | Amend constraints for the src_format and dst_format... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Alexander Strange | Fix compile on Darwin (FATE). Compile error: |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Michael Niedermayer | Add AVClass for the private context, this will be used... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Stefano Sabatini | Cosmetics: fix braces placement. |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Stefano Sabatini | Deprecate sws_getContext(), use sws_alloc_context(... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Stefano Sabatini | Add documentation for the returned value of sws_init_co... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Stefano Sabatini | Add APIchanges entry for lsws change of r32368. |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Stefano Sabatini | Bump minor version after the addition of sws_alloc_cont... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Stefano Sabatini | Make init() return sensible error code rather than... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Stefano Sabatini | Cosmetics: apply nits. |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Stefano Sabatini | Make new doxy follows the agreed upon style and grammatical |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Stefano Sabatini | Group togheter filter dependency specifications. |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Stefano Sabatini | Add the drawbox filter from the soc libavfilter repo. |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Jason Garrett... | Try to fix crashes introduced by r25218 |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Alexander Strange | All else being equal, prefer PTS over DTS in timestamp... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Alexander Strange | Extract timestamp correction code from ffplay.c to... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Baptiste Coudurier | In mov demuxer, check that nb_streams is valid before... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Baptiste Coudurier | 100l fix if condition |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Baptiste Coudurier | Y400A (gray alpha) input support in libswscale |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Michael Chinen | Fix index_entries pos: |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Stefano Sabatini | Update APIchanges after r25236. |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Måns Rullgård | Fix out of tree builds with vf_yadif and mmx |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Stefano Sabatini | Move av_set_options_string() from libavfilter to libavutil. |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Stefano Sabatini | Use more expressive names for the avfilter_insert_filte... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Aurelien Jacobs | use a Makefile in x86 subdir |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Aurelien Jacobs | merge #if with if() |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Baptiste Coudurier | In dv decoder, set sample aspect aspect ratio, fix... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Baptiste Coudurier | In dv decoder, use the expected aspect ratio logic... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Janne Grunau | swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Janne Grunau | cosmetics: break long line update_flags_cpu |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Janne Grunau | use strict_std_complience from avcodec_opts[AVMEDIA_TYPE_*] |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Stefano Sabatini | Make avfilter_insert_filter() propagate an error code... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Stefano Sabatini | Add APIchanges entry after r25227. |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Stefano Sabatini | Make AVFilterLink store the pointers to the source... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Stefano Sabatini | Add APIchanges entry after r25225. |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Stefano Sabatini | Move av_get_token() from libavfilter to libavutil. |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Martin Storsjö | rtpproto: Use a sockaddr_storage instead of a sockaddr_... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Michael Niedermayer | Fix several security issues in flicvideo.c |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Tomas Härdin | mpegtsenc: Indent |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Tomas Härdin | mpegtsenc: Write subtitle extradata if set |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Stefano Sabatini | Simplify include, since opt.c is now in libavutil there... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Stefano Sabatini | Cosmetics: apply misc style fixes. |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Jason Garrett... | Improve error concealment of lost frames |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Stefano Sabatini | Make avfilter_destroy() code less convoluted, introduci... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Stefano Sabatini | Bump version and update APIchanges after r25210. |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Måns Rullgård | yadif: remove unnecessary #include |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Stefano Sabatini | Port MPlayer blackframe filter. |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Måns Rullgård | configure: detect nasm vs yasm and set flags correspond... |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Måns Rullgård | ARM: change return type of AV_RN16() to unsigned |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Ramiro Polla | fix typos and grammar |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Michael Niedermayer | Make the avoptions list of sws more complete. |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Michael Niedermayer | Split alloc and init of context so that parameters... |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Ramiro Polla | swscale: use full chroma input for point scaler |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Martin Storsjö | Bump minor version for the addition of the G.722 encoder |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Michael Niedermayer | Move AVOptions from libavcodec to libavutil |
commit | commitdiff | tree | snapshot |
next |