Tue, 13 Feb 2007 18:26:14 +0000 |
mmu_man |
This fixes error handling for BeOS, removing the need for some ifdefs.
libavformat
|
Fri, 09 Feb 2007 20:34:24 +0000 |
nicodvb |
demux VC1 in mpegts
libavformat
|
Wed, 31 Jan 2007 08:29:24 +0000 |
diego |
Add some context to av_log calls.
libavformat
|
Tue, 23 Jan 2007 21:47:32 +0000 |
michael |
mpegts-documentation-only.patch -- adds documentation patch by Daniel Kristjansson / danielk mrl.nyu edu
libavformat
|
Tue, 23 Jan 2007 21:41:30 +0000 |
michael |
"converts printf's to avlog's" patch by Daniel Kristjansson / danielk mrl.nyu edu
libavformat
|
Sat, 11 Nov 2006 20:56:36 +0000 |
mru |
make some symbols static
libavformat
|
Mon, 23 Oct 2006 08:57:54 +0000 |
aurel |
replace coder/decoder file description in libavformat by muxer/demuxer
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Sun, 27 Aug 2006 12:22:40 +0000 |
nicodvb |
scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the default value)
libavformat
|
Mon, 10 Jul 2006 21:14:37 +0000 |
mru |
allow individual selection of muxers and demuxers
libavformat
|
Sun, 09 Jul 2006 23:40:53 +0000 |
mru |
give AVInput/OutputFormat structs consistent names
libavformat
|
Sat, 08 Jul 2006 16:25:45 +0000 |
mru |
Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT).
libavformat
|
Sun, 18 Jun 2006 11:33:14 +0000 |
diego |
Add const to (mostly) char* and make some functions static, which aren't used
libavformat
|
Sat, 01 Apr 2006 19:02:40 +0000 |
mru |
This patch simply adds demuxing support for AC-3 streams in DVB TS
libavformat
|
Sat, 01 Apr 2006 18:19:00 +0000 |
mru |
fix memory leak on mpegts close
libavformat
|
Mon, 06 Mar 2006 14:13:01 +0000 |
michael |
generic crc calculation code
libavformat
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavformat
|
Mon, 02 Jan 2006 20:27:15 +0000 |
nicodvb |
try with auto_guess if first detection fails
libavformat
|
Mon, 02 Jan 2006 20:13:24 +0000 |
nicodvb |
added support for DVHS (192) packet size
libavformat
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|
Fri, 23 Sep 2005 00:25:41 +0000 |
diego |
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
libavformat
|
Tue, 06 Sep 2005 21:25:35 +0000 |
mru |
Kill some compiler warnings. Compiled code verified identical after changes.
libavformat
|
Sun, 17 Jul 2005 22:24:36 +0000 |
michael |
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
libavformat
|
Sun, 17 Jul 2005 00:28:12 +0000 |
michael |
DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)
libavformat
|
Thu, 26 May 2005 20:17:12 +0000 |
michael |
AVPacket.pos
libavformat
|
Fri, 06 May 2005 16:14:29 +0000 |
mru |
Correct number of bits for PTS.
libavformat
|
Sat, 30 Apr 2005 21:43:59 +0000 |
michael |
switch to native time bases
libavformat
|
Wed, 16 Feb 2005 23:04:11 +0000 |
michael |
Writing to freed memory in write_section_data() patch by (Wolfram Gloger <wmglo dent dot med dot uni-muenchen de>)
libavformat
|
Sun, 10 Oct 2004 22:05:43 +0000 |
michael |
use native timebase for seeking
libavformat
|
Wed, 14 Jul 2004 01:32:14 +0000 |
michael |
libdts support by (Benjamin Zores <ben at geexbox dot org>)
libavformat
|
Mon, 31 May 2004 16:57:00 +0000 |
michael |
fix playback of http://www.zonque.org/test-long.ps
libavformat
|
Sun, 23 May 2004 16:26:12 +0000 |
michael |
store index for seeking in the native timebase of each stream
libavformat
|
Fri, 21 May 2004 20:43:21 +0000 |
michael |
move time_base (pts_num/pts_den) from AVFormatContext -> AVStream
libavformat
|
Tue, 13 Apr 2004 13:33:02 +0000 |
michael |
Off-by-two in mpegts.c patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)
libavformat
|
Fri, 26 Mar 2004 17:40:40 +0000 |
michael |
Support raw mpegts streams from dvr patch by (wmglo at dent dot med dot uni-muenchen dot de)
libavformat
|
Fri, 20 Feb 2004 14:39:15 +0000 |
michael |
avsync patch by (Gildas Bazin <gbazin at altern dot org>)
libavformat
|
Thu, 08 Jan 2004 19:01:16 +0000 |
michael |
memleak patch by (Gildas Bazin <gbazin at altern dot org>)
libavformat
|
Tue, 09 Dec 2003 00:17:43 +0000 |
michael |
better get_packet_size and probe
libavformat
|
Wed, 12 Nov 2003 21:56:57 +0000 |
michael |
support more codecs in MPEG-TS patch by (mru at kth dot se (Mns Rullgrd))
libavformat
|
Mon, 10 Nov 2003 18:47:52 +0000 |
bellard |
seek support
libavformat
|
Wed, 29 Oct 2003 14:16:31 +0000 |
bellard |
mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake codec MPEG2TS)
libavformat
|
Wed, 15 Oct 2003 18:06:44 +0000 |
michael |
Enable decoding of more mpeg-ts streams for pcHDTV patch by (Doug Larrick <doug at ties dot org>)
libavformat
|
Tue, 14 Oct 2003 04:15:53 +0000 |
melanson |
disable encoders where appropriate (patch courtesy of BERO
libavformat
|
Tue, 15 Jul 2003 13:21:39 +0000 |
bellard |
cosmetic change in resync code - added PAT scanning code if no SDT is found (in the futur it would be interesting to give an API to change channel - also useful for DV input number or TV grab tunning
libavformat
|
Thu, 10 Jul 2003 09:04:04 +0000 |
michaelni |
- Looks a tiny bit harder in mpegps_probe() for a valid start code. This is
libavformat
|
Sat, 28 Jun 2003 23:44:09 +0000 |
michaelni |
try to filter _all_ PATs if no SDT could be found patch by (<gbazin at altern dot org>)
libavformat
|
Fri, 13 Jun 2003 14:28:45 +0000 |
bellard |
mpeg ts demux uses DVB SI info and generates correct PTS info - added prototype mpeg ts mux
libavformat
|
Fri, 18 Apr 2003 14:35:15 +0000 |
mmu_man |
avoid detecting mpeg stream when other formats embed mp3 tracks.
libavformat
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavformat
|
Mon, 25 Nov 2002 19:07:40 +0000 |
bellard |
renamed libav to libavformat
libavformat
|