2009-08-21 |
reimar | Add suport for detecting and demuxing DVB teletext...
|
commit | commitdiff | tree |
2009-08-19 |
reimar | OpenAL: untested support for 8-channel audio.
|
commit | commitdiff | tree |
2009-08-19 |
reimar | Change ao_dart to use AVFifoBuffer instead of its own...
|
commit | commitdiff | tree |
2009-08-19 |
reimar | Free initial swscale context, too. Avoids a valgrind...
|
commit | commitdiff | tree |
2009-08-19 |
reimar | Remove useless casts of malloc return value.
|
commit | commitdiff | tree |
2009-08-17 |
reimar | Fix incompatible pointer types warning, also seems...
|
commit | commitdiff | tree |
2009-08-17 |
reimar | Fix 100l broken flag check found due to compiler warning.
|
commit | commitdiff | tree |
2009-08-17 |
reimar | Set demuxer->filepos in mf demuxer, since the stream_tell...
|
commit | commitdiff | tree |
2009-08-17 |
reimar | Get rid of rawaudio control code again that only duplicates...
|
commit | commitdiff | tree |
2009-08-17 |
reimar | Handle demuxers that never set filepos by using stream_tell.
|
commit | commitdiff | tree |
2009-08-16 |
reimar | Add some protection to the rawaudio GET_LENGTH/GET_PERCENT_P...
|
commit | commitdiff | tree |
2009-08-16 |
reimar | Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_...
|
commit | commitdiff | tree |
2009-08-12 |
reimar | make codec-cfg reuse the proper defined constants for...
|
commit | commitdiff | tree |
2009-08-12 |
reimar | 100l, fix compilation again and make codec-cfg.c use...
|
commit | commitdiff | tree |
2009-08-12 |
reimar | 1000l, RGB48BE does _not_ use 49 bit/pixel, probably...
|
commit | commitdiff | tree |
2009-08-11 |
reimar | Explain how formats must be ordered in fmt_list so...
|
commit | commitdiff | tree |
2009-08-11 |
reimar | fmt_table should be const as well.
|
commit | commitdiff | tree |
2009-08-08 |
reimar | 100l, av_fifo_generic_read does not return anything...
|
commit | commitdiff | tree |
2009-08-07 |
reimar | Add a giant hack to the x264 encoder module to ensure...
|
commit | commitdiff | tree |
2009-07-09 |
reimar | Disable libavcodec AAC encoder, there are too many...
|
commit | commitdiff | tree |
2009-06-28 |
reimar | Print information about chapters with -identify.
|
commit | commitdiff | tree |
2009-06-28 |
reimar | Make set_property chapter 0-based like all other chapter...
|
commit | commitdiff | tree |
2009-06-26 |
reimar | Use memcpy_pic2 instead of reimplementing it.
|
commit | commitdiff | tree |
2009-06-26 |
reimar | Close /dev/tty again on uninit.
|
commit | commitdiff | tree |
2009-06-26 |
reimar | Fix indentation broken in last patch
|
commit | commitdiff | tree |
2009-06-26 |
reimar | Get rid of completely pointless vt_doit variable
|
commit | commitdiff | tree |
2009-06-26 |
reimar | 10l, use fopen directly instead of open + fdopen
|
commit | commitdiff | tree |
2009-06-26 |
reimar | Use a single err_out in fb_preinit, also fixes a leak...
|
commit | commitdiff | tree |
2009-06-26 |
reimar | Use FFALIGN and FFMAX3
|
commit | commitdiff | tree |
2009-06-26 |
reimar | Remove useless casts
|
commit | commitdiff | tree |
2009-06-26 |
reimar | fbdev: remove pointless ()
|
commit | commitdiff | tree |
2009-06-26 |
reimar | Replace incorrect use of strncpy by av_strlcpy.
|
commit | commitdiff | tree |
2009-06-26 |
reimar | Use the RESET_GEOMETRY macro in one more place instead...
|
commit | commitdiff | tree |
2009-06-26 |
reimar | 100l, RESET_GEOMETRY must reset values to INT_MIN,...
|
commit | commitdiff | tree |
2009-06-24 |
reimar | AVStream.language is deprecated, switch to av_get_metadata...
|
commit | commitdiff | tree |
2009-06-24 |
reimar | Move allocation to avoid a possible memleak if new_sh_audio...
|
commit | commitdiff | tree |
2009-06-24 |
reimar | Remove pointless stream count checks, new_sh_* already...
|
commit | commitdiff | tree |
2009-06-24 |
reimar | Print ID_AID_???_LANG and ID_SID_???_LANG in lavf demuxer...
|
commit | commitdiff | tree |
2009-06-23 |
reimar | Fix compilation: codec_wav_tags/codec_bmp_tags were...
|
commit | commitdiff | tree |
2009-06-23 |
reimar | Move printing of ID_AID_???_LANG to ts_add_stream instead...
|
commit | commitdiff | tree |
2009-06-23 |
reimar | Initialize es->lang to ensure a previous value does...
|
commit | commitdiff | tree |
2009-06-21 |
reimar | Remove duplicate printing of ID_AUDIO_ID/ID_VIDEO_ID...
|
commit | commitdiff | tree |
2009-06-21 |
reimar | TS demuxer: make the IDs used by DEMUXER_CTRL_SWITCH_...
|
commit | commitdiff | tree |
2009-06-20 |
reimar | Do not use MAX_A/V_STREAMS as upper limit for switch_audio...
|
commit | commitdiff | tree |
2009-06-02 |
reimar | Configure needs AS to be set for the Makefiles.
|
commit | commitdiff | tree |
2009-06-01 |
reimar | Switch to avcodec_decode_video2 to allow a hack that...
|
commit | commitdiff | tree |
2009-06-01 |
reimar | Initialize local variable, avoids a possible crash...
|
commit | commitdiff | tree |
2009-06-01 |
reimar | Add const where appropriate, also gets rid of a compiler...
|
commit | commitdiff | tree |
2009-06-01 |
reimar | 100l, do not read probe buffer if it will not be used...
|
commit | commitdiff | tree |
2009-06-01 |
reimar | Add actually working support for PPC64
|
commit | commitdiff | tree |
2009-06-01 |
reimar | Use target_arch and target_subarch which is more similar...
|
commit | commitdiff | tree |
2009-06-01 |
reimar | Add some missing FFmpeg archs
|
commit | commitdiff | tree |
2009-05-31 |
reimar | Using nl_langinfo in the asf mmst implementation makes...
|
commit | commitdiff | tree |
2009-05-31 |
reimar | Use a malloced string for the get_term_charset return...
|
commit | commitdiff | tree |
2009-05-31 |
reimar | Make ID_SEEKABLE depend on both the stream and the...
|
commit | commitdiff | tree |
2009-05-30 |
reimar | In all demux_info_add calls change "name" to "title".
|
commit | commitdiff | tree |
2009-05-30 |
reimar | 100l, demuxer info tags are _not_ case sensitive, so...
|
commit | commitdiff | tree |
2009-05-19 |
reimar | Set XVR100 make variable. Fixes compilation when support...
|
commit | commitdiff | tree |
2009-05-16 |
reimar | Add a hack to detect when we are writing into a Windows...
|
commit | commitdiff | tree |
2009-05-03 |
reimar | Use libavutil/fifo.h for macosx ao instead of its own...
|
commit | commitdiff | tree |
2009-04-23 |
reimar | Change getdladdr to always use dlopen, dlsym and then...
|
commit | commitdiff | tree |
2009-04-15 |
reimar | libavformat is now the default for mov, update extension...
|
commit | commitdiff | tree |
2009-04-10 |
reimar | Simplify: use av_fifo_space
|
commit | commitdiff | tree |
2009-04-10 |
reimar | Make tvi_v4l2 print -1 as "Current input" if the ioctl...
|
commit | commitdiff | tree |
2009-04-09 |
reimar | Disable pause-hack from PulseAudio 0.9.15 on, it should...
|
commit | commitdiff | tree |
2009-04-09 |
reimar | Split oversized of "argument" onto a separate line.
|
commit | commitdiff | tree |
2009-04-09 |
reimar | Also lock the mainloop when doing adjusting the volume...
|
commit | commitdiff | tree |
2009-04-09 |
reimar | Make sure waitop always unlocks the mainloop even if...
|
commit | commitdiff | tree |
2009-04-09 |
reimar | Add a -indentify message that indicates if the current...
|
commit | commitdiff | tree |
2009-04-01 |
reimar | Increase probe buffer size to 32kB, this makes ac3...
|
commit | commitdiff | tree |
2009-04-01 |
reimar | At least direct3d vo supports -xineramascreen, too
|
commit | commitdiff | tree |
2009-03-31 |
reimar | 100l, add forgotten BGR15 format to fmt-conversion...
|
commit | commitdiff | tree |
2009-03-31 |
reimar | Add forgotten escapes for -
|
commit | commitdiff | tree |
2009-03-31 |
reimar | Explain relationship between -geometry and -xineramascreen.
|
commit | commitdiff | tree |
2009-03-31 |
reimar | Get rid of nonsensical limits on -geometry x, y,w and...
|
commit | commitdiff | tree |
2009-03-30 |
reimar | Set the forced_subs_only value correctly whenever a...
|
commit | commitdiff | tree |
2009-03-30 |
reimar | Use correct PRId64 instead of "lld" in printf string...
|
commit | commitdiff | tree |
2009-03-30 |
reimar | Make sure we do not accidentally use the vdp_get_error_strin...
|
commit | commitdiff | tree |
2009-03-29 |
reimar | Consistently use MP_MAX_PLANES as size for plane pointer...
|
commit | commitdiff | tree |
2009-03-29 |
reimar | Consistently use MP_MAX_PLANES as size for plane pointer...
|
commit | commitdiff | tree |
2009-03-29 |
reimar | Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_...
|
commit | commitdiff | tree |
2009-03-29 |
reimar | Update demuxer->sub->id and demuxer->sub->sh if a new...
|
commit | commitdiff | tree |
2009-03-28 |
reimar | Document the ass_render_event event_images parameter.
|
commit | commitdiff | tree |
2009-03-28 |
reimar | Initialize all structs to 0 before using them.
|
commit | commitdiff | tree |
2009-03-28 |
reimar | Check for ddk/ntddcdrm.h header before enabling VCD...
|
commit | commitdiff | tree |
2009-03-28 |
reimar | 100l, revert r29082, I missed that the vts comparison...
|
commit | commitdiff | tree |
2009-03-28 |
reimar | Reindent
|
commit | commitdiff | tree |
2009-03-28 |
reimar | Simplify extracting title number from ifo name
|
commit | commitdiff | tree |
2009-03-27 |
reimar | Simplify detection of .ifo extension.
|
commit | commitdiff | tree |
2009-03-27 |
reimar | Use x86_reg instead of long in several video filters...
|
commit | commitdiff | tree |
2009-03-27 |
reimar | Directly include libavutil/x86_cpu.h in cpudetect.h...
|
commit | commitdiff | tree |
2009-03-27 |
reimar | Get rid of gettimeofday reimplementation for MinGW...
|
commit | commitdiff | tree |
2009-03-27 |
reimar | Check for _WINGDI_ instead of _WINGDI_H before defining...
|
commit | commitdiff | tree |
2009-03-27 |
reimar | Sync cpuid detection code with libavcodec: assume it...
|
commit | commitdiff | tree |
2009-03-27 |
reimar | Rename local TMP variable to TMPRES to avoid a clash...
|
commit | commitdiff | tree |
2009-03-26 |
reimar | Add support for mmsh:// as alias for mmshttp://
|
commit | commitdiff | tree |
2009-03-22 |
reimar | Add forgotten "static" to new data_length variable...
|
commit | commitdiff | tree |
2009-03-22 |
reimar | Whitespace-only cosmetics: use consistent indentation...
|
commit | commitdiff | tree |
2009-03-22 |
reimar | Print a warning if ao_pcm wrote more data than what...
|
commit | commitdiff | tree |
2009-03-21 |
reimar | Fix planarCopy to ignore the GRAY8 "pseudo"-palette...
|
commit | commitdiff | tree |