Mercurial > libavformat.hg
graph
-
matroskadec: don't remove dummy level when none was added libavformatWed, 04 Jun 2008 23:11:47 +0000, by aurel
-
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformatTue, 03 Jun 2008 16:20:54 +0000, by diego
-
Ensure the first audio stream is selected as the default stream libavformatTue, 03 Jun 2008 15:19:43 +0000, by aurel
-
matroskadec: sane default value for track->time_scale libavformatTue, 03 Jun 2008 15:09:30 +0000, by aurel
-
Make update_initial_durations() also work if a dts occured before a libavformatTue, 03 Jun 2008 00:50:22 +0000, by michael
-
Do not set pts in update_initial_durations() if stream has b frames. libavformatTue, 03 Jun 2008 00:43:56 +0000, by michael
-
reorganize matroska_add_stream() to fix potential mem leak and buffer overflow libavformatMon, 02 Jun 2008 23:07:41 +0000, by aurel
-
matroskadec: move ARRAY_SIZE() macro at top of the file libavformatMon, 02 Jun 2008 23:01:14 +0000, by aurel
-
Audio channels and sample rate must be set in order to skip libavformatMon, 02 Jun 2008 09:15:04 +0000, by andoma
-
rename last_frame_offset to next_frame_offset, due to r13615 libavformatMon, 02 Jun 2008 04:08:30 +0000, by bcoudurier
-
Check whether the memory allocation for extradata succeeded. Fixes issue 472. libavformatSun, 01 Jun 2008 16:25:05 +0000, by takis
-
matroskadec: use the proper timestamp scaling for index entries libavformatSun, 01 Jun 2008 14:41:53 +0000, by aurel
-
matroskadec: read TrackTimecodeScale and set timebase accordingly libavformatSun, 01 Jun 2008 13:54:11 +0000, by aurel
-
matroskadec: silently discard some element ID that we don't care about libavformatSun, 01 Jun 2008 13:39:54 +0000, by aurel
-
flvenc.o depends on avc.o (for H.264 support functions). libavformatSat, 31 May 2008 14:26:56 +0000, by diego
-
Check av_new_stream return value, fixes CID75 RUN2 libavformatThu, 29 May 2008 15:59:14 +0000, by reimar
-
Check av_new_stream return value, fixes CID79 RUN2 libavformatThu, 29 May 2008 15:25:45 +0000, by reimar
-
Check for av_new_stream failure, fixes CID76 RUN2 libavformatThu, 29 May 2008 15:22:45 +0000, by reimar
-
Check return of url_fseek in mpeg timestamp reading code. libavformatThu, 29 May 2008 09:50:17 +0000, by benoit
-
warn if pts is not set, prevent writing negative/weird cts, happens when using genpts and streamcopy libavformatThu, 29 May 2008 00:58:41 +0000, by bcoudurier
-
check if extradata comes from mp4 and assume bitsteam is already formated, should fix streamcopy libavformatThu, 29 May 2008 00:35:23 +0000, by bcoudurier
-
use av_fifo_generic_write, old func is deprecated libavformatWed, 28 May 2008 22:00:45 +0000, by bcoudurier
-
Do not read from after the table, fixes CID108 RUN2. libavformatWed, 28 May 2008 20:28:48 +0000, by michael
-
simplify, use pointer to codec context in struct instead of only id libavformatTue, 27 May 2008 22:31:26 +0000, by bcoudurier
-
simplify, use pointer to codec context in struct instead of only id libavformatTue, 27 May 2008 22:31:09 +0000, by bcoudurier
-
Do not use the pts/dts calculation code which needs a parser, when no parser libavformatTue, 27 May 2008 18:43:25 +0000, by michael
-
cosmetics, remove useless cases and braces libavformatTue, 27 May 2008 02:55:34 +0000, by bcoudurier
-
use av_fifo_generic_write, old func is deprecated libavformatTue, 27 May 2008 01:26:22 +0000, by bcoudurier
-
aac chan config is 0 if bitstream contains program_config_element libavformatMon, 26 May 2008 21:52:54 +0000, by bcoudurier
-
Support non interleaved avi with phantom streams. libavformatMon, 26 May 2008 20:29:16 +0000, by michael
-
return error if frame_offset is negative, prevent segfault libavformatMon, 26 May 2008 03:53:48 +0000, by bcoudurier
-
return error if len is negative, prevent segfault libavformatMon, 26 May 2008 03:53:10 +0000, by bcoudurier
-
move ffserver specific functions up and only include unistd.h in this case libavformatMon, 26 May 2008 03:52:14 +0000, by bcoudurier
-
move ffm_seek1 before get_pts function since func uses it libavformatMon, 26 May 2008 03:50:25 +0000, by bcoudurier
-
move DEBUG_SEEK definition before get_pts since func uses it libavformatMon, 26 May 2008 03:47:56 +0000, by bcoudurier
-
move get_pts function to avoid useless declaration libavformatMon, 26 May 2008 03:47:07 +0000, by bcoudurier
-
reenable test, data is available in this case libavformatMon, 26 May 2008 03:37:01 +0000, by bcoudurier
-
Ensure that one can store X bytes in a fifo of size X. libavformatSun, 25 May 2008 23:04:09 +0000, by michael
-
Make av_fifo*_read() ignore the available amount of data. libavformatSun, 25 May 2008 22:20:39 +0000, by michael
-
compute the end of all chapters when end is not specified in the container libavformatSat, 24 May 2008 21:44:29 +0000, by aurel
-
Pass time_base as argument to new_chapter() as well. libavformatFri, 23 May 2008 18:15:13 +0000, by michael
-
Chapter demuxing support. (untested as I have no nuts with chapters) libavformatFri, 23 May 2008 13:52:54 +0000, by michael
-
Make ff_new_chapter() return AVChapter instead of int so its consistant with libavformatFri, 23 May 2008 13:14:11 +0000, by michael
-
s/num_chapters/nb_chapters/ all other similar variables are called nb_*. libavformatFri, 23 May 2008 13:07:58 +0000, by michael
-
Add id to AVChapter, untested (where do i find matroska files with chapters?). libavformatFri, 23 May 2008 13:02:27 +0000, by michael
-
don't set a dummy chapter title when title is unknown libavformatFri, 23 May 2008 11:47:11 +0000, by aurel
-
matroskadec: allows inserting chapters with unspecified end libavformatThu, 22 May 2008 23:04:02 +0000, by aurel
-
free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid, aastals at tv-wan dot es libavformatThu, 22 May 2008 17:16:12 +0000, by bcoudurier
-
check pkt stream index before returning packet, prevent segfault libavformatWed, 21 May 2008 21:04:42 +0000, by bcoudurier
-
Do not loop endlessly if converting into dv with timestamps Jan 1st not libavformatWed, 21 May 2008 07:05:08 +0000, by cehoyos
-
support dvd pcm 20/24 bits, patch by Lars T¸«£uber, lars.taeuber gmx net libavformatWed, 21 May 2008 02:26:42 +0000, by bcoudurier
-
only print debug info when sample is actually added libavformatTue, 20 May 2008 02:24:02 +0000, by bcoudurier
-
demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes #451 libavformatTue, 20 May 2008 02:21:29 +0000, by bcoudurier
-
matroskadec: add support for bzlib compressed tracks libavformatThu, 15 May 2008 23:12:41 +0000, by aurel
-
try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp.aif and fix #454 libavformatThu, 15 May 2008 22:47:40 +0000, by bcoudurier
-
cosmetics, remove space before opening parenthesis libavformatThu, 15 May 2008 22:14:29 +0000, by bcoudurier
-
matroskadec: add support for zlib compressed tracks libavformatTue, 13 May 2008 23:32:13 +0000, by aurel
-
Fix icc warning #188: enumerated type mixed with another type libavformatTue, 13 May 2008 15:51:37 +0000, by cehoyos
-
Replace some occurrences of 0 with CODEC_ID_NONE. libavformatMon, 12 May 2008 10:30:40 +0000, by cehoyos
-
Fix type of dest_addr_len to respect return value of udp_set_url. libavformatSun, 11 May 2008 10:53:21 +0000, by cehoyos
-
Use full path for #includes from another directory. libavformatFri, 09 May 2008 11:56:36 +0000, by diego
-
string.h is a system header file, so use <> for it. libavformatFri, 09 May 2008 09:30:43 +0000, by diego
-
matroskadec: add support for lzo compressed tracks libavformatFri, 09 May 2008 01:53:59 +0000, by aurel
-
matroskadec: fail gracefully when seeking don't work libavformatThu, 08 May 2008 23:11:13 +0000, by aurel
-
matroskadec: add support for track content encoding libavformatThu, 08 May 2008 21:47:31 +0000, by aurel
-
Remove unnecessary parentheses from return calls. libavformatTue, 06 May 2008 09:16:36 +0000, by diego
-
Use correct length modifier for pointer diff argument in av_log() call. libavformatSun, 04 May 2008 10:35:13 +0000, by diego
-
Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards, libavformatFri, 02 May 2008 14:52:39 +0000, by lu_zero
-
raw GSM demuxer (does not work yet as parser is missing) libavformatMon, 28 Apr 2008 18:29:42 +0000, by michael
-
set demuxers .value and use common audio_read_header function libavformatMon, 28 Apr 2008 14:14:44 +0000, by bcoudurier
-
set pkt duration, only when dts == pts though, libavformatSat, 26 Apr 2008 17:51:02 +0000, by bcoudurier
-
Missing tags in APE is normal situation, so don't print an error. libavformatSat, 26 Apr 2008 06:29:56 +0000, by kostya
-
set channels and sample rate from mpeg4audio config libavformatFri, 25 Apr 2008 14:09:42 +0000, by bcoudurier
-
parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference files libavformatFri, 25 Apr 2008 14:03:28 +0000, by bcoudurier
-
parser should not be needed anymore, merge cases and set frame size for amr too libavformatFri, 25 Apr 2008 13:34:51 +0000, by bcoudurier
-
lower frame size to split amr/qcelp/gsm frames libavformatFri, 25 Apr 2008 13:24:25 +0000, by bcoudurier
-
set gsm default frame size and bytes per frame, needed by old qt format, fix sample-gsm-8000.mov libavformatFri, 25 Apr 2008 10:35:06 +0000, by bcoudurier
-
pts are unsigned according to specs, fix negative pts when 32bit pts are used libavformatFri, 25 Apr 2008 09:08:13 +0000, by bcoudurier
-
set wrap bits to 32bit to actually use it libavformatFri, 25 Apr 2008 09:04:38 +0000, by bcoudurier
-
cosmetics: remove useless whitespaces and put braces correctly libavformatThu, 24 Apr 2008 17:22:39 +0000, by bcoudurier
-
demux qcelp, so this can work with soc decoder and stream copy libavformatThu, 24 Apr 2008 17:17:41 +0000, by bcoudurier
-
Do not ignore .depend files, they are no longer generated. libavformatThu, 24 Apr 2008 10:17:55 +0000, by diego
-
Ensure that the timestamp reading code used for seeking chooses a position libavformatWed, 23 Apr 2008 21:16:25 +0000, by michael
-
Read asf file header fields in the right order libavformatTue, 22 Apr 2008 20:08:39 +0000, by superdump
-
change ff_ac3_parse_header() to take a GetBitContext instead of const char* libavformatTue, 22 Apr 2008 11:14:01 +0000, by bwolowiec
-
Compute AC3 frame CRC for stronger raw AC3 format probing. libavformatMon, 21 Apr 2008 15:20:53 +0000, by andoma
-
Implement FFMAX3(a,b,c) - maximum over three arguments. libavformatSat, 19 Apr 2008 17:07:58 +0000, by voroshil
-
Decrease returning probe score for WAV demuxer to avoid libavformatSat, 19 Apr 2008 14:52:19 +0000, by voroshil
-
Tighten up the Westwood AUD detection. Probability of random detections libavformatFri, 18 Apr 2008 17:29:58 +0000, by melanson
-
Cleanup comments and make them doxygen parsable. libavformatTue, 15 Apr 2008 22:22:49 +0000, by lu_zero
-
Expose max_packet_size from the rtp protocol libavformatTue, 15 Apr 2008 19:27:39 +0000, by lu_zero
-
Do not detect a format if another has the same score. libavformatTue, 15 Apr 2008 13:50:02 +0000, by michael
-
Using the same probe function in 2 formats is not a good idea. libavformatTue, 15 Apr 2008 13:48:46 +0000, by michael
-
Reduce probe score as it misdetects our flv file from the regression test. libavformatTue, 15 Apr 2008 13:36:31 +0000, by michael
-
Identify codec in GMCMidiaASX.mov correctly. libavformatTue, 15 Apr 2008 11:50:37 +0000, by michael
-
Fix receiving from SDP with unicast destinations libavformatTue, 15 Apr 2008 11:28:04 +0000, by lucabe
-
Remove the "multicast=" tag from UDP and RTP URLs libavformatTue, 15 Apr 2008 11:23:07 +0000, by lucabe
-
Use generic seeking code for flv. The removed code was a buggy duplicate. libavformatMon, 14 Apr 2008 12:22:23 +0000, by michael
-
Stop find_stream_info() searching for further streams if 2 streams have libavformatSun, 13 Apr 2008 23:47:03 +0000, by michael
-
Do not call update_initial_durations if pkt->duration is 0. libavformatSun, 13 Apr 2008 08:55:02 +0000, by reimar
-
use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorg libavformatThu, 03 Apr 2008 22:15:16 +0000, by lu_zero
-
check return value of matroska_find_track_by_num (fix a segfault) libavformatMon, 31 Mar 2008 20:16:04 +0000, by aurel
-
Use the correct size for the enc_name field (removing the arbitrary "50" size) libavformatMon, 31 Mar 2008 09:49:58 +0000, by lucabe
-
Remove useless entries from AVRtpPayloadTypes libavformatMon, 31 Mar 2008 09:48:04 +0000, by lucabe
-
support mp4 fragmented files without any samples in the moov atom libavformatSun, 30 Mar 2008 21:15:06 +0000, by bcoudurier
-
1000l to myself, dereferencing uninitalized pointer. libavformatFri, 28 Mar 2008 02:44:44 +0000, by michael
-
according to specs, only color table id set to 0, have it in stsd, fix 4colors.mov libavformatThu, 27 Mar 2008 13:16:29 +0000, by bcoudurier
-
Only use chunk demuxing for old uncompressed audio mechanism specified by stts. libavformatThu, 27 Mar 2008 12:35:22 +0000, by bcoudurier
-
sample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback is better than failing libavformatFri, 21 Mar 2008 14:30:45 +0000, by bcoudurier
-
simplify, and only stop parsing when non streamable libavformatFri, 21 Mar 2008 11:04:54 +0000, by bcoudurier
-
remove ms audio tags from table, they will be chosen or detected with riff table libavformatFri, 21 Mar 2008 11:02:13 +0000, by bcoudurier
-
atoms are not mp4 only, and yes probe is sufficient libavformatFri, 21 Mar 2008 10:52:14 +0000, by bcoudurier
-
cannot free AVStream like this, and return ENOMEM libavformatFri, 21 Mar 2008 10:47:14 +0000, by bcoudurier
-
fix mpeg2 muxing, replace seq header if contained in extradata and key frame does not contain it libavformatThu, 20 Mar 2008 18:48:50 +0000, by bcoudurier
-
One non functional AVPalette chunk less, one heap overflow less. libavformatThu, 20 Mar 2008 16:29:18 +0000, by michael
-
remove useless debug print since now mov_build_index will do libavformatThu, 20 Mar 2008 16:07:55 +0000, by bcoudurier
-
move mov_build_index before mov_read_trak to avoid useless declaration libavformatThu, 20 Mar 2008 15:57:11 +0000, by bcoudurier
-
move specific end treatment when trak is detected, will be needed for fragments libavformatThu, 20 Mar 2008 15:55:50 +0000, by bcoudurier
-
Additional checks for strange num_val in FLV metadata libavformatThu, 20 Mar 2008 11:02:40 +0000, by skal
-
Reindent after rtsp-alternate-protocol* patches. libavformatWed, 19 Mar 2008 14:08:16 +0000, by rbultje
-
Change protocol_mask into protocol, since we always just try a single one per libavformatWed, 19 Mar 2008 14:07:31 +0000, by rbultje
-
Allow cycling between different protocols (TCP, UDP or multicast) so that if libavformatWed, 19 Mar 2008 14:05:08 +0000, by rbultje
-
Split the SETUP request into a separate function, as a prelude into allowing libavformatMon, 17 Mar 2008 12:16:39 +0000, by rbultje
-
just skip klv packet, when no corresponding stream is found libavformatSun, 16 Mar 2008 17:54:36 +0000, by bcoudurier
-
simplify, flags is 24bits according to specs libavformatSun, 16 Mar 2008 15:13:40 +0000, by bcoudurier
-
fucked up alphabetical order again, sorry libavformatSun, 16 Mar 2008 13:40:21 +0000, by bcoudurier
-
Add AVClass to URLContext at next major version bump libavformatMon, 10 Mar 2008 19:03:39 +0000, by superdump
-
consistent use of MKTAG() in the codec_bmp_tags table libavformatSun, 09 Mar 2008 23:43:55 +0000, by aurel
-
cosmetics: alignment of the codec_bmp_tags table libavformatSun, 09 Mar 2008 23:34:14 +0000, by aurel
-
recognize the CLJR FourCC (Cirrus Logic AccuPak) libavformatSun, 09 Mar 2008 04:18:48 +0000, by melanson
-
Introduce max_picture_buffer variable in AVFormatContext, libavformatSat, 08 Mar 2008 21:59:11 +0000, by ramiro
-
Define WIN32_LEAN_AND_MEAN before including windows.h to exclude libavformatSat, 08 Mar 2008 19:00:55 +0000, by ramiro
-
Include windows.h instead of trying to redeclare Sleep libavformatSat, 08 Mar 2008 18:59:45 +0000, by ramiro
-
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. libavformatSat, 08 Mar 2008 14:39:43 +0000, by diego
-
Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing libavformatFri, 07 Mar 2008 19:25:09 +0000, by eugeni
-
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment libavformatThu, 06 Mar 2008 20:44:44 +0000, by mru
-
do not reset duration_error for all streams, only reset current stream, fix wrong_fps.gxf libavformatThu, 06 Mar 2008 17:44:42 +0000, by bcoudurier
-
Skip over unknown extended_content_header tags. libavformatThu, 06 Mar 2008 00:26:48 +0000, by michael
-
Set TCP protocol to is_streamed=1 as seeking is not possible. libavformatWed, 05 Mar 2008 15:29:10 +0000, by diego
-
Add some information about the stream bitrate, if available libavformatWed, 05 Mar 2008 13:31:24 +0000, by lucabe
-
correctly compute bit rate for compressed audio, should fix seeking in aiff libavformatWed, 05 Mar 2008 12:02:32 +0000, by bcoudurier
-
Ignore flags after pts/dts if there are no bytes left. libavformatTue, 04 Mar 2008 01:31:15 +0000, by michael
-
include required headers for int64_t and AV_RB16() libavformatMon, 03 Mar 2008 23:00:48 +0000, by aurel
-
Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gif libavformatMon, 03 Mar 2008 13:16:29 +0000, by reimar
-
Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut. libavformatSun, 02 Mar 2008 23:47:30 +0000, by michael
-
subtitles (codec tag tables still missing ...) libavformatSun, 02 Mar 2008 23:11:36 +0000, by michael
-
fix wc3movie demuxer to conform to the PTS API libavformatSat, 01 Mar 2008 02:28:47 +0000, by melanson
-
fix the id CIN demuxer by using the pts API correctly libavformatSat, 01 Mar 2008 01:43:19 +0000, by melanson
-
set codec bps to grayscale bits, fix 256grey.mov libavformatThu, 28 Feb 2008 16:05:19 +0000, by bcoudurier
-
add weird first atom to probe, finally fix bartjones.mov libavformatWed, 27 Feb 2008 12:24:27 +0000, by bcoudurier
-
makes really sure that no undefined behavior can happen libavformatWed, 27 Feb 2008 00:53:34 +0000, by aurel
-
less preprocessor magic in version number macros libavformatTue, 26 Feb 2008 20:37:59 +0000, by mru
-
support keyframes indexes starting at 0, broken files created by omneon, fix ref.mov seeking libavformatTue, 26 Feb 2008 18:27:21 +0000, by bcoudurier
-
support mov reference files, ref.mov/ref.m2v/ref.wav and detect BrianCox.mov libavformatTue, 26 Feb 2008 18:21:58 +0000, by bcoudurier
-
move parameters reset after setting stream parameters, will need those infos libavformatTue, 26 Feb 2008 14:31:36 +0000, by bcoudurier
-
remove useless tags, codec_get_id matches independently and qt uses lower case tags libavformatMon, 25 Feb 2008 12:08:26 +0000, by bcoudurier
-
set bps to uncompressed original sound data for compressed audio libavformatMon, 25 Feb 2008 12:00:31 +0000, by bcoudurier
-
cosmetics: Sort and prettyprint codec_wav_tags[]. libavformatSun, 24 Feb 2008 23:02:47 +0000, by diego
-
flv/swf do not have a big endian codec id, they only support libavformatSun, 24 Feb 2008 00:57:15 +0000, by michael
-
Riff ids for wmapro and wmavoice, this adds support for stream copy of these codecs between asf,avi and wav containers. libavformatSat, 23 Feb 2008 23:30:41 +0000, by banan
-
treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESCRIPTOR with the value HDMV; approved by Mans libavformatSat, 23 Feb 2008 10:57:38 +0000, by nicodvb
-
Fix computation of the "NTP time" field in RTCP SR packets, and do not libavformatWed, 20 Feb 2008 10:19:35 +0000, by lucabe
-
Get rid of a fake timestamp discontinuity at the begin of V.VOB. libavformatWed, 20 Feb 2008 03:40:07 +0000, by michael
-
Make timestamp interpolation work with mpeg2 field pictures. libavformatWed, 20 Feb 2008 03:20:06 +0000, by michael
-
Fix misplaced const, avoids a cast-discards-qualifiers warning libavformatTue, 19 Feb 2008 16:18:17 +0000, by reimar
-
Fix timestamps and durations if the first packets have no durations nor timestamps, libavformatFri, 15 Feb 2008 20:32:32 +0000, by michael
-
Read match_time_delta in the framecode table. libavformatWed, 13 Feb 2008 20:13:29 +0000, by michael
-
honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alaw libavformatWed, 13 Feb 2008 19:26:45 +0000, by bcoudurier
-
10l, forgot alaw/mulaw mono, use bits_per_sample in fact, libavformatWed, 13 Feb 2008 13:11:10 +0000, by bcoudurier
-
warn use if edit list is not starting at 0, a/v desync might occur libavformatWed, 13 Feb 2008 10:58:16 +0000, by bcoudurier
-
remove messy and not always correct chunk size workaround, use correct values instead libavformatWed, 13 Feb 2008 10:52:23 +0000, by bcoudurier
-
return error when dv audio extraction fails libavformatMon, 11 Feb 2008 22:37:44 +0000, by bcoudurier
-
split chunks in the case of big compressed audio frames, libavformatMon, 11 Feb 2008 22:32:35 +0000, by bcoudurier
-
use correct demux mechanism when audio compression id is -2, dv audio does not matter, demux partially qt_dv_pal_test.mov which does NOT use cid -2 libavformatMon, 11 Feb 2008 22:23:05 +0000, by bcoudurier
-
Do not use GNU-specific (or BSD-specific or whatever they may be) libavformatMon, 11 Feb 2008 03:30:42 +0000, by rfelker
-
cosmetics, remove whitespaces before and after parenthesis libavformatWed, 06 Feb 2008 18:57:00 +0000, by bcoudurier
-
Allow the user to select which codec out of several in stsd he wants. libavformatWed, 06 Feb 2008 01:51:32 +0000, by michael
-
it seems ogg requires granule to be -1 on unfinished packets libavformatTue, 05 Feb 2008 01:01:56 +0000, by bcoudurier
-
String pointers of ogg_codec_t should have const attribute. libavformatMon, 04 Feb 2008 12:32:25 +0000, by reimar
-
Add dv50 tag to support samples with dv50 fourcc in AVI. libavformatMon, 04 Feb 2008 12:18:00 +0000, by diego
-
Fix a possible use of an uninitialized pointer. libavformatMon, 04 Feb 2008 12:13:09 +0000, by reimar
-
back_ptr calculation used wrong timebase when searching for back syncpoint libavformatMon, 04 Feb 2008 10:48:41 +0000, by ods15
-
Fix intented algo in syncpoint writing before keyframes in NUT muxer libavformatMon, 04 Feb 2008 10:45:32 +0000, by ods15
-
nut->max_distance was not set at all anywhere in the NUT muxer libavformatMon, 04 Feb 2008 10:34:35 +0000, by ods15
-
Remove old workaround in nutdec.c for libnut bug libavformatMon, 04 Feb 2008 10:30:38 +0000, by ods15
-
missing " && j<syncpoint_count" protection in the index parsing, as the libavformatMon, 04 Feb 2008 10:29:03 +0000, by ods15
-
ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only libavformatMon, 04 Feb 2008 10:27:32 +0000, by ods15
-
2 more missing consts found by -Wwrite-strings. libavformatMon, 04 Feb 2008 01:06:04 +0000, by michael
-
Remove incorrect cast found by -Wwrite-strings. libavformatMon, 04 Feb 2008 01:04:27 +0000, by michael
-
fix 8 "initialization discards qualifiers from pointer target type" libavformatMon, 04 Feb 2008 00:42:27 +0000, by michael
-
Fix info packet type, found by oded as well as the new pedantic const libavformatMon, 04 Feb 2008 00:33:52 +0000, by michael
-
Remove ff_mms_set_stream_selection again from asf demuxer, libavformatSun, 03 Feb 2008 11:18:53 +0000, by reimar
-
Remove incorrect casts that should have never been there. libavformatSat, 02 Feb 2008 22:55:58 +0000, by michael
-
Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning: libavformatSat, 02 Feb 2008 21:17:46 +0000, by reimar
-
typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: warning: passing argument 2 of 'put_buffer' from incompatible pointer type libavformatThu, 31 Jan 2008 00:34:22 +0000, by bcoudurier
-
init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used uninitialized in this function libavformatThu, 31 Jan 2008 00:27:51 +0000, by bcoudurier
-
add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses around && within || libavformatThu, 31 Jan 2008 00:25:40 +0000, by bcoudurier
-
typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer' from incompatible pointer type libavformatThu, 31 Jan 2008 00:22:25 +0000, by bcoudurier
-
cosmetics, split long lines, remove useless braces, merge comments and if libavformatMon, 28 Jan 2008 18:35:12 +0000, by bcoudurier
-
spoke too fast, fix dv fourcc in mov accordingly if strict libavformatMon, 28 Jan 2008 16:58:42 +0000, by bcoudurier
-
finally set codec tags for mov/mp4/3gp muxers, this should not break anything, if it breaks anything, yell libavformatMon, 28 Jan 2008 16:03:50 +0000, by bcoudurier
-
correctly and only set standard stsd fourcc for mp4/3gp libavformatMon, 28 Jan 2008 15:22:07 +0000, by bcoudurier
-
write esds atom when mpeg-4 systems tags are used libavformatMon, 28 Jan 2008 13:44:27 +0000, by bcoudurier
-
reorder object types id by muxing preference libavformatMon, 28 Jan 2008 13:19:49 +0000, by bcoudurier
-
Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer. libavformatSun, 27 Jan 2008 19:57:04 +0000, by reimar
-
Set subtitle codec id correctly, i hope this does not break anything. libavformatSat, 26 Jan 2008 22:57:53 +0000, by michael
-
Add non standard id needed for dvd subtitles. libavformatSat, 26 Jan 2008 22:55:34 +0000, by michael
-
Extract the pure plaintext from mov text subtitles. libavformatSat, 26 Jan 2008 21:21:55 +0000, by reimar
-
Set correct codec type and id for text subtitles. libavformatSat, 26 Jan 2008 20:30:03 +0000, by michael
-
Only export packets which belong to the existing AVStream. libavformatSat, 26 Jan 2008 20:07:30 +0000, by michael
-
Select non jpeg if there are multiple substreams. libavformatSat, 26 Jan 2008 19:50:04 +0000, by michael
-
remove non standard object type ids, if you find samples, report them libavformatSat, 26 Jan 2008 01:35:51 +0000, by bcoudurier
-
ensure av_rescale_q() can be calculated (won't divide by zero) libavformatMon, 21 Jan 2008 23:43:25 +0000, by aurel
-
Support out-of-band parameter sets in SDP for H.264 video libavformatMon, 21 Jan 2008 14:28:58 +0000, by lucabe
-
unset extension, so code path, and guess format do not choose libavformatMon, 21 Jan 2008 13:43:40 +0000, by bcoudurier
-
Add minimal support for H.264 video in the SDP generator libavformatMon, 21 Jan 2008 11:09:06 +0000, by lucabe
-
add missing Makefile rules for pcm muxers/demuxers libavformatSun, 20 Jan 2008 21:24:25 +0000, by aurel
-
new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com libavformatSun, 20 Jan 2008 18:30:04 +0000, by bcoudurier
-
simplify and detect better non frame wrapped mappings libavformatSat, 19 Jan 2008 17:25:12 +0000, by bcoudurier
-
support dynamically allocated local tags, used by encrypted files libavformatSat, 19 Jan 2008 16:17:39 +0000, by bcoudurier
-
Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*). libavformatFri, 18 Jan 2008 20:48:32 +0000, by rbultje
-
Consider initial EOR in the back_ptr calculation. libavformatThu, 17 Jan 2008 13:59:52 +0000, by michael
-
Replace idiotic (what moron wrote that code?) "buffer overflow" message by libavformatThu, 17 Jan 2008 00:12:04 +0000, by michael
-
Remove some spaces to keep certain people's eyes from hurting. libavformatWed, 16 Jan 2008 22:47:51 +0000, by diego
-
Make avc_find_startcode non-static, so that it can be used from other libavformatTue, 15 Jan 2008 08:05:58 +0000, by lucabe
-
user specifyable maximum amount of memory to use for the index. libavformatSun, 13 Jan 2008 13:33:37 +0000, by michael
-
Write 0 instead of seeking forward (and leaving bytes uninitalized), libavformatSat, 12 Jan 2008 00:15:05 +0000, by michael
-
add a ff_ prefix to newly exported functions from avc.c libavformatFri, 11 Jan 2008 23:33:32 +0000, by aurel
-
Matroska muxer needs to format all NAL units, not only extradata. libavformatFri, 11 Jan 2008 23:21:22 +0000, by aurel
-
Do not install rtp.h (which should have never been part of the public API) libavformatFri, 11 Jan 2008 12:24:46 +0000, by lucabe
-
Use the isom avcc formatting for h264 extradata in matroska. libavformatFri, 11 Jan 2008 01:32:45 +0000, by aurel
-
Move isom_write_avcc() and related functions into a separate file. libavformatFri, 11 Jan 2008 01:24:55 +0000, by aurel
-
Add one more parameter to avc_parse_nal_units so that it allows not to libavformatFri, 11 Jan 2008 01:00:04 +0000, by aurel
-
Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()), libavformatThu, 10 Jan 2008 13:54:30 +0000, by rbultje
-
Make rtp_parse_packet() always call the vfunc of the dynamic payload handler libavformatThu, 10 Jan 2008 13:52:35 +0000, by rbultje
-
url_write is part of the public API so it may not be under ifdef. libavformatTue, 08 Jan 2008 22:07:59 +0000, by reimar
-
Implement read_timestamp and enable seeking in PVA files. libavformatMon, 07 Jan 2008 23:42:52 +0000, by ivo
-
use ff_parse_pes_pts for parsing an MPEG-PES timestamp libavformatMon, 07 Jan 2008 23:38:12 +0000, by ivo
-
Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so it libavformatMon, 07 Jan 2008 23:32:57 +0000, by ivo
-
Make ff_mkv_codec_tags lie entirely in .rodata section. libavformatMon, 07 Jan 2008 00:03:19 +0000, by aurel
-
cosmetics: Add another pair of parentheses to aid readability. libavformatSun, 06 Jan 2008 22:50:09 +0000, by diego
-
Rename two structures, identifiers starting with _[A-Z] are reserved. libavformatSun, 06 Jan 2008 16:02:55 +0000, by diego
-
do not return an error, but warn and recover when encountering an audio packet libavformatSat, 05 Jan 2008 22:27:49 +0000, by ivo
-
Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies libavformatFri, 04 Jan 2008 20:09:48 +0000, by lucabe
-
Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies libavformatFri, 04 Jan 2008 19:33:50 +0000, by lucabe
-
Move *malloc() out of tree.c, that way the code can be used with libavformatFri, 04 Jan 2008 17:52:16 +0000, by michael
-
Rationalize some dependencies between rtsp and rtp libavformatThu, 03 Jan 2008 12:49:12 +0000, by lucabe
-
mention libavfilter in warning about deprecated vhook libavformatThu, 03 Jan 2008 02:12:08 +0000, by aurel
-
Add portable way to check for the existence of definitions and libavformatTue, 01 Jan 2008 22:54:35 +0000, by diego
-
Correct doxy about timestamp units of read_timestamp(). libavformatMon, 31 Dec 2007 16:49:18 +0000, by michael
-
export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov) libavformatSat, 29 Dec 2007 20:49:03 +0000, by aurel
-
move internal queue freeing code in its own function libavformatSat, 29 Dec 2007 18:32:47 +0000, by aurel
-
fix memory leak (patch by Gabriel Fort¸«± gforte _at_ wyplay _dot_ com) libavformatSat, 29 Dec 2007 18:30:27 +0000, by aurel
-
Try to fix url_split() so that the ?foobar part is in the path and only the path. libavformatSat, 29 Dec 2007 16:13:03 +0000, by michael
-
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 Reindent libavformatFri, 28 Dec 2007 11:25:25 +0000, by lu_zero
-
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng support libavformatFri, 28 Dec 2007 11:23:25 +0000, by lu_zero
-
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 Comment libavformatFri, 28 Dec 2007 11:10:17 +0000, by lu_zero
-
Revert hack which should have never been commited. libavformatFri, 28 Dec 2007 03:32:32 +0000, by michael
-
Check for the presence of sys/select.h and conditionally #include it. libavformatThu, 27 Dec 2007 01:38:50 +0000, by diego
-
Do not force fps unless the user actually specified one. libavformatWed, 26 Dec 2007 22:28:22 +0000, by michael
-
Revert r6124, the change was just wrong, other formats than MPEG-PS can be libavformatTue, 25 Dec 2007 09:37:49 +0000, by michael
-
100l, av_read_packet must check for read_packet error, in case of libavformatSun, 23 Dec 2007 13:16:55 +0000, by reimar
-
Document ByteIOContext and URLContext change rules. libavformatThu, 20 Dec 2007 22:33:53 +0000, by michael
-
Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files libavformatThu, 20 Dec 2007 11:21:10 +0000, by banan
-
Document a few more structure change rules with relation to ABI/API. libavformatThu, 20 Dec 2007 09:59:07 +0000, by michael
-
Document structure change rules with relation to ABI/API. libavformatThu, 20 Dec 2007 09:43:01 +0000, by michael
-
Make recently added and still unused read_seek functions return offset_t. libavformatWed, 19 Dec 2007 21:11:08 +0000, by michael
-
Merge recently added and still unused play and pause functions. libavformatWed, 19 Dec 2007 20:57:13 +0000, by michael
-
use generic 'glbl' atom if extradata is present but no specific method is known libavformatWed, 19 Dec 2007 16:00:08 +0000, by bcoudurier
-
supports glbl atom containing generic extradata for all codecs libavformatWed, 19 Dec 2007 15:39:10 +0000, by bcoudurier
-
Increase minor version due to new av_close_input_stream libavformatWed, 19 Dec 2007 14:09:54 +0000, by reimar
-
Remove dead code which disappeared with the last major version bump. libavformatWed, 19 Dec 2007 11:31:36 +0000, by michael
-
Remove *_codec_id from AVFormatParameters with the next major version bump. libavformatWed, 19 Dec 2007 10:58:54 +0000, by michael
-
Simplify av_close_input_file similarly to av_open_input_file previously libavformatMon, 17 Dec 2007 19:12:43 +0000, by reimar
-
Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option libavformatMon, 17 Dec 2007 17:41:24 +0000, by reimar
-
Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek() libavformatMon, 17 Dec 2007 09:28:46 +0000, by benoit
-
do not retain useless pointers to avstream priv_data, use it directly libavformatSun, 16 Dec 2007 18:45:48 +0000, by bcoudurier
-
cosmetics: func -> parse, remove useless parenthesis libavformatSun, 16 Dec 2007 18:26:34 +0000, by bcoudurier
-
save pointer to parse table, it is unlikely to change libavformatSun, 16 Dec 2007 18:20:27 +0000, by bcoudurier
-
return error when url_fseek could not read until desired offset in streamed mode libavformatSun, 16 Dec 2007 17:52:46 +0000, by bcoudurier
-
document how to free the result of av_alloc_format_context() libavformatSat, 15 Dec 2007 16:54:58 +0000, by michael
-
Fix compilation of os_support.c for MinGW with --disable-network libavformatSun, 09 Dec 2007 14:39:01 +0000, by ramiro
-
Check sanity in the palette loading operation. The addresses a potential security risk in libavformatWed, 05 Dec 2007 04:30:33 +0000, by melanson
-
return error if malloc failed, found by takis, fix issue 286 libavformatMon, 03 Dec 2007 22:26:07 +0000, by bcoudurier
-
check mov_read_default return value where appropriate, patch by takis, fix issue 285 libavformatMon, 03 Dec 2007 22:22:50 +0000, by bcoudurier
-
fix dnxhd 720p in mov for quicktime player libavformatMon, 03 Dec 2007 10:44:25 +0000, by bcoudurier
-
add assert to detect invalid packet_timestamp_start/end libavformatMon, 03 Dec 2007 10:24:42 +0000, by michael
-
make mpeg-ps probe less happy with random data libavformatMon, 03 Dec 2007 09:37:06 +0000, by michael
-
return a slightly larger score if we find more than 500 valid mp3 frames in a row libavformatMon, 03 Dec 2007 09:26:44 +0000, by michael
-
prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 files libavformatMon, 03 Dec 2007 04:49:01 +0000, by michael
-
Make ff_qt_default_palette_* arrays "static const" libavformatSun, 02 Dec 2007 23:27:01 +0000, by reimar
-
Make ff_mkv_codec_tags array const, it is never written. libavformatSun, 02 Dec 2007 21:52:43 +0000, by reimar
-
Fix muxer so that generated files are playable by realplayer, other open libavformatSun, 02 Dec 2007 17:51:05 +0000, by rtogni
-
Revert r10892, it's wrong and no longer needed to prevent crashes libavformatSun, 02 Dec 2007 17:41:12 +0000, by rtogni
-
stupid code (casting of void*) found by checktree.sh libavformatSat, 01 Dec 2007 00:19:44 +0000, by michael
-
Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(), libavformatThu, 29 Nov 2007 08:35:05 +0000, by lucabe
-
Extend ByteIOContext and add the buffered IO functions: libavformatWed, 28 Nov 2007 19:46:49 +0000, by andoma
-
Add #include "os_support.h" to restore OS/2 support. libavformatTue, 27 Nov 2007 11:42:09 +0000, by diego
-
add pcm_s16le_planar support for electronicarts files libavformatSun, 25 Nov 2007 16:32:47 +0000, by aurel
-
Add missing #includes to fix 'make checkheaders'. libavformatSat, 24 Nov 2007 10:08:02 +0000, by diego
-
Extend URLProtocol with new function pointers and api functions for libavformatSat, 24 Nov 2007 07:09:32 +0000, by andoma
-
Make av_read_frame with rtsp client return EINTR on interrupt libavformatThu, 22 Nov 2007 14:13:23 +0000, by lu_zero
-
os_support.h is also needed for usleep and lseek on MinGW. libavformatThu, 22 Nov 2007 02:27:39 +0000, by ramiro
-
Make av_read_frame with rtsp client return EINTR on interrupt libavformatWed, 21 Nov 2007 10:26:11 +0000, by lu_zero
-
Use dynamically allocated ByteIOContext in AVFormatContext libavformatWed, 21 Nov 2007 07:41:00 +0000, by andoma
-
Replace realloc with free+malloc, the previous content of the buffer is libavformatMon, 19 Nov 2007 20:28:11 +0000, by rtogni
-
Do not use perror() in audio, video, and DV grabbers libavformatMon, 19 Nov 2007 07:54:04 +0000, by lucabe
-
No need to update pos, it's not used after that line libavformatMon, 19 Nov 2007 00:02:03 +0000, by rtogni
-
Check for memory allocation failure of temp buffer libavformatSun, 18 Nov 2007 22:49:41 +0000, by rtogni
-
Optimize memory management to create an av_packet from multiple slices: libavformatSun, 18 Nov 2007 22:40:02 +0000, by rtogni
-
When new streams are detected, look for old filters and close them out. libavformatSat, 17 Nov 2007 03:14:43 +0000, by heydowns
-
Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP libavformatFri, 16 Nov 2007 07:59:41 +0000, by lucabe
-
Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduced in FLV specification v9. libavformatFri, 16 Nov 2007 00:09:34 +0000, by alex
-
Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in. libavformatThu, 15 Nov 2007 23:53:19 +0000, by alex
-
Move dnet-ac3 byte-swapping code close to audio packet read code libavformatThu, 15 Nov 2007 21:04:06 +0000, by rtogni
-
Use the same code to set local_port in the IPv4-only case and in the libavformatThu, 15 Nov 2007 13:34:56 +0000, by lucabe
-
Remove some useless assignments (the UDPContext is allocated with av_mallocz()) libavformatWed, 14 Nov 2007 08:22:06 +0000, by lucabe
-
Simplify set_remote_url(), and remove some code duplication libavformatWed, 14 Nov 2007 08:16:51 +0000, by lucabe
-
Use recv() instead of recvfrom() (removes some other differences between libavformatWed, 14 Nov 2007 07:56:20 +0000, by lucabe
-
Give better names to multicast functions (they are not IPv6-only) libavformatWed, 14 Nov 2007 07:43:51 +0000, by lucabe
-
Avoid to duplicate the multicast code between the IPv4-only and libavformatWed, 14 Nov 2007 07:42:46 +0000, by lucabe
-
Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-only libavformatWed, 14 Nov 2007 07:35:36 +0000, by lucabe
-
rename fps(frame per second) to tb(time base) to prevent libavformatTue, 13 Nov 2007 23:43:18 +0000, by michael
-
Split ac3 byte swapping into a separate function. libavformatThu, 08 Nov 2007 15:52:53 +0000, by benoit
-
Isolate caching of audio frames in its own function. libavformatThu, 08 Nov 2007 15:14:37 +0000, by benoit
-
Split out the packet parsing from the main function body in rmdec.c libavformatThu, 08 Nov 2007 15:07:34 +0000, by benoit
-
Give Ogg muxer a lib prefix in the name like we do with all other formats libavformatThu, 08 Nov 2007 11:22:29 +0000, by diego
-
Change ff_rm_read_mdpr_codecdata to get back to old behavior. libavformatThu, 08 Nov 2007 09:14:09 +0000, by benoit
-
correctly set audio codec when demuxing sofdec files libavformatWed, 07 Nov 2007 23:56:00 +0000, by aurel
-
Move external library registrations into a separate block after all native libavformatWed, 07 Nov 2007 22:04:00 +0000, by diego
-
Remove disabled muxer skeleton, blessed by Mans. libavformatWed, 07 Nov 2007 19:09:00 +0000, by diego
-
Give the libnut muxer a lib prefix in its name so it does not conflict with libavformatWed, 07 Nov 2007 19:05:47 +0000, by diego
-
Specify the server address when opening an rtp:// URL in rtsp.c, so libavformatWed, 07 Nov 2007 14:20:40 +0000, by lucabe
-
Allow propagation of stream selection through the ASF demuxer to the libavformatTue, 06 Nov 2007 16:19:09 +0000, by benoit
-
Split out the MDPR chunk reading into its own function. libavformatTue, 06 Nov 2007 16:02:33 +0000, by benoit
-
Do not send too many RTCP packets (according to RFC 3550, the minimum libavformatMon, 05 Nov 2007 12:25:10 +0000, by lucabe
-
Use a symbolic name for the payload size of an RTCP Sender Report packet libavformatMon, 05 Nov 2007 10:15:20 +0000, by lucabe
-
Add some parentheses to clarify operator precedence, fixes the warnings: libavformatSun, 04 Nov 2007 22:51:49 +0000, by diego
-
make sure the mpeg audio header is valid before passing it to ff_mpegaudio_decode_header() libavformatSun, 04 Nov 2007 19:52:08 +0000, by andoma
-
Enable debug variable only when debug code is enabled, fixes the warning: libavformatSun, 04 Nov 2007 12:46:16 +0000, by diego
-
add support for demuxing Electronic Arts .cdata files libavformatSat, 03 Nov 2007 22:42:20 +0000, by aurel
-
fix misdetection of mp3could_not_find_codec_parameters.mp3 libavformatSat, 03 Nov 2007 13:48:30 +0000, by michael
-
remove useless initialization to 0 of adx context libavformatThu, 01 Nov 2007 17:50:05 +0000, by aurel
-
Revert get_num() to old behaviour in order to handle libavformatThu, 01 Nov 2007 09:02:29 +0000, by kostya
-
Remove unused variables, fixes the following warnings: libavformatWed, 31 Oct 2007 11:35:10 +0000, by diego
-
Take the target address family in account when determining the family of libavformatWed, 31 Oct 2007 07:27:38 +0000, by lucabe
-
Resolve hosts and bind sockets even when the local_port is not set (0) libavformatWed, 31 Oct 2007 07:02:30 +0000, by lucabe
-
If local port n is not available, try n + 2 instead of continuing to bind libavformatTue, 30 Oct 2007 08:10:45 +0000, by lucabe
-
rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers libavformatTue, 30 Oct 2007 00:01:25 +0000, by bcoudurier
-
Remove the inclusion of rtsp.h and rtp.h from avformat.h, and libavformatMon, 29 Oct 2007 09:15:35 +0000, by lucabe
-
print newline after program id even when the name is missing libavformatFri, 26 Oct 2007 20:02:11 +0000, by nicodvb
-
Explicitly include rtp.h (needed for rtp_get_payload_type()) libavformatFri, 26 Oct 2007 15:12:55 +0000, by lucabe
-
avoid infinite loop at the end of files which are not properly terminated libavformatWed, 24 Oct 2007 21:44:20 +0000, by aurel
-
Prevent mov muxer from writing empty udta atoms. libavformatWed, 24 Oct 2007 14:20:15 +0000, by benoit
-
add support for reading duration from VBRI-tag in mp3 files libavformatWed, 24 Oct 2007 04:56:22 +0000, by andoma
-
Move setting of key frame flag for intra-only codecs, ignoring key frame libavformatWed, 24 Oct 2007 04:54:44 +0000, by heydowns
-
cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag support libavformatTue, 23 Oct 2007 17:10:41 +0000, by andoma
-
add support for reading duration from Xing-tag in mp3 files libavformatTue, 23 Oct 2007 13:35:20 +0000, by andoma
-
convert a if() into a switch() to ease addition of new tags to probe libavformatMon, 22 Oct 2007 21:06:04 +0000, by aurel
-
fix issue 225, instead of stoping when wrong atom size is found, libavformatMon, 22 Oct 2007 14:36:14 +0000, by bcoudurier
-
100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 because buf is char* since r10818 libavformatSun, 21 Oct 2007 23:10:15 +0000, by bcoudurier
-
Make Matroska demuxer output full frames instead of slices for RealVideo libavformatSun, 21 Oct 2007 17:21:20 +0000, by kostya
-
Demux full frames instead of sliced for RealVideo. libavformatSun, 21 Oct 2007 17:17:28 +0000, by kostya
-
associate to each AVProgram the indexes of the AVStreams contained in it libavformatSat, 20 Oct 2007 08:29:05 +0000, by nicodvb
-
API extension: AVProgram now has an array (stream_index) containing the indexes of the streams in AVFormatContext libavformatSat, 20 Oct 2007 08:25:13 +0000, by nicodvb
-
cosmetics: moved to a separate function the code to print the characteristics of an AVStream libavformatSat, 20 Oct 2007 08:17:01 +0000, by nicodvb
-
ensure all compiled in codec/muxer are registered libavformatThu, 18 Oct 2007 23:59:31 +0000, by aurel
-
check if we found an audio track before initializing the audio stream libavformatThu, 18 Oct 2007 23:42:54 +0000, by aurel
-
parse sample rate instead of setting a default one libavformatThu, 18 Oct 2007 23:13:46 +0000, by aurel
-
make compression_type a function local var instead of a context var libavformatThu, 18 Oct 2007 22:47:56 +0000, by aurel
-
parse header chunk in a loop (don't depend on a fixed chunk ordering) libavformatThu, 18 Oct 2007 22:26:23 +0000, by aurel
-
set start_time to 0 to enable seeking in mp3-files libavformatThu, 18 Oct 2007 15:02:34 +0000, by andoma
-
Make url_split() strip url options (?opt=var) from the returned hostname or libavformatThu, 18 Oct 2007 09:50:53 +0000, by benoit
-
Add FFMPEG_ prefix to all multiple inclusion guards. libavformatWed, 17 Oct 2007 09:37:46 +0000, by diego
-
dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are itunes specific libavformatTue, 16 Oct 2007 16:40:34 +0000, by bcoudurier
-
cosmetics: Move asf_read_close() down to get rid of a forward declaration. libavformatSun, 14 Oct 2007 17:44:38 +0000, by diego
-
Add functionality to set the direction of a ByteIOContext buffer. libavformatThu, 11 Oct 2007 14:57:47 +0000, by benoit
-
Remove ogg seek function, instead use generic seek via read_timestamp function libavformatWed, 10 Oct 2007 10:33:20 +0000, by reimar
-
append extradata atoms when parsing, fix OLOCOONS_O3.mov libavformatMon, 08 Oct 2007 13:06:48 +0000, by bcoudurier
-
Allow to set the maximum number of frames per RTP packet (and add support for libavformatTue, 02 Oct 2007 14:48:08 +0000, by lucabe
-
Add checking for codecid to has_codec_parameters(). libavformatMon, 01 Oct 2007 22:11:10 +0000, by diego
-
dnet audio needs avparser to work with the lavc ac3 decoder. libavformatMon, 01 Oct 2007 19:48:02 +0000, by rtogni
-
refactor url_split(), preparing for IPv6 support libavformatThu, 27 Sep 2007 19:18:07 +0000, by andoma
-
Fix avisynth compilation after allformats.h was removed libavformatWed, 26 Sep 2007 18:37:20 +0000, by ramiro
-
added structures and code to keep track of pids<->programs mapping: it's needed libavformatTue, 25 Sep 2007 20:58:37 +0000, by nicodvb
-
replaced custom tracking of programs/services with calls to with av_new_program() libavformatTue, 25 Sep 2007 20:49:11 +0000, by nicodvb
-
Added definition and utility functions to handle AVProgram(s) in AVFormatContext libavformatTue, 25 Sep 2007 20:45:46 +0000, by nicodvb
-
Add my name to the copyright header, since rtp_mpv now contains libavformatMon, 24 Sep 2007 12:15:42 +0000, by lucabe
-
Fix a warning by removing an useless assignment (buf_ptr should be only libavformatMon, 24 Sep 2007 10:43:26 +0000, by lucabe
-
Looks like this APE decoder support versions starting from 3.95 libavformatSun, 23 Sep 2007 07:40:34 +0000, by kostya
-
fix segfault with http://samples.mplayerhq.hu/nsv/nsv_samples/ot171_novideo.nsv.bz2 libavformatSat, 22 Sep 2007 08:55:17 +0000, by michael
-
extract correct d10 aes3 audio channels number libavformatFri, 21 Sep 2007 16:28:17 +0000, by bcoudurier
-
allcodecs.h and allformats.h are not used anymore libavformatThu, 20 Sep 2007 20:42:50 +0000, by aurel
-
remove last dependencies on allformats.h and allcodecs.h libavformatThu, 20 Sep 2007 20:36:15 +0000, by aurel
-
Make parse_date return INT64_MIN in case of unparsable input. libavformatWed, 19 Sep 2007 12:38:07 +0000, by benoit
-
Add explanatory comments to the parse_date function. libavformatTue, 18 Sep 2007 08:26:10 +0000, by diego
-
disable loads of debug messages to reduce object size libavformatMon, 17 Sep 2007 12:01:37 +0000, by aurel
-
Support for AAC streaming over RTP. Fragmentation is not implemented yet libavformatFri, 14 Sep 2007 08:17:06 +0000, by lucabe
-
stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOV libavformatWed, 12 Sep 2007 10:18:01 +0000, by bcoudurier
-
move unrelated functions declarations out of allformats.h libavformatTue, 11 Sep 2007 09:27:46 +0000, by aurel
-
rtp and rtsp demuxer declarations are not part of public API libavformatMon, 10 Sep 2007 22:48:42 +0000, by aurel
-
Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check if libavformatMon, 10 Sep 2007 15:08:23 +0000, by lucabe
-
Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly) libavformatMon, 10 Sep 2007 07:01:29 +0000, by lucabe
-
Properly set RTP and NTP timestamps in RTCP SR packets libavformatMon, 10 Sep 2007 06:58:19 +0000, by lucabe
-
Improve track number decoding for some WMA files libavformatSun, 09 Sep 2007 17:54:26 +0000, by gpoirier
-
Do not set codec_tag when the container does not specify it. libavformatSun, 09 Sep 2007 09:21:14 +0000, by reimar
-
Copy nuv header only when the video codec is nuv libavformatSun, 09 Sep 2007 07:25:52 +0000, by reimar
-
Rename the format name audio_device (used in both oss and audio_beos) to oss and audio_beos. libavformatFri, 07 Sep 2007 13:49:44 +0000, by ramiro
-
Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxer libavformatFri, 07 Sep 2007 13:43:40 +0000, by ramiro
-
Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkv libavformatThu, 06 Sep 2007 05:14:09 +0000, by conrad
-
Set correct length for last slice in frame subpacket libavformatThu, 06 Sep 2007 03:36:38 +0000, by kostya
-
cosmetics: Add some whitespace for better readability. libavformatWed, 05 Sep 2007 20:42:17 +0000, by diego
-
spelling/wording nits in some Doxygen comments libavformatWed, 05 Sep 2007 20:31:40 +0000, by diego
-
Prefix library format names with 'lib' in libavformat libavformatWed, 05 Sep 2007 18:55:20 +0000, by ramiro
-
Give better filenames to bktr and v4l grabbers libavformatWed, 05 Sep 2007 18:44:06 +0000, by ramiro
-
Remove video_grab_ prefix from video_grab_{bktr,v4l} libavformatWed, 05 Sep 2007 18:29:58 +0000, by ramiro
-
Make sure that if a stream has a duration but the container doesn't libavformatWed, 05 Sep 2007 16:47:48 +0000, by benoit
-
Always use AVFormatContext for av_log messages libavformatWed, 05 Sep 2007 00:26:09 +0000, by conrad
-
Rename ebml size functions to indicate that they can be used for more kinds of numbers libavformatWed, 05 Sep 2007 00:26:07 +0000, by conrad
-
We shouldn't be passing in sizes larger than 2^56-2, so use an assert libavformatWed, 05 Sep 2007 00:26:04 +0000, by conrad
-
Match the behaviour betwen the bmp and wav codec tag lookups libavformatWed, 05 Sep 2007 00:25:54 +0000, by conrad
-
Write codecprivate to a dynamic buffer so that seeking isn't required libavformatWed, 05 Sep 2007 00:25:52 +0000, by conrad
-
Move writing codec private element to its own function libavformatWed, 05 Sep 2007 00:25:49 +0000, by conrad
-
Use num_entries directly rather than mixing it with a local copy libavformatWed, 05 Sep 2007 00:25:44 +0000, by conrad
-
Make sure that the calculated duration doesn't decrease libavformatWed, 05 Sep 2007 00:25:40 +0000, by conrad
-
Always check the return of mkv_add_seekhead_entry libavformatWed, 05 Sep 2007 00:25:34 +0000, by conrad
-
Use sample format for bit depth if av_get_bits_per_sample() doesn't give one libavformatWed, 05 Sep 2007 00:25:14 +0000, by conrad
-
Calculate the size of key EBML master elements beforehand so only just enough size is reserved for the size libavformatWed, 05 Sep 2007 00:24:56 +0000, by conrad
-
Use cluster_pos when checking cluster position libavformatWed, 05 Sep 2007 00:24:53 +0000, by conrad
-
Modify put_ebml_size() so that the bytes parameter is exact rather than minimum libavformatWed, 05 Sep 2007 00:24:50 +0000, by conrad
-
Move calculating the bytes needed to represent a size in EBML to its own function libavformatWed, 05 Sep 2007 00:24:42 +0000, by conrad
-
Use a MD5 hash of some frames to write the segment uid libavformatWed, 05 Sep 2007 00:24:29 +0000, by conrad
-
Revert using the time to generate the segment uid libavformatWed, 05 Sep 2007 00:24:27 +0000, by conrad
-
Set the language to undefined if no language specified libavformatWed, 05 Sep 2007 00:24:22 +0000, by conrad
-
Codec Private should be correct for all but Real codecs now libavformatWed, 05 Sep 2007 00:24:10 +0000, by conrad
-
Move writing Xiph-style sizes to its own function libavformatWed, 05 Sep 2007 00:24:06 +0000, by conrad
-
Using LIBAVFORMAT_IDENT for both muxing and writing app is good enough libavformatWed, 05 Sep 2007 00:23:57 +0000, by conrad
-
Floats aren't used enough to justify writing any with single precision libavformatWed, 05 Sep 2007 00:23:55 +0000, by conrad
-
Determine the output sample rate for SBR AAC and write it libavformatWed, 05 Sep 2007 00:23:43 +0000, by conrad
-
Write wav header if there is no native audio codec ID libavformatWed, 05 Sep 2007 00:23:29 +0000, by conrad
-
Calculate the size of a SimpleBlock before writing it so that bytes aren't wasted in writing the size libavformatWed, 05 Sep 2007 00:23:23 +0000, by conrad
-
Make sure to return a value in functions that return a value libavformatWed, 05 Sep 2007 00:23:17 +0000, by conrad
-
Move writing the tracks element to its own function libavformatWed, 05 Sep 2007 00:23:15 +0000, by conrad
-
Move Xiph's CodecPrivate writing code to its own function libavformatWed, 05 Sep 2007 00:23:13 +0000, by conrad
-
Write unknown size if the size given is too large for EBML (greater than 2^56-1) libavformatWed, 05 Sep 2007 00:23:06 +0000, by conrad
-
Correctly write CodecPrivate element for Vorbis and Theora libavformatWed, 05 Sep 2007 00:22:56 +0000, by conrad
-
Compile fix; missed a variable declaration in the last commit libavformatWed, 05 Sep 2007 00:22:54 +0000, by conrad
-
Write one cluster and SimpleBlocks for the frames. Should now create playable mkv files for some video codecs (H.264 and VP3 checked) libavformatWed, 05 Sep 2007 00:22:52 +0000, by conrad
-
First stab at writing the tracks element, still needs some additional cases for certain codecs libavformatWed, 05 Sep 2007 00:22:50 +0000, by conrad
-
Get rid of put_ebml_utf8(); the error checking that would have distinguished it from put_ebml_string() belongs elsewhere in lavf. libavformatWed, 05 Sep 2007 00:22:43 +0000, by conrad
-
Cosmetics: align nicely for better readibility libavformatWed, 05 Sep 2007 00:22:41 +0000, by conrad
-
Beginning of mkv muxer, only EBML head is written correctly libavformatWed, 05 Sep 2007 00:22:37 +0000, by conrad
-
Fill the buffer with 0 before writing an SDP in it libavformatMon, 03 Sep 2007 09:00:40 +0000, by lucabe
-
If a stream has no start time, but the first packet has a 'pts', use that libavformatMon, 03 Sep 2007 07:56:26 +0000, by benoit
-
Correctly set the "P" field in the payload header libavformatMon, 03 Sep 2007 07:14:10 +0000, by lucabe
-
fix probe buffer issue. patch by Wolfram Gloger {wmglo at dent.med.uni-muenchen.de}. libavformatMon, 03 Sep 2007 05:19:59 +0000, by jbr
-
workaround ms (lack of) intelligence in their design of dvr-ms libavformatSun, 02 Sep 2007 15:58:43 +0000, by michael
-
SimpleBlock keyframe flag is the most significant bit libavformatFri, 31 Aug 2007 18:24:09 +0000, by conrad
-
cosmetics: Sort some lines, whitespace changes. libavformatThu, 30 Aug 2007 23:11:24 +0000, by diego
-
Correct packetization for MPEG video frames, and correct setting of the libavformatWed, 29 Aug 2007 10:47:15 +0000, by lucabe
-
Remove commented code (payload header extension) libavformatWed, 29 Aug 2007 10:42:13 +0000, by lucabe
-
Backport fix for mpegvideo rtp, fixes Issue119, original fix from Dario Gallucci <dariodotgallucciatpolito.it> in feng libavformatTue, 28 Aug 2007 13:43:39 +0000, by lu_zero
-
Change 4xm demuxer and video decoder to pass the video format version in libavformatMon, 27 Aug 2007 21:58:39 +0000, by rtogni
-
Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c) libavformatFri, 24 Aug 2007 07:13:34 +0000, by lucabe
-
Identifiers starting with underscores are reserved. libavformatWed, 22 Aug 2007 12:41:16 +0000, by diego
-
support swink created files which have soi/eoi broken tags reversed libavformatMon, 20 Aug 2007 19:55:37 +0000, by bcoudurier
-
Do not butcher start_time in av_estimate_timings_from_bit_rate(). libavformatSat, 18 Aug 2007 01:26:06 +0000, by michael
-
There is no guarantee that every stream will libavformatSat, 18 Aug 2007 00:45:44 +0000, by michael
-
fix cur_dts at the end of av_estimate_timings_from_pts() libavformatSat, 18 Aug 2007 00:44:14 +0000, by michael
-
more verbose doxy for duration (from patch by neilb suse de) libavformatSat, 18 Aug 2007 00:35:43 +0000, by michael
-
mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de) libavformatSat, 18 Aug 2007 00:31:32 +0000, by michael
-
Don't pre-scale default_duration to avoid precision loss in fps calculation. libavformatThu, 16 Aug 2007 22:01:54 +0000, by aurel
-
no need for special case default_duration for AAC libavformatThu, 16 Aug 2007 21:55:37 +0000, by aurel
-
calculate default_duration according to framerate only when not already set libavformatThu, 16 Aug 2007 21:54:04 +0000, by aurel
-
elaborate a little on AVStream.start_time, it seems the comment is not clear libavformatThu, 16 Aug 2007 12:07:05 +0000, by michael
-
Try size 640x480 for FLC files which don't specify their size. libavformatTue, 14 Aug 2007 15:51:30 +0000, by aurel
-
do not misuse movi_end for checking chunk sizes libavformatTue, 14 Aug 2007 02:27:31 +0000, by michael
-
Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP) libavformatMon, 13 Aug 2007 22:55:44 +0000, by ramiro
-
Make native and libnut NUT muxers mutually exclusive. libavformatMon, 13 Aug 2007 08:33:03 +0000, by diego
-
Support for WavPack version 0x410 (false stereo chunks) libavformatMon, 13 Aug 2007 05:36:50 +0000, by kostya
-
pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them) libavformatSun, 12 Aug 2007 00:23:47 +0000, by michael
-
Ensure av_tree_insert() is defined before using it. libavformatSat, 11 Aug 2007 23:58:10 +0000, by aurel
-
mention AVPROBE_PADDING_SIZE at the read_probe() doxy libavformatFri, 10 Aug 2007 16:15:23 +0000, by michael
-
remove unneeded buf_size check (see AVPROBE_PADDING_SIZE) libavformatFri, 10 Aug 2007 16:12:50 +0000, by michael
-
ensure that negative block_time are properly checked libavformatFri, 10 Aug 2007 15:37:55 +0000, by aurel
-
ensure that the aspect ratio is spec compliant libavformatFri, 10 Aug 2007 14:23:18 +0000, by michael
-
muxer should now be spec compliant (though it likely still contains bugs!) libavformatFri, 10 Aug 2007 13:04:16 +0000, by michael
-
merge some REGISTER_MUXER/DEMUXER into REGISTER_MUXDEMUX libavformatFri, 10 Aug 2007 01:44:50 +0000, by aurel
-
muxer is not yet fully compliant so prevent people from mistakenly using it libavformatFri, 10 Aug 2007 00:11:36 +0000, by michael
-
Make the pipe URLProtocol share read and write functions with the file URLProtocol libavformatThu, 09 Aug 2007 23:41:59 +0000, by ramiro
-
Add initialization and cleanup functions for Winsock libavformatThu, 09 Aug 2007 23:39:05 +0000, by ramiro
-
move syncpoint cache related stuff to common file libavformatThu, 09 Aug 2007 23:24:02 +0000, by michael
-
store headers twice (getting closer to spec compliance ...) libavformatThu, 09 Aug 2007 21:14:00 +0000, by michael
-
add a universal fallback frame code for the case that no other applies libavformatThu, 09 Aug 2007 20:52:49 +0000, by michael
-
take care to use video track field number as duration libavformatThu, 09 Aug 2007 17:18:59 +0000, by bcoudurier
-
move syncpoint timestamp resetting code to a common file libavformatThu, 09 Aug 2007 16:29:30 +0000, by michael
-
use a dynamic ByteIOContext instead of using the lavf buffer libavformatThu, 09 Aug 2007 12:38:24 +0000, by michael
-
move stream header writing into its own function libavformatThu, 09 Aug 2007 12:25:58 +0000, by michael
-
move main header writing into its own function libavformatThu, 09 Aug 2007 12:22:02 +0000, by michael
-
trying to finally get the nut muxer back uptodate libavformatThu, 09 Aug 2007 01:12:48 +0000, by michael
-
ensure that the codec_id detection in av_find_stream_info() does not libavformatMon, 06 Aug 2007 21:14:29 +0000, by michael
-
ignore preroll, it is generally not what AVStream.start_time should contain libavformatMon, 06 Aug 2007 20:36:55 +0000, by michael
-
Change avf_sdp_create() to get a pre-allocated buffer as input, and to libavformatSun, 05 Aug 2007 13:44:56 +0000, by lucabe
-
Fix linking when RTP is disabled and libraries are dynamic libavformatSun, 05 Aug 2007 13:32:37 +0000, by lucabe
-
Add the handling of the INT32INFO block to the WavPack decoder. libavformatSun, 05 Aug 2007 05:56:34 +0000, by kostya
-
10l to me. Revert recent changes to ac3_probe() which made misdetection as AC3 too probable. libavformatSun, 05 Aug 2007 03:36:50 +0000, by jbr
-
add streams on the fly, swf is a streaming format and has no real header, correctly detect audio in RamboMJPEGAVP6_112K.swf now libavformatSun, 05 Aug 2007 01:28:05 +0000, by bcoudurier
-
do not write id3v2 header when writing .mp2 files libavformatSun, 05 Aug 2007 00:47:57 +0000, by bcoudurier
-
additional tweaks to AC3 probe function. give a higher score to a single frame libavformatSun, 05 Aug 2007 00:32:19 +0000, by jbr
-
increase the maximum AC3 probe buffer size and reduce the threshold for 50% reliability score to 2 frames. Fixes out.ac3 from [FFmpeg-devel] AC3 Format Detection unreliable. libavformatSat, 04 Aug 2007 23:53:05 +0000, by jbr
-
set the previous tag size correctly in flv files libavformatSat, 04 Aug 2007 23:03:17 +0000, by michael
-
set a more reasonable start_time if the first timestamps are AV_NOPTS_VALUE libavformatSat, 04 Aug 2007 22:54:46 +0000, by michael
-
correct initial timestamps which have AV_NOPTS_VALUE libavformatSat, 04 Aug 2007 22:46:13 +0000, by michael
-
set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, fix surge-2-16-L-ms11.mov and surge-2-16-L-ms02.mov libavformatSat, 04 Aug 2007 12:33:34 +0000, by bcoudurier
-
move code which adds a AVPacket into the packet buffer into its own function libavformatFri, 03 Aug 2007 08:56:00 +0000, by michael
-
fill title, author, copyright and comment fields by parsing udta atom libavformatTue, 31 Jul 2007 15:20:36 +0000, by benoit
-
deal with the case where one of pts,dts has wrapped but the other has not libavformatTue, 31 Jul 2007 15:06:27 +0000, by michael
-
kill antiwrapping code, i do not think this did anything good libavformatMon, 30 Jul 2007 18:57:47 +0000, by michael
-
treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side effect since if bps is 16 in stsd, codec will be changed to s16be, just yell if this breaks any sample libavformatMon, 30 Jul 2007 10:00:42 +0000, by bcoudurier
-
support silly PCM variant used by zork nemesis libavformatMon, 30 Jul 2007 02:05:16 +0000, by michael
-
Fix get_str/get_str8() to also work if the target string is not long enough to libavformatSat, 28 Jul 2007 18:02:19 +0000, by diego
-
try exact match before case insensitive match in codec_get_id libavformatFri, 27 Jul 2007 11:36:17 +0000, by michael
-
replaces hardcoded values by the equivalent enum definitions libavformatThu, 26 Jul 2007 13:01:09 +0000, by aurel
-
add proper support for subtitles muxing/stream copying libavformatWed, 25 Jul 2007 19:47:44 +0000, by aurel
-
use the most appropriate codec id for A_MPEG/L1 and L2 libavformatWed, 25 Jul 2007 15:59:26 +0000, by aurel
-
reorder matroska codec tags so that the encoder picks up the appropriate tag libavformatWed, 25 Jul 2007 15:58:12 +0000, by aurel
-
Replace ENOSYS by ENOTSUP as in this case the problem is not really a function libavformatFri, 20 Jul 2007 08:05:27 +0000, by takis
-
Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS). libavformatThu, 19 Jul 2007 15:38:33 +0000, by takis
-
Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM). libavformatThu, 19 Jul 2007 15:37:44 +0000, by takis
-
Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformatThu, 19 Jul 2007 15:23:32 +0000, by takis
-
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). libavformatThu, 19 Jul 2007 15:21:30 +0000, by takis
-
Make video hook infrastructure conditional on video hooks being enabled. libavformatThu, 19 Jul 2007 14:48:13 +0000, by diego
-
fix emulated inet_aton so that it fails for invalid addresses libavformatWed, 18 Jul 2007 07:57:26 +0000, by benoit
-
MinGW has gettimeofday() since mingw-runtime-3.10 libavformatMon, 16 Jul 2007 20:27:16 +0000, by ramiro
-
remove likely wrong reseting of align_iframe libavformatSun, 15 Jul 2007 18:24:39 +0000, by michael
-
All those demuxers don't depend on riff.o anymore. libavformatSat, 14 Jul 2007 14:27:20 +0000, by aurel
-
All those demuxers use pcm_read_seek() and thus depend on raw.o. libavformatSat, 14 Jul 2007 14:01:20 +0000, by aurel
-
avoid division by zero in av_find_stream_info() when no time base is set libavformatSat, 14 Jul 2007 12:42:57 +0000, by mru
-
Smartjog granted permission to relicense as LGPL 2.1 libavformatFri, 13 Jul 2007 17:15:56 +0000, by bcoudurier
-
round timestamps up, k2 broadcast server seems to need it libavformatFri, 13 Jul 2007 17:06:58 +0000, by bcoudurier
-
h264_rtp_extra_data is not only used for debug purposes, asserts are using it also libavformatFri, 13 Jul 2007 12:12:38 +0000, by alex
-
Remove broken assert. ebml_read_element_id can handle level_up set to NULL. libavformatFri, 13 Jul 2007 11:58:15 +0000, by alex
-
rtsp multicast fix by Thijs Vermeir $1$2@gmail.com libavformatThu, 12 Jul 2007 21:12:33 +0000, by lu_zero
-
add support for ASS like subtitles in Matroska libavformatWed, 11 Jul 2007 13:37:07 +0000, by aurel
-
Move public API functions av_codec_get_tag() and av_codec_get_id() libavformatWed, 11 Jul 2007 12:45:14 +0000, by aurel
-
avoid deprecation warnings for AVFrac from avformat.h libavformatMon, 09 Jul 2007 22:15:11 +0000, by mru
-
properly set AVStream.language according to Matroska track header libavformatMon, 09 Jul 2007 13:33:34 +0000, by aurel
-
avoid uninitialised variable warning and clarify code libavformatSun, 08 Jul 2007 13:42:52 +0000, by mru
-
update SectionCallback and PESCallback typedefs to match functions libavformatSun, 08 Jul 2007 13:42:51 +0000, by mru
-
kill uninitialised variable warning in mp3_read_probe() libavformatSun, 08 Jul 2007 13:42:46 +0000, by mru
-
bethsoftvid: use correct type for size passed to av_fast_realloc() libavformatSun, 08 Jul 2007 13:42:42 +0000, by mru
-
* Getting rid of the use of GCC language extensions libavformatSun, 08 Jul 2007 03:16:59 +0000, by romansh
-
remove deprecated codec_get_{bmp,wav}_{id,tag}() libavformatSun, 08 Jul 2007 01:49:24 +0000, by mru
-
ogm: don't use deprecated codec_get_{bmp,wav}_id() libavformatSun, 08 Jul 2007 01:41:09 +0000, by mru
-
nutdec: don't use deprecated codec_get_{bmp,wav}_id() libavformatSun, 08 Jul 2007 01:41:07 +0000, by mru
-
remove redundant codec_get_bmp_tag() call in avi_write_header() libavformatSun, 08 Jul 2007 01:41:06 +0000, by mru
-
kill uninitialised variable warning in amr_read_packet() libavformatSat, 07 Jul 2007 13:46:30 +0000, by mru
-
kill uninitialised variable warning in ac3_probe() libavformatSat, 07 Jul 2007 13:46:28 +0000, by mru
-
Support for the AVFMT_FLAG_NONBLOCK flag (non-blocking input) in v4l2.c libavformatFri, 06 Jul 2007 07:18:25 +0000, by lucabe
-
check udp_read_packet return value not to access uninitialized memory libavformatThu, 05 Jul 2007 20:58:34 +0000, by benoit
-
Group all copyright and author notices together. libavformatThu, 05 Jul 2007 10:37:29 +0000, by diego
-
Remove leading underscores from specifiers, they are reserved. libavformatMon, 02 Jul 2007 17:00:04 +0000, by diego
-
Add missing comment markers to #endif directive. libavformatMon, 02 Jul 2007 10:10:53 +0000, by diego
-
compute absolute data offset after reading blocksize libavformatTue, 26 Jun 2007 23:08:39 +0000, by bcoudurier
-
according to specs, offset is before blocksize libavformatMon, 25 Jun 2007 21:46:15 +0000, by bcoudurier
-
support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is spec compliant libavformatMon, 25 Jun 2007 21:31:33 +0000, by bcoudurier
-
Check for O_BINARY instead of a list of systems that need it libavformatMon, 25 Jun 2007 20:34:20 +0000, by ramiro
-
Remove localtime_r implementation for systems that don't have it. libavformatMon, 25 Jun 2007 16:18:28 +0000, by ramiro
-
* clarifying the AVInputFormat::read_seek return value libavformatMon, 25 Jun 2007 02:08:04 +0000, by romansh
-
drop blocks which are part of unsupported tracks libavformatSun, 24 Jun 2007 21:49:13 +0000, by aurel
-
replace the uses of old string functions that Reimar missed libavformatSun, 24 Jun 2007 11:27:12 +0000, by mru
-
Cosmetics: use consistent indentation by four spaces libavformatSun, 24 Jun 2007 07:45:19 +0000, by reimar
-
DV muxer should not only fail for more that 3 streams altogether libavformatSun, 24 Jun 2007 07:38:26 +0000, by reimar
-
cosmetic: combine declaration and initialisation libavformatSat, 23 Jun 2007 00:47:27 +0000, by mru
-
split mpeg ps and variants muxer and demuxer, I'll clean more in a few minutes, lpcm freq tab is left static const in mpeg.h for now until we have more code in common libavformatThu, 21 Jun 2007 09:39:29 +0000, by bcoudurier
-
Fix @file in matroskadec.c, it was still matroska.c libavformatWed, 20 Jun 2007 17:37:11 +0000, by reimar
-
add a comment to indicate which #endif belong to which #define libavformatSun, 17 Jun 2007 18:59:28 +0000, by gpoirier
-
Add support for track numbers when they are set via strings libavformatFri, 15 Jun 2007 09:10:19 +0000, by benoit
-
remove decode_be32/64 and replace them by AV_RB32/64 libavformatWed, 13 Jun 2007 08:24:22 +0000, by benoit
-
Move the video size and rate abbreviations system from libavformat to libavcodec libavformatTue, 12 Jun 2007 08:06:54 +0000, by benoit
-
Add some explanatory comments to #endif directives. libavformatTue, 12 Jun 2007 08:01:35 +0000, by diego
-
proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenchen@de ) libavformatFri, 08 Jun 2007 17:21:29 +0000, by michael
-
Remove the unnecessary masking when counting received packet types in the H.264 libavformatThu, 07 Jun 2007 14:51:26 +0000, by takis
-
Remove the unnecessary masking when reconstructing the NAL unit header in the libavformatThu, 07 Jun 2007 14:48:29 +0000, by takis
-
Remove the unnecessary masking when extracting the start bit in the H.264 RTP libavformatThu, 07 Jun 2007 14:47:40 +0000, by takis
-
Fix linking: emms_c is a macro, #include the correct header file. libavformatThu, 07 Jun 2007 14:13:59 +0000, by diego
-
emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak net libavformatThu, 07 Jun 2007 13:24:19 +0000, by diego
-
add MMES fourcc, matrox mpeg2 in avi files libavformatWed, 06 Jun 2007 15:52:53 +0000, by bcoudurier
-
warn user if video codec timebase is very high libavformatWed, 06 Jun 2007 13:21:50 +0000, by bcoudurier
-
cosmetics: use one type per field in every structs libavformatMon, 04 Jun 2007 22:35:16 +0000, by aurel
-
partially revert r2931 (Support raw mpegts streams from dvr) libavformatMon, 04 Jun 2007 22:23:05 +0000, by michael
-
fix an infinite loop in case one cluster is not enough to demux a packet libavformatMon, 04 Jun 2007 22:17:55 +0000, by aurel
-
split some common code from the mkv demuxer that will be useful to the muxer libavformatMon, 04 Jun 2007 22:10:54 +0000, by aurel
-
remove duplicate PAT scaning code and actual PAT scan libavformatMon, 04 Jun 2007 14:44:52 +0000, by michael
-
dont rescan for information on each pid, but rather do it just once by libavformatMon, 04 Jun 2007 14:17:43 +0000, by michael
-
move structs and enums to top of file so they can be used libavformatMon, 04 Jun 2007 14:11:54 +0000, by michael
-
passing MpegTSFilter to the filters instead of a random void *opaque libavformatMon, 04 Jun 2007 13:57:00 +0000, by michael
-
extending video4linux support to handle the additional formats UYVY, YUYV and RGB565 libavformatMon, 04 Jun 2007 13:28:02 +0000, by mhoffman
-
convert if then else video palette to pix_fmt construct to simpiler table based lookup. libavformatMon, 04 Jun 2007 13:25:29 +0000, by mhoffman
-
do not perform SDT scan at the begin (this avoids a timeconsuming search for libavformatMon, 04 Jun 2007 12:19:38 +0000, by michael
-
make new_service() update existing info sanely libavformatMon, 04 Jun 2007 11:46:59 +0000, by michael
-
remove fake service/provider names used for PAT libavformatMon, 04 Jun 2007 11:25:33 +0000, by michael
-
cosmetics remove struct name with typedef libavformatSun, 03 Jun 2007 22:56:11 +0000, by bcoudurier
-
remove duplicate entry since now we ignore version byte libavformatSun, 03 Jun 2007 17:53:15 +0000, by bcoudurier
-
no need to seek on specific key anymore, since klv_read_packet will sync, tested on encrypted files libavformatSun, 03 Jun 2007 17:19:15 +0000, by bcoudurier
-
do not print error message when klv_read_packet fails libavformatSun, 03 Jun 2007 17:15:39 +0000, by bcoudurier
-
sync to mxf klv key before trying to read klv packet libavformatSun, 03 Jun 2007 17:10:55 +0000, by bcoudurier
-
match uids indenpendantly of the version byte libavformatSun, 03 Jun 2007 14:52:55 +0000, by bcoudurier
-
get rid of one layer of callback obfuscation libavformatSat, 02 Jun 2007 23:11:17 +0000, by michael
-
kill completely idiotic code which hides all but 2 streams libavformatSat, 02 Jun 2007 23:04:46 +0000, by michael
-
correct implementation of "try with auto_guess if first detection fails" libavformatSat, 02 Jun 2007 21:48:49 +0000, by michael
-
revert r4802 (try with auto_guess if first detection fails) libavformatSat, 02 Jun 2007 21:44:20 +0000, by michael
-
split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibly dirty hack libavformatSat, 02 Jun 2007 20:57:31 +0000, by michael
-
variable initialization (because of a gcc warning) libavformatTue, 29 May 2007 08:19:37 +0000, by benoit
-
fix "incorrect frame size" errors with small.nuv libavformatSun, 27 May 2007 08:06:45 +0000, by michael
-
r9095 invalidly removed the check for non-winsock libavformatMon, 21 May 2007 16:08:03 +0000, by alex
-
fix FD_SETSIZE handling in our poll() emulation libavformatMon, 21 May 2007 15:54:35 +0000, by alex
-
print and return error if output is non seekable libavformatMon, 21 May 2007 08:33:36 +0000, by bcoudurier
-
Use usleep instead of sleep, some MinGW versions lack sleep. libavformatThu, 17 May 2007 10:30:03 +0000, by alex
-
Drop unnecessary libavcodec/ prefix in #include path. libavformatWed, 16 May 2007 09:21:23 +0000, by diego
-
Don't forget about audio remaining in buffer, in case there is enough libavformatWed, 16 May 2007 02:02:22 +0000, by corey
-
fix ctts index computation when seeking, check must be done against next ctts sample, thanks to Uoti libavformatSat, 12 May 2007 22:02:27 +0000, by bcoudurier
-
Use url_fopen error code when opening input file libavformatThu, 10 May 2007 13:25:33 +0000, by benoit
-
Allow avoid setting the video standard and input when capturing v4l2 video. libavformatThu, 10 May 2007 10:14:42 +0000, by lucabe
-
RoQ muxer, patch by Vitor, vitor1001 gmail com libavformatWed, 09 May 2007 23:07:40 +0000, by diego
-
fix display of theora videos with visible size smaller than encoded size libavformatMon, 07 May 2007 15:43:01 +0000, by aurel
-
improve mpeg4-es detection by rejecting streams with reserved startcodes (fixes 11-i_need_your_love-daw.mp3 detected as mpeg4) libavformatMon, 07 May 2007 11:57:46 +0000, by michael
-
cosmetics: Fix indentation after last commit, patch by Zuxy Meng. libavformatSun, 06 May 2007 12:04:17 +0000, by diego
-
give the position offset of the file in the packet libavformatWed, 02 May 2007 13:36:45 +0000, by benoit
-
return right format in set_codec_from_probe_data libavformatWed, 02 May 2007 09:18:41 +0000, by benoit
-
patch so that the deprecated items show up correctly libavformatWed, 02 May 2007 09:13:47 +0000, by benoit
-
Fix loop condition so it can be run through more than once. libavformatMon, 30 Apr 2007 09:46:11 +0000, by diego
-
more detailed error message for buffer underflow libavformatMon, 30 Apr 2007 09:43:29 +0000, by diego
-
fix AVStream documentation: clarify start_time, start_time and duration are actually in stream base libavformatSat, 28 Apr 2007 13:07:52 +0000, by bcoudurier
-
fix oss audio playback, broken since r7983, pass AVFormatContext filename to audio_open since audio_device when NULL is no more set to default value libavformatFri, 27 Apr 2007 16:10:05 +0000, by bcoudurier
-
implement ff_socket_nonblock and use it in networking code libavformatFri, 27 Apr 2007 00:41:50 +0000, by alex
-
use ff_neterrno() and FF_NETERROR() for networking error handling libavformatFri, 27 Apr 2007 00:35:54 +0000, by alex
-
Make protocols configure selectable and also cleanup the CONFIG_NETWORK libavformatThu, 26 Apr 2007 23:44:56 +0000, by alex
-
cosmetics: Remove trailing whitespace and tabs. libavformatThu, 26 Apr 2007 19:27:32 +0000, by diego
-
move resolve_host from tcp.c to os_support.c as it is used widely libavformatThu, 26 Apr 2007 18:04:42 +0000, by alex
-
proper dependency on mpegts_demuxer for rtp_muxer libavformatThu, 26 Apr 2007 17:35:31 +0000, by diego
-
cosmectics, use consistant and homogeneous type names for atoms libavformatThu, 26 Apr 2007 11:36:05 +0000, by bcoudurier
-
use dprintf with AVFormatContext and simplify libavformatThu, 26 Apr 2007 11:24:10 +0000, by bcoudurier
-
Fix reading PTSs and DTSs in libavformat, by reverting r8465. libavformatThu, 26 Apr 2007 10:49:48 +0000, by lucabe
-
remove now obsolete and no more true comments libavformatThu, 26 Apr 2007 08:42:21 +0000, by bcoudurier
-
add xdv2 xdcam hd tag, decode xdcam_hd_1080i60.mov libavformatWed, 25 Apr 2007 15:58:05 +0000, by bcoudurier
-
add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.mov libavformatWed, 25 Apr 2007 15:57:15 +0000, by bcoudurier
-
Remove unused code + variable, fixes a warning. libavformatTue, 24 Apr 2007 05:50:30 +0000, by diego
-
fix av_seek_frame_generic() so that it doesnt fail if the libavformatSun, 22 Apr 2007 16:23:44 +0000, by michael
-
Change from using a seek table internal to the TTA demuxer to using the standard lavf index. libavformatSun, 22 Apr 2007 00:50:36 +0000, by conrad
-
Make the declaration of AVInputFormat ac3_demuxer conditional libavformatSun, 15 Apr 2007 12:35:44 +0000, by diego
-
Move AC3 header parsing code together with the rest of the AC3 parsing code. libavformatSun, 15 Apr 2007 12:32:36 +0000, by diego
-
timestamps generation improvement when parsing avi libavformatFri, 13 Apr 2007 07:50:04 +0000, by benoit
-
add D-10 PAL 40 audio essence container ul libavformatTue, 10 Apr 2007 14:10:36 +0000, by bcoudurier
-
add support for seeking to a keyframe instead of a random frame libavformatMon, 09 Apr 2007 17:03:20 +0000, by aurel
-
add an intermediate variable (prepare for next patch) libavformatMon, 09 Apr 2007 17:00:09 +0000, by aurel
-
move matroska_find_track_by_num() upper in the file libavformatMon, 09 Apr 2007 16:45:43 +0000, by aurel
-
remove wrong and no more used packet reordering code libavformatMon, 09 Apr 2007 16:22:18 +0000, by aurel
-
Make some functions which aren't used outside their declaring source file libavformatSun, 08 Apr 2007 20:21:11 +0000, by diego
-
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks libavformatSun, 08 Apr 2007 11:34:15 +0000, by michael
-
also remove c93_ prefix for static function in the c93 demuxer libavformatSun, 08 Apr 2007 09:50:08 +0000, by michael
-
code claims to use 32bit timestamp, lets make it also use that libavformatSat, 07 Apr 2007 22:57:04 +0000, by michael
-
remove inappropriate debuging av_log() alternatively they could be changed to dprintf() libavformatSat, 07 Apr 2007 22:51:05 +0000, by michael
-
memleak (seems ive missed that under the obfuscated indention) libavformatSat, 07 Apr 2007 22:47:55 +0000, by michael
-
sane indention (no more 3 statements on one line...) libavformatSat, 07 Apr 2007 22:41:45 +0000, by michael
-
THP PCM decoder, used on the Nintendo GameCube. libavformatSat, 07 Apr 2007 16:03:23 +0000, by diego
-
SGI image decoder ported to the new image API. libavformatFri, 06 Apr 2007 18:29:27 +0000, by diego
-
changes some function declarations from () to (void) as per ansi c. libavformatWed, 04 Apr 2007 11:51:08 +0000, by gpoirier
-
There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaring libavformatTue, 03 Apr 2007 21:09:36 +0000, by diego
-
CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals. libavformatTue, 03 Apr 2007 15:59:15 +0000, by diego
-
cosmetics: Put audio (de)muxer entries in alphabetical order. libavformatTue, 03 Apr 2007 15:57:38 +0000, by diego
-
Audio (de)muxer dependency on OSS is handled by configure. libavformatTue, 03 Apr 2007 15:56:21 +0000, by diego
-
support for the THP game format by Marco Gerards, mgerards xs4all nl libavformatSun, 01 Apr 2007 14:28:48 +0000, by diego
-
Do not return invalid pointer for non-audio or video streams. libavformatFri, 30 Mar 2007 23:04:45 +0000, by rtogni
-
10^10l to the idiot who designed this format and didnt even realize what number he used libavformatFri, 30 Mar 2007 21:59:52 +0000, by michael
-
analyze end condition must match r_fps selection condition libavformatFri, 30 Mar 2007 15:05:09 +0000, by michael
-
move atom size check before parsing function search libavformatThu, 29 Mar 2007 10:45:34 +0000, by bcoudurier
-
unset sample count to disable track when is broken libavformatThu, 29 Mar 2007 10:42:22 +0000, by bcoudurier
-
break if atom size is more than size left in container atom, fix shooter.mov libavformatThu, 29 Mar 2007 10:37:07 +0000, by bcoudurier
-
Change the vhook code to send real timestamps to the filters instead of the libavformatThu, 29 Mar 2007 05:24:35 +0000, by diego
-
revert r8538 (set bit rate for asf format) until regression tests issue is stated libavformatWed, 28 Mar 2007 14:48:42 +0000, by bcoudurier
-
set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail com libavformatWed, 28 Mar 2007 12:03:37 +0000, by bcoudurier
-
require at least a score of AVPROBE_SCORE_MAX/4 or reaching of PROBE_BUF_MAX libavformatTue, 27 Mar 2007 19:28:40 +0000, by michael
-
activate parser on MP3 id, fix [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362C].mp4 libavformatSun, 25 Mar 2007 15:15:35 +0000, by bcoudurier
-
dont fail immediately when a somehow broken track is detected, some tracks might be good, fix mi2_vorbis51.mp4 libavformatSun, 25 Mar 2007 15:06:50 +0000, by bcoudurier
-
prefer MP3 id as mentioned in avcodec.h line 210 libavformatSat, 24 Mar 2007 15:11:47 +0000, by bcoudurier
-
Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet_aton if not found; remove barpainet.h as it's not longer needed. libavformatFri, 23 Mar 2007 22:01:37 +0000, by mmu_man
-
The NSV demuxer assumes that a video frame's timestamp increases by one on each libavformatWed, 21 Mar 2007 11:05:35 +0000, by diego
-
av_estimate_timings_from_pts() flushes the packet queue but doesn't libavformatWed, 21 Mar 2007 10:48:10 +0000, by diego
-
cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frame libavformatWed, 21 Mar 2007 10:28:03 +0000, by bcoudurier
-
revert r8428, the check was not that useless libavformatTue, 20 Mar 2007 13:59:59 +0000, by michael
-
expose av_base64_decode and av_base64_encode libavformatMon, 19 Mar 2007 00:48:47 +0000, by lu_zero
-
improve ac3_probe by counting consecutive frames libavformatSun, 18 Mar 2007 19:32:22 +0000, by jbr
-
remove silly video check, theres nothing video specific in there libavformatFri, 16 Mar 2007 23:02:33 +0000, by michael
-
add a delay variable to hold the timestamp buffer size libavformatFri, 16 Mar 2007 22:59:45 +0000, by michael
-
remove special case for h.264 whatever this was supposed to do its not correct libavformatFri, 16 Mar 2007 22:31:57 +0000, by michael
-
disable pts reordering code and initialize a parser instead libavformatThu, 15 Mar 2007 23:08:58 +0000, by aurel
-
Properly initialize filesize during input buffer initialization. libavformatMon, 12 Mar 2007 14:51:18 +0000, by diego
-
Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() libavformatMon, 12 Mar 2007 14:17:26 +0000, by takis
-
remove codec_info_duration/nb_frames from AVStream libavformatMon, 12 Mar 2007 10:59:47 +0000, by bcoudurier
-
reorder pts of packets from tracks using V_MPEG* codecs libavformatSun, 11 Mar 2007 23:40:57 +0000, by aurel
-
check if current block contains a B frame and gives this info to parse_block() libavformatSun, 11 Mar 2007 23:05:01 +0000, by aurel
-
extract ebml_read_binary() out of matroska_parse_block() libavformatSun, 11 Mar 2007 22:54:15 +0000, by aurel
-
use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id() libavformatSun, 11 Mar 2007 22:16:38 +0000, by aurel
-
fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good idea libavformatSun, 11 Mar 2007 03:36:17 +0000, by michael
-
remove usage of deprecated functions in libnut.c (codec_get_id/tag) libavformatSat, 10 Mar 2007 18:39:58 +0000, by ods15
-
seems safer to set pts timebase to sample rate, fix some mp3 libavformatThu, 08 Mar 2007 22:14:04 +0000, by bcoudurier
-
Corrections so that builds with DEBUG work libavformatThu, 08 Mar 2007 14:49:43 +0000, by mbardiaux
-
move preroll_time from static variable into definition, might be a good idea moving this into the context and making user-settable libavformatWed, 07 Mar 2007 02:03:32 +0000, by alex
-
prevent audio packets from being fragmented, wmp mac doesnt seem to like that and microshitty also doesnt seem to ever fragment them libavformatMon, 05 Mar 2007 17:54:49 +0000, by michael
-
Convert all the comment sections into Doxygen compatible comments, same for libavformatMon, 05 Mar 2007 15:18:50 +0000, by takis
-
Move avio.h's url_get_max_packet_size() comment from source to header file. libavformatMon, 05 Mar 2007 14:26:50 +0000, by takis
-
Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h, libavformatMon, 05 Mar 2007 13:55:45 +0000, by takis
-
Make rtsp_set_callback() comments available to Doxygen libavformatMon, 05 Mar 2007 13:54:15 +0000, by takis
-
Move unaltered rtsp.c comments to the header file. libavformatMon, 05 Mar 2007 13:53:42 +0000, by takis
-
Convert macro+enum into a simple enum: Currently the enum was filled using a libavformatMon, 05 Mar 2007 13:52:14 +0000, by takis
-
Doxygenize the unaltered comments for the AUHeaders structure. libavformatMon, 05 Mar 2007 13:43:16 +0000, by takis
-
Doxygenize the unaltered comments for the rtp_payload_data_s struct. libavformatMon, 05 Mar 2007 13:42:33 +0000, by takis
-
Doxygenize the unaltered comments for the RTP_MAX_SDES definition. libavformatMon, 05 Mar 2007 12:15:32 +0000, by takis
-
Doxygenize the existing comments without altering the actual contents of the libavformatMon, 05 Mar 2007 12:14:29 +0000, by takis
-
create codec_comment_header which looks more like what M$ creates, sane or not ... libavformatMon, 05 Mar 2007 02:41:49 +0000, by michael
-
all asf files i have have the 2 redundant duration fields differ by the preroll time so lets set them up like that too libavformatMon, 05 Mar 2007 02:00:20 +0000, by michael
-
all asf files i have have this field at 2 so lets try to change it to that ... libavformatMon, 05 Mar 2007 01:42:35 +0000, by michael
-
all the time related fields seem to be 64bit so i guess preroll is too (this is just a cosmetic anyway ...) libavformatMon, 05 Mar 2007 01:28:20 +0000, by michael
-
Doxygenize the existing comments in avformat.h. The contents of the comments libavformatMon, 05 Mar 2007 00:23:23 +0000, by takis
-
Move rtp_check_and_send_back_rr()'s unaltered comments to the header file. libavformatSun, 04 Mar 2007 23:29:14 +0000, by takis
-
Move rtp_get_payload_type()'s unaltered comments to the header file. libavformatSun, 04 Mar 2007 23:27:59 +0000, by takis
-
make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as 303). libavformatSun, 04 Mar 2007 11:52:46 +0000, by gpoirier
-
try to move fixed mov.c over the one with cosmetic-functional mix libavformatSat, 03 Mar 2007 21:14:10 +0000, by michael
-
recommit of the change below after reverting earlier cosmetic-functional mix libavformatSat, 03 Mar 2007 21:11:23 +0000, by michael
-
use common tables for mov muxer and demuxer libavformatSat, 03 Mar 2007 14:55:11 +0000, by bcoudurier
-
cosmetics, cleanup tables, add pcm 24/32 le tags libavformatSat, 03 Mar 2007 14:33:55 +0000, by bcoudurier
-
partial avid meridien uncompressed support libavformatSat, 03 Mar 2007 14:11:45 +0000, by bcoudurier
-
Move the libavformat public API comments to avformat.h. The comments are libavformatSat, 03 Mar 2007 12:23:20 +0000, by takis
-
write DTS, based on patch by Luca Abeni, lucabe72 email it libavformatFri, 02 Mar 2007 21:47:24 +0000, by mru
-
replace the auto array "duration_error" with a malloced array. libavformatFri, 02 Mar 2007 13:23:06 +0000, by gpoirier
-
support for mjpeg bottom field first in mov libavformatFri, 02 Mar 2007 12:26:07 +0000, by bcoudurier
-
use generic atom to extradata reading function libavformatFri, 02 Mar 2007 12:12:29 +0000, by bcoudurier
-
don't rely on a specific appearance order for ebml elements at the same level libavformatFri, 02 Mar 2007 00:14:53 +0000, by aurel
-
add support for simple blocks (ie. matroska v2) libavformatFri, 02 Mar 2007 00:06:03 +0000, by aurel
-
cosmetics: fix indentation of the new matroska_parse_block() function libavformatThu, 01 Mar 2007 23:50:31 +0000, by aurel
-
split a matroska_parse_block() function from matroska_parse_blockgroup() libavformatThu, 01 Mar 2007 23:46:14 +0000, by aurel
-
don't parse whole swf file in header, can now play ffserver swf streams libavformatThu, 01 Mar 2007 19:02:21 +0000, by bcoudurier
-
remove nonsense time base code, use swf ms per frame, only video frames contains pts libavformatThu, 01 Mar 2007 16:59:59 +0000, by bcoudurier
-
check for any seeking failure during probe libavformatThu, 01 Mar 2007 16:40:48 +0000, by bcoudurier
-
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch libavformatWed, 28 Feb 2007 03:40:23 +0000, by lu_zero
-
get_packetheader() forgot to read the header_checksum in big packets libavformatWed, 28 Feb 2007 03:28:31 +0000, by lu_zero
-
use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_header libavformatSun, 25 Feb 2007 14:13:12 +0000, by alex
-
BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't plan on hosting a streaming tv anyway but it gets ffserver building. libavformatFri, 23 Feb 2007 23:35:42 +0000, by mmu_man
-
change PF_INET to AF_INET to be consistent in the whole project. PF_INET is deprecated, while AF_INET is referred by the POSIX standards libavformatThu, 22 Feb 2007 13:34:36 +0000, by alex
-
codec_tag settable via VideoTag, and transmit codec_tag in ffm libavformatThu, 22 Feb 2007 13:23:38 +0000, by alex
-
Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com. libavformatThu, 22 Feb 2007 08:40:33 +0000, by diego
-
Add the stream_bitrate GUID to the asf parsing code, and set stream bitrate libavformatTue, 20 Feb 2007 23:44:11 +0000, by takis
-
warn if bps from user and what will be stored missmatches libavformatTue, 20 Feb 2007 16:20:08 +0000, by michael
-
Remove code duplicated between adpcm.c and riff.c libavformatTue, 20 Feb 2007 14:31:43 +0000, by mbardiaux
-
not checking error return, resulting double free libavformatSat, 17 Feb 2007 02:46:47 +0000, by michael
-
Make sure we don't try to emulate poll() when it's there if --disable-ffserver... 10l libavformatThu, 15 Feb 2007 15:39:39 +0000, by mmu_man
-
MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placeholder for winsock. libavformatThu, 15 Feb 2007 13:32:06 +0000, by mmu_man
-
rename video4linux[2] variables to v4l[2], consistent with --disable options libavformatWed, 14 Feb 2007 22:12:49 +0000, by mru
-
implement new grabbing interface, as described here: libavformatWed, 14 Feb 2007 17:01:32 +0000, by gpoirier
-
Pass the v4l2 buffer into the AVPacket, instead of allocating a new buffer libavformatWed, 14 Feb 2007 13:25:24 +0000, by lucabe
-
use aiff when we can, some players only support aiff libavformatWed, 14 Feb 2007 11:01:05 +0000, by bcoudurier
-
This fixes error handling for BeOS, removing the need for some ifdefs. libavformatTue, 13 Feb 2007 18:26:14 +0000, by mmu_man
-
support yet another broken avi (filedoesitbetter.avi) which has a wrong stream count libavformatTue, 13 Feb 2007 00:38:16 +0000, by michael
-
always use audio spread (instead of "video no spread" for audio ...) libavformatMon, 12 Feb 2007 23:32:55 +0000, by michael
-
increaseing preroll time to the minimum of the asf files i have libavformatMon, 12 Feb 2007 22:55:09 +0000, by michael
-
dont set the keyframe flag for audio as microshitty doesnt do it and some things have problems with our asfs, maybe that has a positive effect? libavformatMon, 12 Feb 2007 19:24:53 +0000, by michael
-
mxf aes decryption support, patch by Reimar, simplified to only look for first crypto context, will be extended once we get files with multiple cryptocontext, and hope that they won't have broken container ul libavformatSun, 11 Feb 2007 12:50:33 +0000, by bcoudurier
-
add key field to AVFormatContext for de/encryption support, patch by Reimar libavformatSun, 11 Feb 2007 12:37:28 +0000, by bcoudurier
-
#include detected soundcard.h instead of testing for OpenBSD libavformatSat, 10 Feb 2007 22:25:52 +0000, by mru
-
Remove commented-out NUT muxer entry, can be added once we have a native muxer. libavformatFri, 09 Feb 2007 08:32:04 +0000, by diego
-
Properly separate native and libnut NUT (de)muxers. libavformatFri, 09 Feb 2007 08:28:47 +0000, by diego
-
Use av_set_pts_info and set some arbitrary timebase fallback libavformatThu, 08 Feb 2007 20:54:12 +0000, by reimar
-
remove senseless and wrong direct access to ByteIOContext internals libavformatWed, 07 Feb 2007 23:32:51 +0000, by michael
-
set pts_wrap_bits to 32 since timestamps in packets are 32 bit libavformatWed, 07 Feb 2007 23:22:53 +0000, by reimar
-
iam pretty sure send time is dts and not pts ... libavformatWed, 07 Feb 2007 23:06:13 +0000, by michael
-
10l, forgot to skip payload description in UMF packet parsing libavformatWed, 07 Feb 2007 22:51:42 +0000, by reimar
-
muxing packets with unknown timestamps is not allowed libavformatWed, 07 Feb 2007 22:26:48 +0000, by michael
-
Replace deprecated PIX_FMT names by the newer variants. libavformatWed, 07 Feb 2007 01:48:09 +0000, by diego
-
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>) libavformatTue, 06 Feb 2007 19:14:16 +0000, by michael
-
dynamic index building so forward and backward seeking in avi without an index is possible libavformatMon, 05 Feb 2007 23:06:08 +0000, by michael
-
better generic index building and seeking code libavformatMon, 05 Feb 2007 23:04:48 +0000, by michael
-
Make x11grab output its warning that it couldn't find the mouse pointer only libavformatFri, 02 Feb 2007 17:54:50 +0000, by takis
-
Set correct aspect ratio (it's sample aspect, not display aspect) libavformatFri, 02 Feb 2007 14:33:25 +0000, by kostya
-
10l to whoever wrote this (wrong fps, fixes nirvana.nuv) libavformatWed, 31 Jan 2007 11:24:04 +0000, by michael
-
Fix misbehaviour in url_fseek() when seeking fails. libavformatTue, 30 Jan 2007 10:48:39 +0000, by gpoirier
-
protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else the libavformatTue, 30 Jan 2007 10:37:52 +0000, by gpoirier
-
an alloc func failing should give ENOMEM anyway. libavformatSun, 28 Jan 2007 09:07:49 +0000, by mmu_man
-
proper error handling in file size retrieval, patch by Ronald S. Bultje rbultje at ronald bitfreak net libavformatSun, 28 Jan 2007 02:38:02 +0000, by bcoudurier
-
stealing a few field names from mplayers asf demuxer libavformatSat, 27 Jan 2007 12:07:16 +0000, by michael
-
remove void * used in arithmetic warnings libavformatFri, 26 Jan 2007 12:32:23 +0000, by bcoudurier
-
Move conditional CFLAGS and OBJS setting to common place. libavformatThu, 25 Jan 2007 00:34:38 +0000, by diego
-
stop if current sample is higher than sample count libavformatWed, 24 Jan 2007 15:46:59 +0000, by bcoudurier
-
mpegts-documentation-only.patch -- adds documentation patch by Daniel Kristjansson / danielk mrl.nyu edu libavformatTue, 23 Jan 2007 21:47:32 +0000, by michael
-
"converts printf's to avlog's" patch by Daniel Kristjansson / danielk mrl.nyu edu libavformatTue, 23 Jan 2007 21:41:30 +0000, by michael
-
"removes definition for old crc func" patch by Daniel Kristjansson / danielk mrl.nyu edu libavformatTue, 23 Jan 2007 21:36:32 +0000, by michael
-
make the asf demuxer resistant against insertion/deletion errors libavformatTue, 23 Jan 2007 21:25:06 +0000, by michael
-
remove padding to 16bit code, i dont think this change can break anything and it makes the broken MPEG2-pub.avi from http://www.albx79.it/stuff/ playable other players arent that picky either ... libavformatTue, 23 Jan 2007 18:37:23 +0000, by michael
-
make av_find_stream_info() duration user selectable libavformatTue, 23 Jan 2007 17:34:26 +0000, by michael
-
flv follows in movs footsteps and has random trash in the width/height fields libavformatTue, 23 Jan 2007 15:38:07 +0000, by michael
-
Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be. libavformatTue, 23 Jan 2007 09:24:41 +0000, by diego
-
consistant error return for asf_get_packet() libavformatMon, 22 Jan 2007 21:38:33 +0000, by michael
-
replace nonsense code by something which makes at least some sense libavformatMon, 22 Jan 2007 17:01:01 +0000, by michael
-
move frame header reading into its own function libavformatMon, 22 Jan 2007 12:55:23 +0000, by michael
-
more correct packet alignment check and correction libavformatMon, 22 Jan 2007 12:52:49 +0000, by michael
-
remove a few unused and duplicated variables libavformatMon, 22 Jan 2007 10:53:57 +0000, by michael
-
adding a few checks to the audio packet descrambling, this should hopefully catch all related out of array accesses libavformatMon, 22 Jan 2007 03:19:00 +0000, by michael
-
these variables seem to be unused on the demuxer side so theres no sense in setting them libavformatMon, 22 Jan 2007 00:20:58 +0000, by michael
-
remove now useless codec_tag setting code in voc muxer libavformatSun, 21 Jan 2007 22:41:37 +0000, by aurel
-
the context is supposed to be freed in the generic code in utils.c libavformatSun, 21 Jan 2007 12:47:46 +0000, by michael
-
remove now useless codec_tag setting code in muxers libavformatSun, 21 Jan 2007 12:44:58 +0000, by michael
-
set codec_tag from codec_id if its not set and can be set based on the AVCodecTag tables libavformatSun, 21 Jan 2007 12:31:58 +0000, by michael
-
this is wrong but it was that way before the AVCodecTag change, only reason why it didnt broke regressions was that the table wasnt used libavformatSun, 21 Jan 2007 12:30:44 +0000, by michael
-
get rid of the [4] limitation of codec tag lists libavformatSun, 21 Jan 2007 12:08:31 +0000, by michael
-
add codec_id <-> codec_tag tables to AVIn/OutputFormat libavformatSun, 21 Jan 2007 01:39:17 +0000, by michael
-
fix indention (dunno why it was messed up ...) libavformatSat, 20 Jan 2007 23:09:27 +0000, by michael
-
Demuxers with AVFMT_NOFILE will open a (possibly different) file themselves, libavformatFri, 19 Jan 2007 22:52:59 +0000, by reimar
-
The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed check for net_server to IP_MULTICAST_TTL. libavformatThu, 18 Jan 2007 17:48:21 +0000, by mmu_man
-
seperate redo (we dont handle this possibly valid packet) from libavformatWed, 17 Jan 2007 10:19:10 +0000, by michael
-
Make nb_streams unsigned to avoid an ugly cast. libavformatTue, 16 Jan 2007 22:31:10 +0000, by diego
-
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmv libavformatMon, 15 Jan 2007 23:47:53 +0000, by michael
-
fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.avi libavformatMon, 15 Jan 2007 22:56:46 +0000, by michael
-
check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz test libavformatMon, 15 Jan 2007 22:45:50 +0000, by mru
-
* Fixing a bug with incorrect bits set in AAUX source pack libavformatMon, 15 Jan 2007 07:41:28 +0000, by romansh
-
remove useless essence container data sets for now libavformatSun, 14 Jan 2007 23:32:51 +0000, by bcoudurier
-
remove useless preface parsing for now, will reintroduce it if needed libavformatSun, 14 Jan 2007 23:31:30 +0000, by bcoudurier
-
merge multiple descriptor parsing with generic one libavformatSun, 14 Jan 2007 23:23:06 +0000, by bcoudurier
-
follow michael suggestion and simplify code at object level libavformatSun, 14 Jan 2007 23:14:36 +0000, by bcoudurier
-
makes the filename member of the URLContext a pointer, so that the libavformatSun, 14 Jan 2007 22:07:19 +0000, by gpoirier
-
Make seeking work in files that contain encrypted tracks. libavformatSun, 14 Jan 2007 21:23:32 +0000, by reimar
-
10l, > vs. >= typo, caused crashes on last mpc frame libavformatSun, 14 Jan 2007 16:10:05 +0000, by reimar
-
seek back at the end of file after updating header libavformatSun, 14 Jan 2007 13:57:26 +0000, by bcoudurier
-
swf can contain only one audio track, simplify libavformatSun, 14 Jan 2007 01:14:31 +0000, by bcoudurier
-
AnyType is needed, descriptor_ref can reference Descriptor or MultipleDescriptor libavformatSun, 14 Jan 2007 00:32:25 +0000, by bcoudurier
-
Use macros to eliminate code duplication in MXF metadata read functions. libavformatSat, 13 Jan 2007 21:13:26 +0000, by reimar
-
Extend mxf_resolve_strong_ref by a type parameter, to avoid modify something libavformatSat, 13 Jan 2007 18:54:48 +0000, by reimar
-
Fix error message, it's package ref that can not be found, not track in this case libavformatSat, 13 Jan 2007 18:21:55 +0000, by reimar
-
* Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>) libavformatThu, 11 Jan 2007 22:32:19 +0000, by romansh
-
remove #if obsoleted after last major version bump libavformatMon, 08 Jan 2007 14:42:01 +0000, by bcoudurier
-
10l, only allocate priv_data if not already done libavformatMon, 08 Jan 2007 14:22:00 +0000, by bcoudurier
-
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin libavformatSat, 06 Jan 2007 23:54:01 +0000, by diego
-
dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3 libavformatFri, 05 Jan 2007 14:17:41 +0000, by bcoudurier
-
nth try of getting the frame rate detecton working libavformatTue, 02 Jan 2007 20:32:01 +0000, by michael
-
VP6 and flashsv stream copy and muxing support. libavformatMon, 01 Jan 2007 22:52:22 +0000, by banan
-
seekless filesize retrieving support in 7 lines of code, also doesnt break compatibility libavformatMon, 01 Jan 2007 21:49:09 +0000, by michael
-
Decode previous 32 frames to avoid seeking artifacts in MPC libavformatMon, 01 Jan 2007 05:32:27 +0000, by kostya
-
Make MPC demuxer deal with ID3 tags at the beginning libavformatMon, 01 Jan 2007 05:29:53 +0000, by kostya
-
ignore duration of the first 2 frames in the max-time break check libavformatFri, 29 Dec 2006 21:41:06 +0000, by michael
-
do not base frame rate guess on just one duration libavformatFri, 29 Dec 2006 21:16:21 +0000, by michael
-
Patch for the FLV muxer to supply more complete metadata libavformatThu, 28 Dec 2006 12:35:22 +0000, by banan
-
fall back mmap() call using MAP_PRIVATE for working on no-mmu systems libavformatThu, 28 Dec 2006 00:32:06 +0000, by aurel
-
Register x11grab only when it has been enabled. libavformatSat, 23 Dec 2006 07:19:56 +0000, by diego
-
Make the X11 frame grabber disabled by default. libavformatFri, 22 Dec 2006 04:38:24 +0000, by diego
-
Fix a crash when probing img2 format with a NULL filename. libavformatWed, 20 Dec 2006 23:33:50 +0000, by aurel
-
put_*() are not only useful to muxers and protocol libavformatSat, 16 Dec 2006 20:40:09 +0000, by aurel
-
Allow provision of displaynumber, screennumber, x-offset and y-offset parameters libavformatFri, 15 Dec 2006 13:19:03 +0000, by takis
-
dont segv is ap->device is not set, display error message libavformatWed, 13 Dec 2006 10:18:38 +0000, by bcoudurier
-
fix compilation, use the standard INT64_C macro libavformatWed, 13 Dec 2006 10:08:27 +0000, by bcoudurier
-
Feedback from Karl H. Beckers about mouse cursor libavformatWed, 13 Dec 2006 08:51:01 +0000, by gpoirier
-
RFC 5: Mouse cursor painting reduc and more cleanups libavformatWed, 13 Dec 2006 08:49:34 +0000, by gpoirier
-
RFC 3&4 stage: FFmpeg style aint't my style libavformatWed, 13 Dec 2006 08:48:56 +0000, by gpoirier
-
RFC 2 stage: First feedback from review comments libavformatWed, 13 Dec 2006 08:48:13 +0000, by gpoirier
-
RFC 1 stage: Improve maintainability of the cursoir painting code libavformatWed, 13 Dec 2006 08:47:14 +0000, by gpoirier
-
Adapt the patch to more recent FFmpeg habits libavformatWed, 13 Dec 2006 08:46:31 +0000, by gpoirier
-
Original X11 device demuxer patch from Clemens Fruhwirth libavformatWed, 13 Dec 2006 08:45:36 +0000, by gpoirier
-
revert broken commit of x11 device demuxer patch libavformatWed, 13 Dec 2006 00:06:33 +0000, by gpoirier
-
Feedback from Karl H. Beckers about mouse cursor libavformatTue, 12 Dec 2006 22:32:14 +0000, by gpoirier
-
RFC 5: Mouse cursor painting reduc and more cleanups libavformatTue, 12 Dec 2006 22:32:10 +0000, by gpoirier
-
RFC 3&4 stage: FFmpeg style aint't my style libavformatTue, 12 Dec 2006 22:32:08 +0000, by gpoirier
-
RFC 2 stage: First feedback from review comments libavformatTue, 12 Dec 2006 22:32:06 +0000, by gpoirier
-
RFC 1 stage: Improve maintainability of the cursoir painting code libavformatTue, 12 Dec 2006 22:32:04 +0000, by gpoirier
-
Adapt the patch to more recent FFmpeg habits libavformatTue, 12 Dec 2006 22:32:02 +0000, by gpoirier
-
Original X11 device demuxer patch from Clemens Fruhwirth libavformatTue, 12 Dec 2006 22:31:46 +0000, by gpoirier
-
check codec frame size directly and only for audio libavformatMon, 11 Dec 2006 13:30:37 +0000, by bcoudurier
-
move duration finding code into read_packet() so it can be skiped if duration has already been set libavformatSun, 10 Dec 2006 17:53:01 +0000, by michael
-
amf_get_string() by Allan Hsu allan aat counterpop doot net libavformatSun, 10 Dec 2006 17:31:17 +0000, by michael
-
get rid of AVFMTCTX_NOHEADER, create streams in read_header() libavformatSun, 10 Dec 2006 17:25:30 +0000, by michael
-
set flags correctly in write header instead of seeking back and fixing it in write_trailer() libavformatSun, 10 Dec 2006 17:12:45 +0000, by michael
-
use standard INT64_MAX instead of MAXINT64 (and MIN) libavformatThu, 07 Dec 2006 00:47:37 +0000, by mru
-
use the standard INT64_C() macro for 64-bit constants libavformatWed, 06 Dec 2006 23:46:11 +0000, by mru
-
cosmetics, remove braces, remove spaces just inside parens libavformatWed, 06 Dec 2006 17:17:33 +0000, by bcoudurier
-
do not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy Parkins, andrew parkins at 360visiontechnology com libavformatWed, 06 Dec 2006 15:46:12 +0000, by bcoudurier
-
Defines various common FLV format values between the FLV muxer and demuxer libavformatWed, 06 Dec 2006 00:23:04 +0000, by aurel
-
probe with some success image files not containing number pattern but having recognized image extension libavformatMon, 04 Dec 2006 11:42:48 +0000, by bcoudurier
-
Simplify the Sega FILM/CPK demuxer to not modify the bastardized Cinepak stream. libavformatSat, 02 Dec 2006 21:28:05 +0000, by melanson
-
Fix wrong flags for S16LE and S16BE audio in FLV files. libavformatFri, 01 Dec 2006 10:26:54 +0000, by diego
-
Fix compile with --disable-muxers, patch by Lo¸«Įc Le Loarer, lll+ffmpeg m4x org. libavformatThu, 30 Nov 2006 01:00:12 +0000, by diego
-
matroska: scale timecode according to time_scale libavformatTue, 28 Nov 2006 23:41:53 +0000, by aurel
-
move source_package declaration in the loop and reset it each iteration libavformatTue, 28 Nov 2006 17:17:36 +0000, by bcoudurier
-
cleanup the #ifdef mess in muxer/demuxer registration libavformatMon, 27 Nov 2006 12:55:24 +0000, by aurel
-
No need for special trick anymore for flac in matroska. libavformatThu, 23 Nov 2006 22:26:05 +0000, by aurel
-
move common voc muxer and demuxer data to voc.c libavformatTue, 21 Nov 2006 13:18:21 +0000, by aurel
-
matroska: split real video frames so that each packet contains only one slice libavformatMon, 20 Nov 2006 00:31:59 +0000, by aurel
-
matroska: properly handle real video extradata libavformatMon, 20 Nov 2006 00:15:52 +0000, by aurel
-
Divide first audio buffer chunk into atomary bufffers. libavformatSun, 19 Nov 2006 05:30:43 +0000, by kostya
-
Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI files libavformatSat, 18 Nov 2006 17:37:56 +0000, by diego
-
update to libnut, use framecode table generator libavformatFri, 17 Nov 2006 16:53:42 +0000, by ods15
-
update to libnut API, changes to frame_table_input libavformatFri, 17 Nov 2006 14:43:14 +0000, by ods15
-
fix support for avis with sample_size > packet size libavformatThu, 16 Nov 2006 23:36:54 +0000, by michael
-
parse video frame headers to get key flag libavformatThu, 16 Nov 2006 15:49:54 +0000, by bcoudurier
-
10l forgot (skip non keyframes after seeking between syncpoint and the first keyframe) libavformatThu, 16 Nov 2006 12:27:43 +0000, by michael
-
print error when unsupported sample rate is used with swf libavformatThu, 16 Nov 2006 11:19:03 +0000, by bcoudurier
-
skip non keyframes after seeking between syncpoint and the first keyframe libavformatThu, 16 Nov 2006 10:20:29 +0000, by michael
-
remove duplicate code, patch by Ryan Martell rdm4 A martellventures P com libavformatThu, 16 Nov 2006 08:48:05 +0000, by gpoirier
-
MinGW compilation fix, inet_aton and #includes depend on networking support. libavformatWed, 15 Nov 2006 01:11:33 +0000, by diego
-
check for frames with 2*size > max_dist and no crc libavformatTue, 14 Nov 2006 22:24:10 +0000, by michael