2008-06-19 |
Luca Abeni | Fix neverending loop which might happen when sending... |
tree | commitdiff |
2008-06-18 |
Florian Echtler | Parse 'dats' as data. |
tree | commitdiff |
2008-06-18 |
Art Clarke | free private streamcontext when closing demuxer, fix... |
tree | commitdiff |
2008-06-16 |
Aurelien Jacobs | matroskadec: remove some useless code |
tree | commitdiff |
2008-06-15 |
Baptiste Coudurier | set correct ftyp minor version for 3gp/2 |
tree | commitdiff |
2008-06-14 |
Baptiste Coudurier | invert mode_mov condition |
tree | commitdiff |
2008-06-14 |
Baptiste Coudurier | simplify |
tree | commitdiff |
2008-06-14 |
Baptiste Coudurier | change 3gp/3g2 brands if h264 is present |
tree | commitdiff |
2008-06-14 |
Baptiste Coudurier | simplify ipod brand selection |
tree | commitdiff |
2008-06-14 |
Baptiste Coudurier | fix warning, write_ftyp return int now |
tree | commitdiff |
2008-06-14 |
Baptiste Coudurier | put avc1 brand in compat list when h264 is present |
tree | commitdiff |
2008-06-13 |
Michael Niedermayer | I think we are also compliant to iso2. |
tree | commitdiff |
2008-06-13 |
Michael Niedermayer | Add isom to the compatible brands. |
tree | commitdiff |
2008-06-13 |
Michael Niedermayer | Calculate ftyp size instead of hardcoding it. |
tree | commitdiff |
2008-06-12 |
Michael Niedermayer | simplify MODE_3G2 |
tree | commitdiff |
2008-06-12 |
Michael Niedermayer | Change MODE_* to 1<<c so several can be set at the... |
tree | commitdiff |
2008-06-12 |
Baptiste Coudurier | cosmetics, reindent |
tree | commitdiff |
2008-06-12 |
Baptiste Coudurier | don't write double sets of metadata in mov, only write... |
tree | commitdiff |
2008-06-11 |
Joakim Plate | matroskadec: set cur_dts after seek |
tree | commitdiff |
2008-06-11 |
Baptiste Coudurier | indent |
tree | commitdiff |
2008-06-11 |
Baptiste Coudurier | support for 3gp metadata |
tree | commitdiff |
2008-06-11 |
Baptiste Coudurier | move utf8 code before udta func, will be used by 3gp... |
tree | commitdiff |
2008-06-11 |
Baptiste Coudurier | write usual brand for ipod format |
tree | commitdiff |
2008-06-11 |
Baptiste Coudurier | simplify |
tree | commitdiff |
2008-06-11 |
Baptiste Coudurier | factorize psp metadata |
tree | commitdiff |
2008-06-11 |
Baptiste Coudurier | cosmetics |
tree | commitdiff |
2008-06-11 |
Baptiste Coudurier | cosmetics |
tree | commitdiff |
2008-06-11 |
Baptiste Coudurier | support alac in ipod m4a format, tested on quicktime |
tree | commitdiff |
2008-06-09 |
Baptiste Coudurier | m4v/m4a are usual itunes/ipod/iphone extensions |
tree | commitdiff |
2008-06-09 |
Baptiste Coudurier | indent |
tree | commitdiff |
2008-06-09 |
Baptiste Coudurier | rework udta handling, if any track set bitexact, don... |
tree | commitdiff |
2008-06-09 |
Baptiste Coudurier | 10l, add parentheses |
tree | commitdiff |
2008-06-09 |
Baptiste Coudurier | indent |
tree | commitdiff |
2008-06-09 |
Baptiste Coudurier | remove obsolete requirements, quicktime 6 is from 2002... |
tree | commitdiff |
2008-06-09 |
Baptiste Coudurier | cosmetics |
tree | commitdiff |
2008-06-09 |
Michael Niedermayer | Make timestamp debugging work nicer. |
tree | commitdiff |
2008-06-09 |
Albert Astals Cid | Fix compilation with -DDEBUG, patch by Albert Astals... |
tree | commitdiff |
2008-06-09 |
Baptiste Coudurier | remove now unneeded vars |
tree | commitdiff |
2008-06-09 |
Baptiste Coudurier | pass dts and pts through ffm, should fix streaming... |
tree | commitdiff |
2008-06-09 |
Baptiste Coudurier | pass extradata through ffm |
tree | commitdiff |
2008-06-09 |
Baptiste Coudurier | remove ugly ffm_nopts hack, use AVFormatContext->timestamp |
tree | commitdiff |
2008-06-08 |
Benjamin Larsson | Oma demuxer |
tree | commitdiff |
2008-06-07 |
Baptiste Coudurier | fix pts handling in ffm |
tree | commitdiff |
2008-06-07 |
Baptiste Coudurier | Reset reading state after successful seek. |
tree | commitdiff |
2008-06-06 |
Ramiro Polla | Remove wrappers of pcm_read_seek(). |
tree | commitdiff |
2008-06-06 |
Ramiro Polla | Remove wrappers of pcm_read_seek(). |
tree | commitdiff |
2008-06-06 |
Baptiste Coudurier | cosmetics, rename first to header, more explicit name |
tree | commitdiff |
2008-06-06 |
Baptiste Coudurier | cosmetics, rename first to header, more explicit name |
tree | commitdiff |
2008-06-06 |
Diego Biurrun | Remove Fabrice's copyright from the Makefiles. They... |
tree | commitdiff |
2008-06-06 |
Ramiro Polla | Remove useless img_read_close(). |
tree | commitdiff |
2008-06-06 |
Ramiro Polla | Remove unneeded NULL at end of struct. |
tree | commitdiff |
2008-06-06 |
Ramiro Polla | Merge declaration and initialization. |
tree | commitdiff |
2008-06-05 |
Stefano Sabatini | cosmetics: s/Id/id/ in libavformat where Id refers... |
tree | commitdiff |
2008-06-04 |
Aurelien Jacobs | matroskadec: remove some useless code |
tree | commitdiff |
2008-06-04 |
Aurelien Jacobs | cosmetics: indentation |
tree | commitdiff |
2008-06-04 |
Aurelien Jacobs | matroskadec: don't remove dummy level when none was... |
tree | commitdiff |
2008-06-03 |
Stefano Sabatini | Make long_names in lavf/lavdev optional depending on... |
tree | commitdiff |
2008-06-03 |
Aurelien Jacobs | Ensure the first audio stream is selected as the defaul... |
tree | commitdiff |
2008-06-03 |
Aurelien Jacobs | adjust comment to reality |
tree | commitdiff |
2008-06-03 |
Aurelien Jacobs | matroskadec: sane default value for track->time_scale |
tree | commitdiff |
2008-06-03 |
Baptiste Coudurier | add pretty common .m2t as ts extension |
tree | commitdiff |
2008-06-03 |
Baptiste Coudurier | fix continuity counter to start at 0 |
tree | commitdiff |
2008-06-03 |
Michael Niedermayer | Make update_initial_durations() also work if a dts... |
tree | commitdiff |
2008-06-03 |
Michael Niedermayer | Do not set pts in update_initial_durations() if stream... |
tree | commitdiff |
2008-06-02 |
Aurelien Jacobs | matroskadec: fix potential mem leak |
tree | commitdiff |
2008-06-02 |
Aurelien Jacobs | matroskadec: avoid potential mem leak |
tree | commitdiff |
2008-06-02 |
Aurelien Jacobs | reorganize matroska_add_stream() to fix potential mem... |
tree | commitdiff |
2008-06-02 |
Aurelien Jacobs | matroskadec: move ARRAY_SIZE() macro at top of the... |
tree | commitdiff |
2008-06-02 |
Andreas Öman | Audio channels and sample rate must be set in order... |
tree | commitdiff |
2008-06-02 |
Baptiste Coudurier | rename last_frame_offset to next_frame_offset, due... |
tree | commitdiff |
2008-06-01 |
Panagiotis Issaris | Check whether the memory allocation for extradata succe... |
tree | commitdiff |
2008-06-01 |
Aurelien Jacobs | matroskadec: use the proper timestamp scaling for index... |
tree | commitdiff |
2008-06-01 |
Anton Khirnov | matroskadec: read TrackTimecodeScale and set timebase... |
tree | commitdiff |
2008-06-01 |
Anton Khirnov | matroskadec: silently discard some element ID that... |
tree | commitdiff |
2008-05-31 |
Peter Ross | flvenc.o depends on avc.o (for H.264 support functions). |
tree | commitdiff |
2008-05-30 |
Ramiro Polla | raw mlp demuxer |
tree | commitdiff |
2008-05-30 |
Quoc Cuong Pham | Detect "tif" suffix as TIFF. |
tree | commitdiff |
2008-05-29 |
Reimar Döffinger | Check av_new_stream return value, fixes CID75 RUN2 |
tree | commitdiff |
2008-05-29 |
Michael Niedermayer | ENOMEM is better, yes ... |
tree | commitdiff |
2008-05-29 |
Reimar Döffinger | Check av_new_stream return value, fixes CID79 RUN2 |
tree | commitdiff |
2008-05-29 |
Reimar Döffinger | Check for av_new_stream failure, fixes CID76 RUN2 |
tree | commitdiff |
2008-05-29 |
Erik Hovland | Remove unnecessary header #includes. |
tree | commitdiff |
2008-05-29 |
Joakim Plate | Check return of url_fseek in mpeg timestamp reading... |
tree | commitdiff |
2008-05-29 |
Baptiste Coudurier | warn if pts is not set, prevent writing negative/weird... |
tree | commitdiff |
2008-05-29 |
Baptiste Coudurier | reindent |
tree | commitdiff |
2008-05-29 |
Baptiste Coudurier | this should be valid for audio too |
tree | commitdiff |
2008-05-29 |
Baptiste Coudurier | check if extradata comes from mp4 and assume bitsteam... |
tree | commitdiff |
2008-05-28 |
Michael Niedermayer | memleak / CID124 RUN2 |
tree | commitdiff |
2008-05-28 |
Baptiste Coudurier | use av_fifo_generic_write, old func is deprecated |
tree | commitdiff |
2008-05-28 |
Michael Niedermayer | Dead code removal, fixes CID59 RUN2. |
tree | commitdiff |
2008-05-28 |
Michael Niedermayer | Removing dead code, fixes CID4 RUN2. |
tree | commitdiff |
2008-05-28 |
Michael Niedermayer | remove != 0 |
tree | commitdiff |
2008-05-28 |
Michael Niedermayer | Do a little more checking. |
tree | commitdiff |
2008-05-28 |
Michael Niedermayer | Do not read from after the table, fixes CID108 RUN2. |
tree | commitdiff |
2008-05-28 |
Michael Niedermayer | Null pointer check / CID26. |
tree | commitdiff |
2008-05-28 |
Michael Niedermayer | useless |
tree | commitdiff |
2008-05-28 |
Michael Niedermayer | Fixes NULL pointer dereference CID66 |
tree | commitdiff |
2008-05-28 |
Michael Niedermayer | Tell the user if a AVI is non interleaved. |
tree | commitdiff |
2008-05-27 |
Baptiste Coudurier | use internal video frame number |
tree | commitdiff |
2008-05-27 |
Baptiste Coudurier | cosmetics |
tree | commitdiff |
next |