| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Makefile variable for audio input that is enabled by V4L or radio capture. | diego | 2007-04-22 | 1 | -7/+1 |
* | after a DVDNAV_VTS_CHANGE event report the title being played | nicodvb | 2007-04-22 | 1 | -0/+2 |
* | cosmetics. restore empty line removed in r22985. | voroshil | 2007-04-13 | 1 | -0/+1 |
* | Move translatable strings from tv.c to help_mp* | voroshil | 2007-04-13 | 1 | -51/+44 |
* | Rework of *BSD BT848 detection for radio:// | voroshil | 2007-04-11 | 1 | -8/+11 |
* | Cleanup real_calc_response_and_checksum() | rtogni | 2007-04-09 | 1 | -10/+5 |
* | Merge calc_response_string() into real_calc_response_and_checksum() | rtogni | 2007-04-09 | 1 | -13/+6 |
* | Simplify calc_response_string() | rtogni | 2007-04-09 | 1 | -10/+3 |
* | 10000000l learn to count | rtogni | 2007-04-09 | 1 | -1/+1 |
* | Size of response is known, no need to calculate it | rtogni | 2007-04-09 | 1 | -4/+3 |
* | The size of xor_table is known and fixed, no need to calculate it | rtogni | 2007-04-09 | 1 | -8/+6 |
* | implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME - dvdna... | nicodvb | 2007-04-09 | 1 | -0/+20 |
* | remove ugly #include from tvi_bsdbt848.c | voroshil | 2007-04-09 | 1 | -14/+12 |
* | Fix typo in r22772 which causes compilation error under *BSD. | voroshil | 2007-04-08 | 1 | -8/+8 |
* | Ability to specify video and audio capture device names | voroshil | 2007-04-05 | 1 | -8/+40 |
* | Length of interleaved RTSP frames (0x24) in only 16 bit, the other byte | rtogni | 2007-04-03 | 1 | -1/+2 |
* | Check buffer size in header dump functions | rtogni | 2007-03-25 | 3 | -22/+84 |
* | Use AV_WB* instead of swap+memcpy+swap | rtogni | 2007-03-24 | 1 | -120/+46 |
* | at open() discard front margin/empty sectors (fixes demuxing by libavformat);... | nicodvb | 2007-03-24 | 1 | -1/+13 |
* | Radio driver loading rework. | voroshil | 2007-03-21 | 1 | -133/+86 |
* | Declare eof only when stream 0 gets eof | rtogni | 2007-03-20 | 1 | -1/+9 |
* | Fix for realrtsp urls with more than 2 streams: | rtogni | 2007-03-20 | 1 | -3/+5 |
* | Add missing bogus norm warning for v4l2 | voroshil | 2007-03-19 | 1 | -0/+3 |
* | Make sure bogus parameter will not be ignored by user. | voroshil | 2007-03-19 | 1 | -1/+1 |
* | Support application/smil as mimetype for smil-over-realrtsp | rtogni | 2007-03-18 | 1 | -1/+2 |
* | New slave command: tv_step_freq <offset in MHz> | voroshil | 2007-03-17 | 2 | -0/+16 |
* | Remove unnecessary -I option from CFLAGS. | diego | 2007-03-16 | 1 | -2/+0 |
* | Allow to specify frequencies in channels option. | voroshil | 2007-03-16 | 1 | -0/+7 |
* | Fix live555 compilation when stream cache is disabled. | diego | 2007-03-13 | 1 | -0/+2 |
* | cosmetics: Fix indentation, reorder some lines for consistency. | diego | 2007-03-13 | 1 | -30/+30 |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 | 1 | -29/+28 |
* | add vcd:// for win32, patch by zuxy meng | compn | 2007-03-12 | 1 | -0/+130 |
* | Source files should not contain non-ASCII characters. | diego | 2007-03-12 | 1 | -1/+1 |
* | add vcd:// for win32, patch by zuxy meng | compn | 2007-03-12 | 1 | -1/+25 |
* | optionally reuse the socket if -reuse-socket is selected; patch by Yong Hwan ... | nicodvb | 2007-03-08 | 1 | -0/+6 |
* | truncate mencoder's output file if it exists, instead of overwriting just par... | lorenm | 2007-03-05 | 2 | -2/+2 |
* | print the disc_id without using a buffer | nicodvb | 2007-03-04 | 1 | -3/+3 |
* | 10000l; in previous commit I allocated a buffer 1 byte too short | nicodvb | 2007-03-03 | 1 | -1/+1 |
* | replaced 1 instances of sprintf() with snprintf(); patch by njkain gmail com. | nicodvb | 2007-03-03 | 1 | -2/+3 |
* | replaced 2 instances of sprintf() with snprintf() and one instance | nicodvb | 2007-03-03 | 1 | -4/+3 |
* | tv driver loading rework. As a side effect "-tv driver=help" option is | voroshil | 2007-03-01 | 7 | -41/+75 |
* | winsocks expects an int in milliseconds instead of struct timeval to set | ivo | 2007-03-01 | 1 | -4/+12 |
* | Replace MIN with FFMIN | reimar | 2007-03-01 | 1 | -1/+1 |
* | Use libavutil AV_RB/AV_WB macros instead of defining out own variants. | reimar | 2007-03-01 | 2 | -163/+148 |
* | cleaned stream_seek() : simplified the alignment to STREAM_BUFFER_SIZE or s->... | nicodvb | 2007-02-28 | 1 | -20/+4 |
* | Add support for smil playlist served over realrtsp | rtogni | 2007-02-18 | 3 | -3/+17 |
* | Simplify code by using separate variables for large common expressions. | reimar | 2007-02-15 | 1 | -22/+26 |
* | More strncat() misuses. | rtogni | 2007-02-11 | 1 | -5/+5 |
* | strncat() misuses, may have been exploitable. | rtogni | 2007-02-11 | 1 | -3/+3 |
* | More boundary checks for fixed-length arrays. Some of them may have been | rtogni | 2007-02-11 | 1 | -4/+12 |
* | Quick hack mostly for documentation purposes to make -aid work with mms:// | reimar | 2007-02-08 | 1 | -0/+10 |
* | Fix a few gcc warnings, approved by Diego and Reimar. | rathann | 2007-02-05 | 3 | -4/+2 |
* | Use defined() syntax instead without (). | reimar | 2007-02-04 | 1 | -1/+1 |
* | Add timeout to tcp connections, avoid hanging forever. | rtogni | 2007-02-04 | 1 | -0/+7 |
* | Fix base64_encode() max output length checking. | uau | 2007-01-28 | 1 | -4/+3 |
* | Accept rdt packets with "is-reliable" flag set | rtogni | 2007-01-28 | 1 | -1/+1 |
* | Fix FSF address and otherwise broken license headers. | diego | 2007-01-22 | 3 | -9/+5 |
* | at open() assign *file_format=DEMUXER_TYPE_MPEG_PS to avoid useless demuxer p... | nicodvb | 2007-01-16 | 2 | -0/+5 |
* | GNU/kFreeBSD support, closes Bugzilla #704. | diego | 2007-01-10 | 3 | -6/+6 |
* | Don't drop last rdt packet on eof | rtogni | 2007-01-09 | 3 | -2/+9 |
* | removed static declaration before non-instantiated struct; patch by cehoyos a... | nicodvb | 2007-01-09 | 1 | -1/+1 |
* | Two crash issues fixed: | voroshil | 2007-01-08 | 1 | -1/+9 |
* | Make sure we do not crash when eof is reset, e.g. due to an attempt to seek. | reimar | 2007-01-07 | 1 | -0/+1 |
* | in dvb_get_config() open the frontend in READ_ONLY mode for probing (worksaro... | nicodvb | 2007-01-07 | 1 | -1/+1 |
* | reindented | nicodvb | 2007-01-06 | 1 | -16/+16 |
* | init to 0 feparams before tuning | nicodvb | 2007-01-06 | 1 | -0/+1 |
* | removed useless reporting code | nicodvb | 2007-01-06 | 1 | -55/+3 |
* | moved actual tuning code from check_status() to tune_it() | nicodvb | 2007-01-06 | 1 | -18/+12 |
* | don't add pid 0 if it's already present in the list | nicodvb | 2007-01-06 | 1 | -6/+5 |
* | More free() that were forgotten in r21806 memleak fix | rtogni | 2007-01-01 | 1 | -0/+3 |
* | Memleak fix (implement sdpplin_free() and use it) | rtogni | 2007-01-01 | 2 | -1/+28 |
* | Fix invalid memory access if identifier is unknown | rtogni | 2007-01-01 | 1 | -1/+1 |
* | Fix potential buffer overflow in asm rules matching code | rtogni | 2006-12-31 | 3 | -3/+9 |
* | reindentation | nicodvb | 2006-12-30 | 1 | -13/+13 |
* | Fix double free of *http_hdr at server error. | iive | 2006-12-30 | 1 | -2/+2 |
* | replace call to UDFFindFile() (that is not part of the public API) with DVDOp... | nicodvb | 2006-12-23 | 1 | -6/+6 |
* | fix compilation on the most delicious variant of unix (mingw) that lacks S_IR... | nicodvb | 2006-12-21 | 1 | -2/+7 |
* | reindented after yesterday's commit | nicodvb | 2006-12-20 | 1 | -2/+2 |
* | support for writing over smb shares | nicodvb | 2006-12-19 | 1 | -6/+23 |
* | in WRITE mode open the output file with mode 0666; umask will filter it | nicodvb | 2006-12-19 | 1 | -1/+1 |
* | support functions for writing to streams | nicodvb | 2006-12-18 | 1 | -0/+28 |
* | implemented STREAM_CTRL_GET_SIZE | nicodvb | 2006-12-18 | 1 | -0/+17 |
* | new STREAM_CTRL_GET_SIZE to get size of output stream | nicodvb | 2006-12-18 | 1 | -0/+1 |
* | in STREAM_WRITE mode open the stream with O_RDWR|O_CREAT, S_IRUSR|S_IWUSR and... | nicodvb | 2006-12-18 | 1 | -3/+6 |
* | added member and definitions for output streams | nicodvb | 2006-12-18 | 1 | -0/+3 |
* | support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se) | nicodvb | 2006-12-17 | 1 | -0/+87 |
* | simplified aid management in dvdnav_lang_from_aid(); patch by Joakim Patte | nicodvb | 2006-12-15 | 1 | -7/+1 |
* | Force lavf on flv streams. Closes bugzilla #354 | rtogni | 2006-12-15 | 1 | -0/+4 |
* | implemented dvdnav_lang_from_aid() to retrieve audio language | nicodvb | 2006-12-14 | 2 | -0/+31 |
* | added dvdnav_aid_from_lang() to support -alang | nicodvb | 2006-12-14 | 2 | -0/+45 |
* | Add missing buf.memory = V4L2_MEMORY_MMAP; initializations. | reimar | 2006-12-12 | 1 | -0/+3 |
* | Make sure closesocket is called. | reimar | 2006-12-10 | 1 | -0/+10 |
* | STREAM_UNSUPPORTED is -1, so use the former for return value in all places. | reimar | 2006-12-10 | 1 | -4/+2 |
* | Make sure stream->fd is set correct (esp. to -1 on error when fd is closed) | reimar | 2006-12-10 | 1 | -1/+2 |
* | added function to return the language of the specified subtitle id. Patch by | nicodvb | 2006-12-10 | 2 | -0/+22 |
* | ID_SUBTITLE_ID should show the -sid number, not the vobsub id also for dvd subs. | reimar | 2006-12-10 | 1 | -1/+1 |
* | Fix misplaced http_free | reimar | 2006-12-09 | 1 | -1/+1 |
* | Fix potential endless loop in http_streaming_start due | reimar | 2006-12-09 | 1 | -0/+1 |
* | Fix lots and lots of potential memory/fd leaks in http_streaming_start | reimar | 2006-12-09 | 1 | -19/+28 |
* | export spu palette; part of a patch by Otvos Attila | nicodvb | 2006-12-09 | 2 | -0/+13 |
* | Avoid memory and fd leaks in asf streaming open code. | reimar | 2006-12-09 | 1 | -15/+15 |
* | Forgotten closesocket on error, patch by | reimar | 2006-12-09 | 1 | -1/+4 |
* | Close fd on error. | reimar | 2006-12-09 | 1 | -1/+2 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 | 3 | -3/+3 |
* | Simplify NEXT_LINE macro and put most of it in a separate function. | reimar | 2006-12-06 | 1 | -16/+16 |
* | remove useless and incorrect const-removing cast | reimar | 2006-12-06 | 1 | -1/+1 |
* | Do not define _GNU_SOURCE, it is not necessary and causes a warning if it is | reimar | 2006-12-06 | 1 | -2/+0 |
* | Make sure invalid protocols are rejected instead of treated | reimar | 2006-12-05 | 1 | -1/+2 |
* | Add full support for en-/disabling cddb support | reimar | 2006-12-04 | 1 | -3/+7 |
* | remove headers included twice | aurel | 2006-12-03 | 1 | -2/+0 |
* | use strchr() instead of index() | aurel | 2006-12-03 | 1 | -1/+1 |
* | doxygenized dvdnav_sid_from_lang() and dvdnav_number_of_subs() | nicodvb | 2006-12-02 | 1 | -0/+11 |
* | Move system headers before libavutil headers to work around build issues on | diego | 2006-12-02 | 1 | -3/+3 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 | 3 | -3/+6 |
* | cosmetical reformatting | nicodvb | 2006-11-27 | 1 | -13/+14 |
* | feed the content of NAV_PACKET to the demuxer | nicodvb | 2006-11-27 | 1 | -0/+3 |
* | Add a config.mak variable for CDDB. | diego | 2006-11-27 | 1 | -3/+1 |
* | FFmpeg-style dependency declaration | diego | 2006-11-27 | 1 | -96/+51 |
* | cosmetics: Merge SRCS together, alphabetical order, whitespace. | diego | 2006-11-27 | 1 | -32/+16 |
* | cosmetics:indentation | diego | 2006-11-27 | 1 | -37/+37 |
* | Untangle dependencies that are handled by configure. | diego | 2006-11-27 | 1 | -5/+5 |
* | Remove unused LIBAV_INC variable. | diego | 2006-11-27 | 1 | -1/+1 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 | 1 | -28/+4 |
* | match exactly card number N specified, rather than the N-th actually usable | nicodvb | 2006-11-26 | 1 | -3/+12 |
* | keep nav highlight event in dvdnav priv structure | ben | 2006-11-25 | 2 | -12/+16 |
* | Remove superfluous comment. | diego | 2006-11-25 | 1 | -3/+0 |
* | support for comma-separated language codes in -slang | nicodvb | 2006-11-25 | 1 | -1/+6 |
* | spurious () like in ({code;}) probably is not valid C, icc 9, definitely | reimar | 2006-11-25 | 1 | -2/+2 |
* | better nav highlight handling | ben | 2006-11-25 | 2 | -4/+13 |
* | removed unused members and variables | nicodvb | 2006-11-25 | 2 | -19/+0 |
* | COSMETICS: consistently reformatted after ben's mess | nicodvb | 2006-11-25 | 1 | -6/+4 |
* | added code to identify subs language and count; needed for forthcoming suppor... | nicodvb | 2006-11-25 | 2 | -0/+30 |
* | support for dvdnav menu buttons overlay as simple alpha boxes (rework from Ot... | ben | 2006-11-25 | 1 | -0/+48 |
* | cosmetics | reimar | 2006-11-21 | 1 | -1/+1 |
* | Also support absolute url redirection, e.g. http://www.youtube.com/v/buKaqRG2SFA | reimar | 2006-11-21 | 1 | -1/+6 |
* | Unify dep/depend targets. | diego | 2006-11-20 | 1 | -3/+1 |
* | new slave command: radio_step_freq | voroshil | 2006-11-19 | 2 | -0/+22 |
* | riformatted after previous commit | nicodvb | 2006-11-19 | 1 | -2/+2 |
* | if in the list of pids appears at least one 8192 (while TS) remove all other ... | nicodvb | 2006-11-19 | 1 | -1/+18 |
* | Add *BSD BT848 radio support | voroshil | 2006-11-18 | 2 | -1/+156 |
* | Rename libdvdread to dvdread. We really only include only the dvdread | diego | 2006-11-18 | 1 | -4/+4 |
* | add public wrapper for get_frequency | voroshil | 2006-11-17 | 2 | -0/+16 |
* | Change verbosity level from MSGL_V to MSGL_INFO for "Current frequency is" | voroshil | 2006-11-17 | 1 | -1/+1 |
* | consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME... | nicodvb | 2006-11-12 | 2 | -4/+3 |
* | make fail STREAM_CTRLs related to seeking/fetching time/chapter when the cach... | nicodvb | 2006-11-11 | 1 | -2/+9 |
* | idenfify now shows the timings of chapters of the chosen pgc | nicodvb | 2006-11-10 | 1 | -0/+26 |
* | one more deuglification | nicodvb | 2006-11-09 | 1 | -1/+2 |
* | COSMETICS: renamed dvdnav_priv to priv | nicodvb | 2006-11-09 | 1 | -56/+56 |
* | Add missed 'break'. | voroshil | 2006-11-09 | 1 | -0/+2 |
* | Move non driver-specific block to non-driver specific procedure, to avoid | voroshil | 2006-11-09 | 1 | -17/+15 |
* | changed ugly sizeof(*type_ptr) width sizeof(type) | nicodvb | 2006-11-08 | 1 | -1/+1 |
* | COSMETICS: reformatted this ugly mess in a consistent manner | nicodvb | 2006-11-08 | 1 | -70/+71 |
* | Support URL redirections that do not specify full URL. | reimar | 2006-11-08 | 3 | -2/+21 |
* | Adding ability to check allowed frequency range. | voroshil | 2006-11-08 | 1 | -2/+17 |
* | support for -dvdangle | nicodvb | 2006-11-08 | 1 | -0/+3 |
* | implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME (precis... | nicodvb | 2006-11-07 | 2 | -0/+111 |
* | added definitions of STREAM_CTRL_GET_CURRENT_TIME STREAM_CTRL_SEEK_TO_TIME | nicodvb | 2006-11-07 | 1 | -0/+2 |
* | Replace enneccesery O_RDWR with O_RDONLY | voroshil | 2006-11-07 | 1 | -1/+1 |
* | Restoring volume level of radio card on exit. | voroshil | 2006-11-07 | 1 | -0/+3 |
* | printf->mp_msg | rtogni | 2006-11-05 | 1 | -13/+14 |
* | Fix compilation: forgotten mp_msg.h include | reimar | 2006-11-05 | 1 | -0/+1 |
* | printf ->mp_msg | rtogni | 2006-11-05 | 1 | -8/+8 |
* | Do not use abort() | rtogni | 2006-11-05 | 1 | -7/+7 |
* | cosmetics: reformatted with only tabs | nicodvb | 2006-11-04 | 1 | -8/+6 |
* | use calloc() instead of malloc() | nicodvb | 2006-11-04 | 1 | -1/+1 |
* | nonsense removal: compare old and new frequency in order to skip tuning | nicodvb | 2006-11-04 | 2 | -43/+3 |
* | changed email address | henry | 2006-11-04 | 2 | -2/+2 |
* | Streamline and simplify internal vs external libdvdread handling. | diego | 2006-11-03 | 4 | <