Mercurial > libavformat.hg
graph
-
split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibly dirty hack libavformat2007-06-02, by michael
-
Don't forget about audio remaining in buffer, in case there is enough libavformat2007-05-16, by corey
-
fix ctts index computation when seeking, check must be done against next ctts sample, thanks to Uoti libavformat2007-05-12, by bcoudurier
-
Allow avoid setting the video standard and input when capturing v4l2 video. libavformat2007-05-10, by lucabe
-
fix display of theora videos with visible size smaller than encoded size libavformat2007-05-07, by aurel
-
improve mpeg4-es detection by rejecting streams with reserved startcodes (fixes 11-i_need_your_love-daw.mp3 detected as mpeg4) libavformat2007-05-07, by michael
-
fix AVStream documentation: clarify start_time, start_time and duration are actually in stream base libavformat2007-04-28, 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 libavformat2007-04-27, by bcoudurier
-
Make protocols configure selectable and also cleanup the CONFIG_NETWORK libavformat2007-04-26, by alex
-
cosmectics, use consistant and homogeneous type names for atoms libavformat2007-04-26, by bcoudurier
-
add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.mov libavformat2007-04-25, by bcoudurier
-
Change from using a seek table internal to the TTA demuxer to using the standard lavf index. libavformat2007-04-22, by conrad
-
Move AC3 header parsing code together with the rest of the AC3 parsing code. libavformat2007-04-15, by diego
-
Make some functions which aren't used outside their declaring source file libavformat2007-04-08, by diego
-
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks libavformat2007-04-08, by michael
-
remove inappropriate debuging av_log() alternatively they could be changed to dprintf() libavformat2007-04-07, by michael
-
changes some function declarations from () to (void) as per ansi c. libavformat2007-04-04, by gpoirier
-
There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaring libavformat2007-04-03, by diego
-
CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals. libavformat2007-04-03, by diego
-
support for the THP game format by Marco Gerards, mgerards xs4all nl libavformat2007-04-01, by diego
-
10^10l to the idiot who designed this format and didnt even realize what number he used libavformat2007-03-30, by michael
-
break if atom size is more than size left in container atom, fix shooter.mov libavformat2007-03-29, by bcoudurier
-
Change the vhook code to send real timestamps to the filters instead of the libavformat2007-03-29, by diego
-
revert r8538 (set bit rate for asf format) until regression tests issue is stated libavformat2007-03-28, by bcoudurier
-
set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail com libavformat2007-03-28, by bcoudurier
-
require at least a score of AVPROBE_SCORE_MAX/4 or reaching of PROBE_BUF_MAX libavformat2007-03-27, by michael
-
activate parser on MP3 id, fix [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362C].mp4 libavformat2007-03-25, by bcoudurier
-
dont fail immediately when a somehow broken track is detected, some tracks might be good, fix mi2_vorbis51.mp4 libavformat2007-03-25, by bcoudurier
-
The NSV demuxer assumes that a video frame's timestamp increases by one on each libavformat2007-03-21, by diego
-
av_estimate_timings_from_pts() flushes the packet queue but doesn't libavformat2007-03-21, by diego
-
cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frame libavformat2007-03-21, by bcoudurier
-
remove special case for h.264 whatever this was supposed to do its not correct libavformat2007-03-16, by michael
-
Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() libavformat2007-03-12, by takis
-
check if current block contains a B frame and gives this info to parse_block() libavformat2007-03-11, by aurel
-
fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good idea libavformat2007-03-11, by michael
-
remove usage of deprecated functions in libnut.c (codec_get_id/tag) libavformat2007-03-10, by ods15
-
prevent audio packets from being fragmented, wmp mac doesnt seem to like that and microshitty also doesnt seem to ever fragment them libavformat2007-03-05, by michael
-
Convert all the comment sections into Doxygen compatible comments, same for libavformat2007-03-05, by takis
-
Move avio.h's url_get_max_packet_size() comment from source to header file. libavformat2007-03-05, by takis
-
Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h, libavformat2007-03-05, by takis
-
Convert macro+enum into a simple enum: Currently the enum was filled using a libavformat2007-03-05, by takis
-
Doxygenize the unaltered comments for the rtp_payload_data_s struct. libavformat2007-03-05, by takis
-
Doxygenize the existing comments without altering the actual contents of the libavformat2007-03-05, by takis
-
create codec_comment_header which looks more like what M$ creates, sane or not ... libavformat2007-03-05, 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 libavformat2007-03-05, by michael
-
all asf files i have have this field at 2 so lets try to change it to that ... libavformat2007-03-05, by michael
-
all the time related fields seem to be 64bit so i guess preroll is too (this is just a cosmetic anyway ...) libavformat2007-03-05, by michael
-
Doxygenize the existing comments in avformat.h. The contents of the comments libavformat2007-03-05, by takis
-
Move rtp_check_and_send_back_rr()'s unaltered comments to the header file. libavformat2007-03-04, by takis
-
Move rtp_get_payload_type()'s unaltered comments to the header file. libavformat2007-03-04, by takis
-
make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as 303). libavformat2007-03-04, by gpoirier
-
try to move fixed mov.c over the one with cosmetic-functional mix libavformat2007-03-03, by michael
-
recommit of the change below after reverting earlier cosmetic-functional mix libavformat2007-03-03, by michael
-
Move the libavformat public API comments to avformat.h. The comments are libavformat2007-03-03, by takis
-
don't rely on a specific appearance order for ebml elements at the same level libavformat2007-03-02, by aurel
-
cosmetics: fix indentation of the new matroska_parse_block() function libavformat2007-03-01, by aurel
-
split a matroska_parse_block() function from matroska_parse_blockgroup() libavformat2007-03-01, by aurel
-
don't parse whole swf file in header, can now play ffserver swf streams libavformat2007-03-01, by bcoudurier
-
remove nonsense time base code, use swf ms per frame, only video frames contains pts libavformat2007-03-01, by bcoudurier
-
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch libavformat2007-02-28, by lu_zero
-
get_packetheader() forgot to read the header_checksum in big packets libavformat2007-02-28, by lu_zero
-
Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com. libavformat2007-02-22, by diego
-
Add the stream_bitrate GUID to the asf parsing code, and set stream bitrate libavformat2007-02-20, by takis
-
Make sure we don't try to emulate poll() when it's there if --disable-ffserver... 10l libavformat2007-02-15, by mmu_man
-
MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placeholder for winsock. libavformat2007-02-15, by mmu_man
-
rename video4linux[2] variables to v4l[2], consistent with --disable options libavformat2007-02-14, by mru
-
Pass the v4l2 buffer into the AVPacket, instead of allocating a new buffer libavformat2007-02-14, by lucabe
-
This fixes error handling for BeOS, removing the need for some ifdefs. libavformat2007-02-13, by mmu_man
-
support yet another broken avi (filedoesitbetter.avi) which has a wrong stream count libavformat2007-02-13, by michael
-
always use audio spread (instead of "video no spread" for audio ...) libavformat2007-02-12, by michael
-
add key field to AVFormatContext for de/encryption support, patch by Reimar libavformat2007-02-11, by bcoudurier
-
Remove commented-out NUT muxer entry, can be added once we have a native muxer. libavformat2007-02-09, by diego
-
remove senseless and wrong direct access to ByteIOContext internals libavformat2007-02-07, by michael
-
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>) libavformat2007-02-06, by michael
-
dynamic index building so forward and backward seeking in avi without an index is possible libavformat2007-02-05, by michael
-
Make x11grab output its warning that it couldn't find the mouse pointer only libavformat2007-02-02, by takis
-
protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else the libavformat2007-01-30, by gpoirier
-
proper error handling in file size retrieval, patch by Ronald S. Bultje rbultje at ronald bitfreak net libavformat2007-01-28, by bcoudurier
-
mpegts-documentation-only.patch -- adds documentation patch by Daniel Kristjansson / danielk mrl.nyu edu libavformat2007-01-23, by michael
-
"converts printf's to avlog's" patch by Daniel Kristjansson / danielk mrl.nyu edu libavformat2007-01-23, by michael
-
"removes definition for old crc func" patch by Daniel Kristjansson / danielk mrl.nyu edu libavformat2007-01-23, by michael
-
flv follows in movs footsteps and has random trash in the width/height fields libavformat2007-01-23, by michael
-
replace nonsense code by something which makes at least some sense libavformat2007-01-22, by michael
-
adding a few checks to the audio packet descrambling, this should hopefully catch all related out of array accesses libavformat2007-01-22, by michael
-
these variables seem to be unused on the demuxer side so theres no sense in setting them libavformat2007-01-22, by michael
-
the context is supposed to be freed in the generic code in utils.c libavformat2007-01-21, by michael
-
set codec_tag from codec_id if its not set and can be set based on the AVCodecTag tables libavformat2007-01-21, 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 libavformat2007-01-21, by michael
-
Demuxers with AVFMT_NOFILE will open a (possibly different) file themselves, libavformat2007-01-19, by reimar
-
The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed check for net_server to IP_MULTICAST_TTL. libavformat2007-01-18, by mmu_man
-
check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz test libavformat2007-01-15, by mru
-
remove useless preface parsing for now, will reintroduce it if needed libavformat2007-01-14, by bcoudurier
-
makes the filename member of the URLContext a pointer, so that the libavformat2007-01-14, by gpoirier
-
AnyType is needed, descriptor_ref can reference Descriptor or MultipleDescriptor libavformat2007-01-14, by bcoudurier
-
Use macros to eliminate code duplication in MXF metadata read functions. libavformat2007-01-13, by reimar
-
Extend mxf_resolve_strong_ref by a type parameter, to avoid modify something libavformat2007-01-13, by reimar
-
Fix error message, it's package ref that can not be found, not track in this case libavformat2007-01-13, by reimar
-
* Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>) libavformat2007-01-11, by romansh
-
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin libavformat2007-01-06, by diego
-
seekless filesize retrieving support in 7 lines of code, also doesnt break compatibility libavformat2007-01-01, by michael
-
ignore duration of the first 2 frames in the max-time break check libavformat2006-12-29, by michael
-
fall back mmap() call using MAP_PRIVATE for working on no-mmu systems libavformat2006-12-28, by aurel