2011-01-28 |
Anton Khirnov | asfdec: ensure that the whole tag is read. |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Mans Rullgard | os_support: make poll() fallbacks conditional on CONFIG... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Stefano Sabatini | Make the image2 demuxer log more verbose |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Mans Rullgard | Update mpegts test reference |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Alex Converse | aacdec: Convert some loop copies into memcpy()s. |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Stefano Sabatini | Add muxers.texi file. |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Georgi Chorbadzhiyski | In mpegts "reserved_future_use" field must be set to... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Stefano Sabatini | In the rawvideo decoder, set pkt_pts in the output... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Stefano Sabatini | In the start_frame() debug log, print the reference... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Ronald S. Bultje | Fix VP8 aliasing problems. |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Luca Barbato | rtsp: make ff_sdp_parse return value forwarded |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Luca Barbato | os: replace select with poll |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Alex Converse | Make ff_float_to_int16*_c() static. |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Diego Elio... | Hide demuxers', muxers' and protocols' objects via... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Diego Elio... | Hide the now-prefixed decoders, encoders, parsers,... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Justin Ruggles | cosmetics: indentation and spacing |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Justin Ruggles | Remove the add bias hack for the C version of DSPContex... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
John Stebbins | mov: add support for little-endian utf16 chapter names |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Janne Grunau | movenc: byteswap codec_tag in mov_write_ms_tag |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Baptiste Coudurier | In mov muxer, mux adpcm_ms and adpcm_ima_wav the way... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Justin Ruggles | Add special case for 2nd-order IIR filter. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Luca Barbato | Add ff_ to AVHWAccel decoders |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Diego Elio... | Prefix all _demuxer, _muxer, _protocol from libavformat... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Anton Khirnov | mov: simplify mov_read_chapters() by using avio_get_str16be |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Mans Rullgard | Revert "mov: simplify mov_read_chapters() by using... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Ronald S. Bultje | VP8: don't overread edges on fourtap MC. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Diego Elio... | Add ff_ prefix to data symbols of encoders, decoders... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Diego Elio... | Make ff_cmap_read_palette static to libavcodec/iff... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Justin Ruggles | Add ff_ prefix to ac3_common_init(). |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Justin Ruggles | ac3: Remove ff_ac3_critical_band_size_tab. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Diego Elio... | Make the avfilter debug functions and macros static... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Diego Elio... | Mark C base versions of FFT functions static to fft.c |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Marco Gittler | Pass field order flag to libx264 |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Georgi Chorbadzhiyski | mpegtsenc: set reserved bits to 1 in PCR field |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Diego Elio... | Make ff_add_wav static to ra144.c |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Diego Elio... | Make ff_rtsp_send_cmd_with_content_async static to... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Diego Elio... | Make ff_h264_find_frame_end static to h264.c; delete... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Diego Elio... | Make ff_ass_subtitle_header static to ass.c |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Diego Elio... | Make ff_sin_tabs constant to rdft.c |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Diego Elio... | Make ff_spatial_idwt_{init, slice} static to dwt.c |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Diego Elio... | Make ff_png_pass_xmin and ff_png_pass_xshift static... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Diego Elio... | Remove unused ff_ac3_parse_header_full function. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Diego Elio... | Make ff_mxf_pixel_layouts static to mxf.c. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Diego Elio... | Make ff_h264_decode_rbsp_trailing static to h264.c |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Diego Elio... | Make ff_interleave_compare_dts static to utils.c. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Anton Khirnov | mov: simplify mov_read_chapters() by using avio_get_str16be |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Anton Khirnov | asfdec: remove some commented-out cruft |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Anton Khirnov | lavf: make a variant of ff_get_str16_nolen public |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Mans Rullgard | armcc: filter out non-gcc options from ASFLAGS |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Mans Rullgard | configure: add filter_out() function |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Ronald S. Bultje | Don't do edge emulation unless the edge pixels will... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Jai Menon | ffmetaenc: Use correct format specifiers. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Mans Rullgard | intfloat_readwrite: include "mathematics.h" for fallbac... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Mans Rullgard | tty: remove superflous #include <strings.h> |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Mans Rullgard | ac3: remove ff_ac3_critical_band_size_tab[] external... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Diego Elio... | Move ff_ac3_critical_band_size_tab in ac3.c for non... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Diego Elio... | Remove unused ac3_parametric_bit_allocation function. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Mans Rullgard | Makefile: fix cleaning of tools in tests directory |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Daniel Verkamp | configure: move network tests before results are needed |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Georgi Chorbadzhiyski | mpegtsenc: remove unused variables |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Daniel Verkamp | Fix ALLPROGS_G so that *_g binaries get cleaned properly |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Mans Rullgard | latm: remove superflous #includes |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Mans Rullgard | avidec: make print_tag() a macro and remove related... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Diego Elio... | Make RTPFirstDynamicPayloadHandler static to rtpdec.c |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Diego Elio... | Make ff_realmedia_mp3_dynamic_handler static. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Mans Rullgard | Make denoise_dct_c() and dct_quantize_trellis_c() stati... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Diego Elio... | Don't declare a pcm_dvd encoder. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Diego Elio... | Don't check for DEBUG before using dprintf. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Diego Elio... | Make local variables static. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Diego Elio... | Make dvenc.c functions static to the unit. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Diego Elio... | Make denoise_dct_c and dct_quantize_trellis_c static. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Diego Elio... | Make the ff_lockmgr_cb function pointer static to utils.c |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Diego Elio... | Make this_year static to cmdutils.c |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Diego Elio... | Rename sf_table in atrac.c unit to ff_atrac_sf_table. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Diego Elio... | Mark qmf_window table static to atrac.c unit. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Mans Rullgard | x86: fix overflow in h264 8x8 planar prediction |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Mans Rullgard | fate: add h264 test for extreme cases in planar prediction |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Mans Rullgard | ffserver: put gcc attribute under proper ifdef |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Martin Storsjö | rtspdec: Retry with TCP if UDP failed |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Martin Storsjo | rtspdec: Move rtsp_read_pause up, next to rtsp_read_play |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Martin Storsjo | rtsp: Use ff_rtsp_undo_setup in the cleanup code in... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Martin Storsjo | rtsp: Split out a function undoing the setup made by... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Martin Storsjo | rtsp: Make make_setup_request a nonstatic function |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Reimar Döffinger | Use av_fast_malloc instead of av_realloc. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Reimar Döffinger | Handle input or output len of 0 properly in lzo decoder. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Martin Storsjö | applehttp: Fix the key check in handle_variant_args |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Kostya | reindent after last commit |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Kostya | Extend WavPack demuxer and decoder to support >2 channe... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Stefano Sabatini | Do not set audio_resample to 0 if audio_sync_method... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Mans Rullgard | ARM: NEON: fix overflow in h264 16x16 planar pred |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Mans Rullgard | Add CFLAGS needed by PathScale compiler |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Mans Rullgard | Disable symbol versioning on some BSDs |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Mans Rullgard | MIPS: use inline asm only when supported by compiler |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Janne Grunau | aacenc: fix typo in sync extension constant in 8ae0fa2 |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Mans Rullgard | Remove redundant checks against MIN_CACHE_BITS |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Mans Rullgard | get_bits: move tracing macros to end of file |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Mans Rullgard | Sanitise get_bits macros, part 2 |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Mans Rullgard | Sanitise get_bits macros, part 1 |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Mans Rullgard | Remove "libmpeg2" bitstream reader |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Mans Rullgard | Makefile: simplify test tools handling |
commit | commitdiff | tree | snapshot |
next |