2008-05-26 |
Baptiste Coudurier | cosmetics, remove useless dot
|
commit | commitdiff | tree |
2008-05-26 |
Baptiste Coudurier | return error if frame_offset is negative, prevent segfault
|
commit | commitdiff | tree |
2008-05-26 |
Baptiste Coudurier | return error if len is negative, prevent segfault
|
commit | commitdiff | tree |
2008-05-26 |
Baptiste Coudurier | move ffserver specific functions up and only include...
|
commit | commitdiff | tree |
2008-05-26 |
Baptiste Coudurier | move ffm_seek1 before get_pts function since func uses it
|
commit | commitdiff | tree |
2008-05-26 |
Baptiste Coudurier | move DEBUG_SEEK definition before get_pts since func...
|
commit | commitdiff | tree |
2008-05-26 |
Baptiste Coudurier | move get_pts function to avoid useless declaration
|
commit | commitdiff | tree |
2008-05-26 |
Baptiste Coudurier | remove unneeded include
|
commit | commitdiff | tree |
2008-05-26 |
Baptiste Coudurier | split ffm de/muxer
|
commit | commitdiff | tree |
2008-05-26 |
Baptiste Coudurier | reenable test, data is available in this case
|
commit | commitdiff | tree |
2008-05-25 |
Baptiste Coudurier | set correct duration when using b frames
|
commit | commitdiff | tree |
2008-05-25 |
Baptiste Coudurier | use short option
|
commit | commitdiff | tree |
2008-05-25 |
Baptiste Coudurier | better error message
|
commit | commitdiff | tree |
2008-05-24 |
Baptiste Coudurier | do not loop input, useless
|
commit | commitdiff | tree |
2008-05-24 |
Baptiste Coudurier | fix feed path according to regression script
|
commit | commitdiff | tree |
2008-05-24 |
Baptiste Coudurier | simplify, use ffserver launch directive
|
commit | commitdiff | tree |
2008-05-24 |
Baptiste Coudurier | better error message
|
commit | commitdiff | tree |
2008-05-24 |
Baptiste Coudurier | latest libavc svn requires at least this value for...
|
commit | commitdiff | tree |
2008-05-24 |
Baptiste Coudurier | simplify, remove useless vars
|
commit | commitdiff | tree |
2008-05-23 |
Baptiste Coudurier | add new h264 and aac flv ids
|
commit | commitdiff | tree |
2008-05-23 |
Baptiste Coudurier | in flv this field is dts finally
|
commit | commitdiff | tree |
2008-05-23 |
Baptiste Coudurier | flv use 32 bit pts
|
commit | commitdiff | tree |
2008-05-21 |
Baptiste Coudurier | remove useless var
|
commit | commitdiff | tree |
2008-05-21 |
Baptiste Coudurier | 10l, fix compilation
|
commit | commitdiff | tree |
2008-05-21 |
Baptiste Coudurier | use duration from pkt
|
commit | commitdiff | tree |
2008-05-21 |
Baptiste Coudurier | simplify
|
commit | commitdiff | tree |
2008-05-21 |
Baptiste Coudurier | simplify
|
commit | commitdiff | tree |
2008-05-21 |
Baptiste Coudurier | no need to sleep to hide crashes
|
commit | commitdiff | tree |
2008-05-21 |
Baptiste Coudurier | check pkt stream index before returning packet, prevent...
|
commit | commitdiff | tree |
2008-05-21 |
Baptiste Coudurier | open logfile in append mode, don't overwrite it
|
commit | commitdiff | tree |
2008-05-21 |
Baptiste Coudurier | do not forget to free packet, fix memleak
|
commit | commitdiff | tree |
2008-05-20 |
Baptiste Coudurier | remove useless/obsolete comments
|
commit | commitdiff | tree |
2008-05-20 |
Baptiste Coudurier | remove useless close function
|
commit | commitdiff | tree |
2008-05-20 |
Baptiste Coudurier | split swf de/muxer
|
commit | commitdiff | tree |
2008-05-20 |
Baptiste Coudurier | only print debug info when sample is actually added
|
commit | commitdiff | tree |
2008-05-20 |
Baptiste Coudurier | warn about multiple fourcc
|
commit | commitdiff | tree |
2008-05-20 |
Baptiste Coudurier | demux all stsd ids if codec is the same, fix premature_mov_e...
|
commit | commitdiff | tree |
2008-05-15 |
Baptiste Coudurier | try to demux even if codec is not recognized, should...
|
commit | commitdiff | tree |
2008-05-15 |
Baptiste Coudurier | do not fail if correct is not recognized
|
commit | commitdiff | tree |
2008-05-15 |
Baptiste Coudurier | cosmetics, remove space before opening parenthesis
|
commit | commitdiff | tree |
2008-05-06 |
Baptiste Coudurier | export dnxhd encoded picture quality
|
commit | commitdiff | tree |
2008-04-28 |
Baptiste Coudurier | set demuxers .value and use common audio_read_header...
|
commit | commitdiff | tree |
2008-04-26 |
Baptiste Coudurier | break if error in header so it can output already decoded...
|
commit | commitdiff | tree |
2008-04-26 |
Baptiste Coudurier | merge init with declaration
|
commit | commitdiff | tree |
2008-04-26 |
Baptiste Coudurier | cosmetics: merge decls
|
commit | commitdiff | tree |
2008-04-26 |
Baptiste Coudurier | simplify: merge loops
|
commit | commitdiff | tree |
2008-04-26 |
Baptiste Coudurier | simplify
|
commit | commitdiff | tree |
2008-04-26 |
Baptiste Coudurier | simplify: remove useless fields and vars
|
commit | commitdiff | tree |
2008-04-26 |
Baptiste Coudurier | move MP3On4DecodeContext def near the code and under...
|
commit | commitdiff | tree |
2008-04-26 |
Baptiste Coudurier | correctly patch syncword for samples rates < 16000...
|
commit | commitdiff | tree |
2008-04-26 |
Baptiste Coudurier | fix 1 frame config decoding
|
commit | commitdiff | tree |
2008-04-26 |
Baptiste Coudurier | remove old draft last case not present anymore in iso...
|
commit | commitdiff | tree |
2008-04-26 |
Baptiste Coudurier | mp3on4 decoder now depends on mpeg4audio code
|
commit | commitdiff | tree |
2008-04-26 |
Baptiste Coudurier | use mpeg4audio common code
|
commit | commitdiff | tree |
2008-04-26 |
Baptiste Coudurier | simplify
|
commit | commitdiff | tree |
2008-04-26 |
Baptiste Coudurier | correctly compute out_size and samples number
|
commit | commitdiff | tree |
2008-04-26 |
Baptiste Coudurier | fsize is 12 bits according to specs
|
commit | commitdiff | tree |
2008-04-26 |
Baptiste Coudurier | simplify using FFMIN3
|
commit | commitdiff | tree |
2008-04-26 |
Baptiste Coudurier | add FFMIN3
|
commit | commitdiff | tree |
2008-04-26 |
Baptiste Coudurier | return error if buf_size is too small
|
commit | commitdiff | tree |
2008-04-26 |
Baptiste Coudurier | values can fit uint8_t
|
commit | commitdiff | tree |
2008-04-26 |
Baptiste Coudurier | add const
|
commit | commitdiff | tree |
2008-04-25 |
Baptiste Coudurier | 10l, alphabetical order
|
commit | commitdiff | tree |
2008-04-25 |
Baptiste Coudurier | yes it is true for mp4
|
commit | commitdiff | tree |
2008-04-25 |
Baptiste Coudurier | remove unneeded variable
|
commit | commitdiff | tree |
2008-04-25 |
Baptiste Coudurier | move vars decls where vars are used
|
commit | commitdiff | tree |
2008-04-25 |
Baptiste Coudurier | identation
|
commit | commitdiff | tree |
2008-04-25 |
Baptiste Coudurier | remove no more needed field
|
commit | commitdiff | tree |
2008-04-25 |
Baptiste Coudurier | remove unused var
|
commit | commitdiff | tree |
2008-04-25 |
Baptiste Coudurier | remove ima qt decoding hack, decode whole frame at...
|
commit | commitdiff | tree |
2008-04-25 |
Baptiste Coudurier | fix adpcm ima qt decoding, channel at init is 0, correct...
|
commit | commitdiff | tree |
2008-04-25 |
Baptiste Coudurier | set channels and sample rate from mpeg4audio config
|
commit | commitdiff | tree |
2008-04-25 |
Baptiste Coudurier | mov demuxer depends on mpeg4audio code now
|
commit | commitdiff | tree |
2008-04-25 |
Baptiste Coudurier | cosmetics
|
commit | commitdiff | tree |
2008-04-25 |
Baptiste Coudurier | parse mpeg4audio config to correctly detect mp3on4...
|
commit | commitdiff | tree |
2008-04-25 |
Baptiste Coudurier | update doc
|
commit | commitdiff | tree |
2008-04-25 |
Baptiste Coudurier | error is -1
|
commit | commitdiff | tree |
2008-04-25 |
Baptiste Coudurier | cosmetics
|
commit | commitdiff | tree |
2008-04-25 |
Baptiste Coudurier | move vars decls where vars are used
|
commit | commitdiff | tree |
2008-04-25 |
Baptiste Coudurier | parser should not be needed anymore, merge cases and...
|
commit | commitdiff | tree |
2008-04-25 |
Baptiste Coudurier | lower frame size to split amr/qcelp/gsm frames
|
commit | commitdiff | tree |
2008-04-25 |
Baptiste Coudurier | align and remove useless braces
|
commit | commitdiff | tree |
2008-04-25 |
Baptiste Coudurier | cosmetics, remove whitespaces in tags
|
commit | commitdiff | tree |
2008-04-25 |
Baptiste Coudurier | set gsm default frame size and bytes per frame, needed...
|
commit | commitdiff | tree |
2008-04-25 |
Baptiste Coudurier | pts are unsigned according to specs, fix negative pts...
|
commit | commitdiff | tree |
2008-04-25 |
Baptiste Coudurier | set wrap bits to 32bit to actually use it
|
commit | commitdiff | tree |
2008-04-24 |
Baptiste Coudurier | cosmetics: remove useless whitespaces and put braces...
|
commit | commitdiff | tree |
2008-04-24 |
Baptiste Coudurier | demux qcelp, so this can work with soc decoder and...
|
commit | commitdiff | tree |
2008-04-24 |
Baptiste Coudurier | qcelp fourcc
|
commit | commitdiff | tree |
2008-04-24 |
Baptiste Coudurier | support for alac in .mov
|
commit | commitdiff | tree |
2008-04-24 |
Baptiste Coudurier | set alac frame size from extradata
|
commit | commitdiff | tree |
2008-04-05 |
Baptiste Coudurier | remove cast
|
commit | commitdiff | tree |
2008-04-05 |
Baptiste Coudurier | better error message
|
commit | commitdiff | tree |
2008-04-04 |
Baptiste Coudurier | special mpeg2 handling is no more needed
|
commit | commitdiff | tree |
2008-04-01 |
Baptiste Coudurier | use mpeg4audio common code in aac parser
|
commit | commitdiff | tree |
2008-04-01 |
Baptiste Coudurier | update ogg seek reg tests because of r12630
|
commit | commitdiff | tree |
2008-04-01 |
Baptiste Coudurier | mpeg4audio common code
|
commit | commitdiff | tree |
2008-03-30 |
Baptiste Coudurier | homogenous regression tests output for image formats
|
commit | commitdiff | tree |
2008-03-30 |
Baptiste Coudurier | missed one
|
commit | commitdiff | tree |
2008-03-30 |
Baptiste Coudurier | cosmetics, remove leading whitespaces
|
commit | commitdiff | tree |
next |