Sun, 27 Jul 2008 23:06:22 +0000 |
michael |
Fix misdetection of H.264 in mpegts as mpeg1video in mpegts.
libavformat
|
Fri, 18 Jul 2008 01:07:17 +0000 |
mru |
MPEGTS: Improve probe function
libavformat
|
Tue, 08 Jul 2008 23:20:22 +0000 |
takis |
One-bit bitfields should probably be unsigned. Unfortunately, it is left
libavformat
|
Fri, 20 Jun 2008 17:22:56 +0000 |
bcoudurier |
uniformize AVStream->priv_data freeing in av_close_input_stream
libavformat
|
Tue, 03 Jun 2008 16:20:54 +0000 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
libavformat
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavformat
|
Tue, 06 May 2008 09:16:36 +0000 |
diego |
Remove unnecessary parentheses from return calls.
libavformat
|
Thu, 24 Apr 2008 22:16:00 +0000 |
michael |
Fixing memleaks.
libavformat
|
Wed, 23 Apr 2008 21:16:25 +0000 |
michael |
Ensure that the timestamp reading code used for seeking chooses a position
libavformat
|
Tue, 15 Apr 2008 13:48:46 +0000 |
michael |
Using the same probe function in 2 formats is not a good idea.
libavformat
|
Sat, 23 Feb 2008 10:57:38 +0000 |
nicodvb |
treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESCRIPTOR with the value HDMV; approved by Mans
libavformat
|
Fri, 04 Jan 2008 23:09:58 +0000 |
aurel |
improve CRC API
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Sat, 17 Nov 2007 03:14:43 +0000 |
heydowns |
When new streams are detected, look for old filters and close them out.
libavformat
|
Sat, 20 Oct 2007 08:29:05 +0000 |
nicodvb |
associate to each AVProgram the indexes of the AVStreams contained in it
libavformat
|
Tue, 25 Sep 2007 20:58:37 +0000 |
nicodvb |
added structures and code to keep track of pids<->programs mapping: it's needed
libavformat
|
Tue, 25 Sep 2007 20:49:11 +0000 |
nicodvb |
replaced custom tracking of programs/services with calls to with av_new_program()
libavformat
|
Sun, 16 Sep 2007 23:00:44 +0000 |
aurel |
loosen dependencies over allformats.h
libavformat
|
Thu, 19 Jul 2007 15:23:32 +0000 |
takis |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
libavformat
|
Fri, 13 Jul 2007 00:49:40 +0000 |
alex |
fix compilation with assert
libavformat
|
Sun, 08 Jul 2007 13:42:51 +0000 |
mru |
update SectionCallback and PESCallback typedefs to match functions
libavformat
|
Fri, 06 Jul 2007 09:32:34 +0000 |
diego |
Use AV_RB* macros where appropriate.
libavformat
|
Fri, 08 Jun 2007 17:34:37 +0000 |
michael |
simplify
libavformat
|
Fri, 08 Jun 2007 17:26:05 +0000 |
michael |
remove now unused "global" pcr_pid
libavformat
|
Fri, 08 Jun 2007 17:21:29 +0000 |
michael |
proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenchen@de )
libavformat
|
Mon, 04 Jun 2007 22:23:05 +0000 |
michael |
partially revert r2931 (Support raw mpegts streams from dvr)
libavformat
|
Mon, 04 Jun 2007 14:54:33 +0000 |
michael |
harmless typo
libavformat
|
Mon, 04 Jun 2007 14:53:47 +0000 |
michael |
fix indention
libavformat
|
Mon, 04 Jun 2007 14:44:52 +0000 |
michael |
remove duplicate PAT scaning code and actual PAT scan
libavformat
|
Mon, 04 Jun 2007 14:20:07 +0000 |
michael |
unused variables
libavformat
|
Mon, 04 Jun 2007 14:17:43 +0000 |
michael |
dont rescan for information on each pid, but rather do it just once by
libavformat
|
Mon, 04 Jun 2007 14:11:54 +0000 |
michael |
move structs and enums to top of file so they can be used
libavformat
|
Mon, 04 Jun 2007 13:57:00 +0000 |
michael |
passing MpegTSFilter to the filters instead of a random void *opaque
libavformat
|
Mon, 04 Jun 2007 12:19:38 +0000 |
michael |
do not perform SDT scan at the begin (this avoids a timeconsuming search for
libavformat
|
Mon, 04 Jun 2007 11:46:59 +0000 |
michael |
make new_service() update existing info sanely
libavformat
|
Mon, 04 Jun 2007 11:25:33 +0000 |
michael |
remove fake service/provider names used for PAT
libavformat
|
Mon, 04 Jun 2007 08:53:08 +0000 |
benoit |
Indentation
libavformat
|
Sat, 02 Jun 2007 23:14:38 +0000 |
michael |
get rid of if(1)
libavformat
|
Sat, 02 Jun 2007 23:11:17 +0000 |
michael |
get rid of one layer of callback obfuscation
libavformat
|
Sat, 02 Jun 2007 23:04:46 +0000 |
michael |
kill completely idiotic code which hides all but 2 streams
libavformat
|
Sat, 02 Jun 2007 21:48:49 +0000 |
michael |
correct implementation of "try with auto_guess if first detection fails"
libavformat
|
Sat, 02 Jun 2007 21:44:20 +0000 |
michael |
revert r4802 (try with auto_guess if first detection fails)
libavformat
|
Sat, 02 Jun 2007 20:57:31 +0000 |
michael |
split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibly dirty hack
libavformat
|
Tue, 29 May 2007 08:19:37 +0000 |
benoit |
variable initialization (because of a gcc warning)
libavformat
|
Sun, 15 Apr 2007 13:51:57 +0000 |
aurel |
add an enum for need_parsing
libavformat
|
Mon, 12 Mar 2007 14:17:26 +0000 |
takis |
Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()
libavformat
|
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
|