Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-04 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/libffmpeg/ff_dvaudio_decoder.c => src/combined/ffmpeg/ff_dvaudio_decoder.c rename : src/libffmpeg/ff_video_decoder.c => src/combined/ffmpeg/ff_video_decoder.c rename : src/libffmpeg/ffmpeg_decoder.h => src/combined/ffmpeg/ffmpeg_decoder.h | |||
2008-03-04 | Fix libavcodec/dvdata.h-related build problems with older ffmpeg. | Darren Salt | |
2008-03-02 | Fix compilation with older external ffmpeg. | Darren Salt | |
HAVE_FFMPEG_AVUTIL_H wasn't being defined, and there were some incorrect checks. | |||
2008-03-02 | Provide safe and convenient implementations of xine_get_current_frame(). | Reinhard Nißl | |
xine_get_current_frame() relies on the caller to provide a sufficiently sized buffer. To calculate the required size of the buffer, one has to call xine_get_current_frame() to retrieve the necessary parameters. But as the image can change between two successive calls one has to pause the stream for consistency. To improve the situation, xine_get_current_frame_s() has been introduced which requires to specify the buffer size when an image is going to be retrieved. Furthermore, it will return the required/used buffer size. In that way, it can prevent copying data into a too small buffer and therefore can be considered safe. For convenience, xine_get_current_frame_alloc() is provided which takes care to allocate a sufficiently sized buffer. This function avoids pausing the stream as the image will be returned in a single call. | |||
2008-03-02 | Push out current frame when seeing the sequence end code 0xb7. | Reinhard Nißl | |
2008-03-02 | Reorganise DTS audio type detection (ready for LE16 & BE14); changelog entry. | Darren Salt | |
2008-03-02 | Backport the MANGLE macro handling from 1.2-libavutil branch (and adapt). | Diego 'Flameeyes' Pettenò | |
2008-03-01 | Support the new FFmpeg include layout. Now the same include directive should ↵ | Reinhard Nißl | |
work for both internal and external FFmpeg (with new layout). | |||
2008-03-01 | Update to the new FFmpeg's include directory. | Diego 'Flameeyes' Pettenò | |
This also allows to remove the comment stating the includes come from libavutil, as it's now explicit. | |||
2008-03-01 | Remove stray #if and #endif. | Diego 'Flameeyes' Pettenò | |
2008-03-01 | Use libavutil's base64 functions, and get rid again of internal copy of base64. | Diego 'Flameeyes' Pettenò | |
2008-03-01 | Merge from 1.2 tip. | Diego 'Flameeyes' Pettenò | |
--HG-- rename : src/combined/ffmpeg/ff_dvaudio_decoder.c => src/audio_dec/ff_dvaudio_decoder.c | |||
2008-03-01 | Add extra include, dvaudio always have to use internal copy. | Diego 'Flameeyes' Pettenò | |
2008-03-01 | dvdata.h is no more in include path alone. | Diego 'Flameeyes' Pettenò | |
2008-03-01 | Only include the toplevel ffmpeg directory, with the new style include it ↵ | Diego 'Flameeyes' Pettenò | |
works better. | |||
2008-03-01 | Merge from 1.1. | Diego 'Flameeyes' Pettenò | |
--HG-- rename : src/libffmpeg/Makefile.am => src/combined/ffmpeg/Makefile.am rename : src/libffmpeg/ff_dvaudio_decoder.c => src/combined/ffmpeg/ff_dvaudio_decoder.c rename : src/libffmpeg/ff_video_decoder.c => src/combined/ffmpeg/ff_video_decoder.c rename : src/libffmpeg/ffmpeg_decoder.h => src/combined/ffmpeg/ffmpeg_decoder.h | |||
2008-03-01 | Support the new FFmpeg include layout. Now the same include directive should ↵ | Diego 'Flameeyes' Pettenò | |
work for both internal and external FFmpeg (with new layout). | |||
2008-02-29 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/combined/demux_wavpack.c => src/combined/wavpack_demuxer.c | |||
2008-02-29 | Added check if DTS data with IEC958 header will fit into frames samples size ↵ | Kirill Belokurov | |
and send it without IEC958 header otherwise - so the receivers can autodetect the raw DTS stream. --HG-- extra : transplant_source : %7C%02Vm-%DF%B4%CD%8B%B9U3%A7%B9%EDT%3CZ%91%81 | |||
2008-02-28 | Unbreak xcbxv port auto-detection (broken in cset f03669a2395d). | Darren Salt | |
2008-02-25 | When auto-detecting Xv ports, prefer port nos. >= configured. | Darren Salt | |
(Transplanted from f03669a2395d97a3e40615db1089af084a69d299) | |||
2008-02-25 | When auto-detecting Xv ports, prefer port nos. >= configured. | Darren Salt | |
2008-02-25 | Add more VO_CAP_* to indicate support for colour controls & zoom properties. | Darren Salt | |
--HG-- extra : transplant_source : %C2%84%E8%0E%FD%DE%D3%3E%FB%B8%AF%F3%80a%5E%B3v%C5%8B%08 | |||
2008-02-22 | added patch for 16bit big endian DTS detection | Kirill Belokurov | |
--HG-- extra : transplant_source : %5C%D4ln%1C%B8Up%88%96R%09%1A%05HQ%3C%F8%CE%08 | |||
2008-02-20 | Off-by-one in the FLAC security fix, breaking playback of some files. | Darren Salt | |
2008-02-18 | Timecode diff is signed. | Thibaut Mattern | |
Should fix bug 35. --HG-- extra : transplant_source : %DD%95%9F%A7%8D%01%BD%98%40%E4R%AAW%F2%ED%93%B2%DE%1A%E9 | |||
2008-02-18 | merge backout | Thibaut Mattern | |
2008-02-18 | merge backout | Thibaut Mattern | |
2008-02-18 | Backed out changeset 698d30889b29 | Thibaut Mattern | |
id3v2_istag has not the same signature in 1.1 and 1.2. | |||
2008-02-17 | nvidia driver uses XV_SYNC_TO_VBLANK attribute, not XV_DOUBLE_BUFFER as xine ↵ | Miguel Freitas | |
expected. add code to set this attribute from xine and mention nvidia-settings, since the user may need to select a sync device as well. | |||
2008-02-16 | Take in account the size of the extended header. | Thibaut Mattern | |
--HG-- extra : transplant_source : %C0%D71D1%8CQ%889P%21%20%D7%F7%B5%F2T%FE%88%FA | |||
2008-02-15 | Fixed endianess problem. | Thibaut Mattern | |
This should allow big ID3v2 tag to be parsed (i mean tags with embedded pictures). | |||
2008-02-15 | Fixed endianess problem. | Thibaut Mattern | |
This should allow big ID3v2 tag to be parsed (i mean tags with embedded pictures). (transplanted from ebb0d5507d3208f8e73af78f912230719d37830a) --HG-- extra : transplant_source : %EB%B0%D5P%7D2%08%F8%E7%3A%F7%8F%91%220q%9D7%83%0A | |||
2008-02-15 | Don't unlock unconditionally the mainloop on failure. | Diego 'Flameeyes' Pettenò | |
2008-02-14 | Fixed mp3 sniff code. | Thibaut Mattern | |
Fixed bug 4 sample playback (nilbymouthclapton.112.mp3). | |||
2008-02-11 | Merge from 1.1. | Darren Salt | |
2008-02-09 | Remove some unnecessary tests (which the compiler would discard). | Darren Salt | |
2008-02-08 | Avoid a build failure (affects gcc 4.0 on x86_32). | Darren Salt | |
2008-02-08 | Merge from 1.1. | Darren Salt | |
2008-02-07 | Merge; mark 1.1.11. | Darren Salt | |
2008-02-07 | Improve detection of MP3 streams with ID3v2 tags. Don't trust the tag size. | Thibaut Mattern | |
2008-02-07 | Add length checking in the FLAC metadata-parsing code. | Darren Salt | |
Make the tracknumber/tracktotal buffer larger (possible overflow). | |||
2008-02-07 | Reverse the order in which the plugin dirs are scanned; remove a stray printf. | Darren Salt | |
2008-02-06 | Change from release numbering to ABI numbering for the plugin directory. | Darren Salt | |
This is to avoid having to rebuild external plugins for each new release. --HG-- extra : transplant_source : %C2%3EF%0B%EF%16%40K%FD.%EB9%E07%CB%97GhU%98 | |||
2008-02-04 | Report the identifiers of unrecognised video & audio codecs. | Darren Salt | |
2008-02-04 | Tidy up Xv YUY2/YV12 checking & reporting. | Darren Salt | |
2008-02-04 | Silence vdr_video (unless LOG and LOG_VERBOSE are defined). | Darren Salt | |
--HG-- extra : transplant_source : %B3%7E6%F5%18%80i%20rb%10m%8AA8G%87%F5%A8r | |||
2008-02-04 | Merge from 1.1. | Darren Salt | |
2008-02-04 | Merge. | Darren Salt | |
2008-02-04 | Backed out changeset a8b157e7359c (reported to cause a regression). | Darren Salt | |
A proper fix is in changeset a62d6f482a69. |