Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-29 | [ffmpeg] - added patch file for last commit | Memphiz | |
2012-06-29 | [ffmpeg] - ARM: generate position independent code to access data symbols - ↵ | Memphiz | |
this finally fixes our ATV2 builds. I send more then a really big THX to M.Rullgard from libav for making this happen. | |||
2012-06-20 | [libcmyth] Fix spelling of cmyth_mythtv_remove_previous_recorded. | David Teirney | |
2012-06-20 | [libcmyth] Added cmyth_tuner_type_check function from upstream. | David Teirney | |
2012-06-20 | [libcmyth] Add cmyth_update_bookmark_setting method from upstream. | David Teirney | |
2012-06-20 | Cosmetic. Fix documentation for cmyth_set_dbg_msgcallback. | David Teirney | |
The logging used to go to stdout rather than stderr. | |||
2012-06-20 | [libcmyth] Fix compiler warning by removing unused variable. | David Teirney | |
2012-06-20 | [libcmyth] Fix compiler warning in debug.h. | David Teirney | |
2012-06-20 | [libcmyth] Rename occurences of mvp in debug.c/.h to cmyth to match upstream. | David Teirney | |
2012-06-20 | [libcmyth] Cosmetic: change default hostname to libcmyth from mediamvp. | David Teirney | |
2012-06-20 | [libcmyth] Remove redundant else statement. | David Teirney | |
if statement above ends with return. | |||
2012-06-20 | [libcmyth] Remove redundant else statement. | David Teirney | |
if statement above ends with return. | |||
2012-06-20 | [libcmyth] Fixed: release the reference to proginfo_recpriority_2 when ↵ | David Teirney | |
destroying proginfo. | |||
2012-06-20 | [libcmyth] Cosmetic: match upstream ENUM declaration with comma after last ↵ | David Teirney | |
entry. | |||
2012-06-20 | [libcmyth] Match upstream logging statements. | David Teirney | |
2012-06-20 | [libcmyth] Fix compiler warnings, which identified a few bugs. | David Teirney | |
Pulled from upstream. | |||
2012-06-20 | [libcmyth] Add logging statement from upstream in commbreak.c | David Teirney | |
2012-06-20 | [libcmyth] Fix compiler warnings. | David Teirney | |
2012-06-19 | [libcmyth] Cosmetic: match upstream copyright statements and comments for ↵ | David Teirney | |
methods. | |||
2012-06-19 | [libcmyth] Fix compiler warning. | David Teirney | |
2012-06-19 | [libcmyth] Add upstream logging if there are leftover bytes in ↵ | David Teirney | |
cmyth_conn_connect_file. | |||
2012-06-19 | [libcmyth] Match upstream setting of default value for the timeval for wider ↵ | David Teirney | |
compiler support. | |||
2012-06-19 | [libcmyth] Cosmetic: move location of cmyth_conn_get_setting in file to ↵ | David Teirney | |
match upstream. | |||
2012-06-19 | [libcmyth] Add in the cmyth_proginfo_port method from upstream. | David Teirney | |
2012-06-19 | Fix so that the mysql result is free'ed. | David Teirney | |
2012-06-19 | Fix so that the IP address mapping from the backend is correctly identified ↵ | David Teirney | |
as being missing if "-1" is returned. | |||
2012-06-19 | Remove printf statements from recorder.c | David Teirney | |
2012-06-19 | Remove printf statements from mythtv_mysql.c | David Teirney | |
2012-06-19 | Remove printf statements in livetv.c | David Teirney | |
2012-06-19 | Remove unused variable. | David Teirney | |
2012-06-11 | [ffmpeg/libavutil] - another missing include when using external ↵ | Memphiz | |
ffmpeg/libav - addition to #13096 | |||
2012-06-11 | [ffmpeg/libavutil] - fix compilation when using external ffmpeg/libav after ↵ | Memphiz | |
e064049 - fixes #13096 | |||
2012-06-02 | [libshairport] - fix typo in libshairport Makefile for linux - thx Baviaan | Memphiz | |
2012-06-02 | [libshairport] - pass metadata to xbmc | Memphiz | |
2012-06-01 | Merge pull request #932 from Memphiz/nfsbump13 | Memphiz | |
bump libnfs to 1.3 | |||
2012-05-25 | switch VS2010 debug project to disable STL iterator checks so that debugging ↵ | Jonathan Marshall | |
at reasonable speed is feasible | |||
2012-05-24 | fixed compiler warning spew under clang 'indirection of non-volatile null ↵ | davilla | |
pointer will be deleted, not trap' | |||
2012-05-16 | fixed: rars that have unpacked size stored on first volume only | Anssi Hannula | |
Some multi-volume RAR files have their unpacked size set as 0 in all volumes except the first one. Use the previous unpacked size instead of 0 in such cases in order to support such files properly. | |||
2012-05-16 | fixed: CRarFile::Read() returning wrong data after some seek patterns | Anssi Hannula | |
Certain seek patterns on a file inside a non-compressed rar file can cause CmdExtract::UnstoreFile() to think that the destination buffer has been filled (as DestUnpSize counter, originally set to the file size, reaches zero). However, counting written bytes using DestUnpSize doesn't make sense for the UnpackToMemory codepath used for non-compressed rar files, as there can be seeks which can eventually cause more data to be read than what the actual file size was. The actual output buffer is internally handled by ComprDataIO. The check in UnstoreFile() will result in not all data being written to the destination buffer, causing CRarFile::Read() to return old stale data. Fix that by dropping the unnecessary DestUnpSize handling in UnpackToMemory codepath of CmdExtract::UnstoreFile(). | |||
2012-05-15 | [osx/ios] fixed ios ffmpeg configure, patch out ffmpeg configure insisting ↵ | davilla | |
on using 'gas-preprocessor.pl ' as that fails with clang, refactor the configure of ffmpeg to allow passing -as= when expands to multiple items | |||
2012-05-13 | [osx/ios] fixed i386/x86_64 pick for native compile of libsquash and ↵ | davilla | |
texturepacker | |||
2012-05-12 | [osx] fixed, since native texturepacker uses SDL from depends, look for ↵ | davilla | |
x86_64 in CXXFLAGS as a hint to build it 32 or 64 bit | |||
2012-05-12 | [osx] fixed, do not include dcr.o, it is a standalong binary with a main | davilla | |
2012-05-10 | [osx] fix compiler errror | amet | |
2012-05-11 | [cmyth] Fix memory corruption caused by incorrect size allocation for ANN ↵ | David Teirney | |
FileTransfer buffer. | |||
2012-05-10 | Merge pull request #37 from Fneufneu/freebsd | Fneufneu | |
add FreeBSD support | |||
2012-05-10 | [AE] av_crc_init added to libavutil interface | Geoffrey McRae | |
2012-05-09 | fixed, do not pollute CXXFLAGS with CFLAGS | davilla | |
2012-05-07 | [FreeBSD] rewrite 64bit threadid hack | Fneufneu | |
do not use DWORD or LPDWORD to store a thread id anymore use LONG or LPLONG instead switch back dword to int | |||
2012-05-07 | comment line for FreeBSD | Fneufneu | |
TODO: understand that error dcr.c:148:8: error: member reference base type 'dcr_stream_obj' (aka 'void') is not a structure or union if (fileno(dcr.obj_) > 2) (*dcr.ops_->close_)(dcr.obj_); ^~~~~~~~~~~~~~~~ In file included from dcr.c:43: /usr/include/stdio.h:483:36: note: instantiated from: define fileno(p) (!__isthreaded ? __sfileno(p) : (fileno)(p)) ^ /usr/include/stdio.h:474:28: note: instantiated from: define __sfileno(p) ((p)->_file) ~~~ ^ |