2009-05-30 |
Baptiste Coudurier | return AVERROR_EOF
|
commit | commitdiff | tree |
2009-05-30 |
Baptiste Coudurier | cast size to int64_t to avoid overflow
|
commit | commitdiff | tree |
2009-05-30 |
Baptiste Coudurier | The GIF decoder uses get_buffer, so set DR1.
|
commit | commitdiff | tree |
2009-05-30 |
Baptiste Coudurier | remove commented code using real_pict_num
|
commit | commitdiff | tree |
2009-05-30 |
Baptiste Coudurier | remove unused hack which set AVCodecContext frame_number...
|
commit | commitdiff | tree |
2009-05-30 |
Baptiste Coudurier | set pict_type in VC-1 parser, fix some timestamps problems
|
commit | commitdiff | tree |
2009-05-27 |
Baptiste Coudurier | msrle uncompressed decoding, fix #1074 and many other...
|
commit | commitdiff | tree |
2009-05-27 |
Baptiste Coudurier | remove apparently unused real_pict_num from AVCodecContext
|
commit | commitdiff | tree |
2009-05-27 |
Baptiste Coudurier | Rename alloc_picture to ff_alloc_picture and move its...
|
commit | commitdiff | tree |
2009-05-27 |
Baptiste Coudurier | technically mp2 in pva needs AVSTREAM_PARSE_FULL
|
commit | commitdiff | tree |
2009-05-27 |
Baptiste Coudurier | do not print false error if eof follows eol
|
commit | commitdiff | tree |
2009-05-27 |
Baptiste Coudurier | support AVDISCARD_ALL in mpegts demuxer
|
commit | commitdiff | tree |
2009-05-27 |
Baptiste Coudurier | return error in mpegts_push_data and propagate it
|
commit | commitdiff | tree |
2009-05-27 |
Baptiste Coudurier | 10l, forgot ';', fix compilation
|
commit | commitdiff | tree |
2009-05-27 |
Baptiste Coudurier | check that len is not negative
|
commit | commitdiff | tree |
2009-05-27 |
Baptiste Coudurier | demux whole PES packets from TS
|
commit | commitdiff | tree |
2009-05-26 |
Baptiste Coudurier | do not reference remainder packets in the parser, fix...
|
commit | commitdiff | tree |
2009-05-26 |
Baptiste Coudurier | move DEBUG define before include to get dprintf
|
commit | commitdiff | tree |
2009-05-25 |
Baptiste Coudurier | honor restart interval in mjpeg, fix #861, SpectralFan...
|
commit | commitdiff | tree |
2009-05-24 |
Baptiste Coudurier | move DEBUG define before include to get dprintf and...
|
commit | commitdiff | tree |
2009-05-24 |
Baptiste Coudurier | fix get_str16_nolen with odd len, fix #1065
|
commit | commitdiff | tree |
2009-05-24 |
Baptiste Coudurier | move DEBUG define before include to get dprintf and...
|
commit | commitdiff | tree |
2009-05-23 |
Baptiste Coudurier | Fix regression tests, diff was due to a patch to mpeg...
|
commit | commitdiff | tree |
2009-05-23 |
Baptiste Coudurier | simplify pes timestamps fetching, based on a patch...
|
commit | commitdiff | tree |
2009-05-23 |
Baptiste Coudurier | fix qtrle encoding when previous frame linesize differs...
|
commit | commitdiff | tree |
2009-05-23 |
Baptiste Coudurier | pad last audio frame when encoding
|
commit | commitdiff | tree |
2009-05-23 |
Baptiste Coudurier | remove useless include
|
commit | commitdiff | tree |
2009-05-23 |
Baptiste Coudurier | Set progressive_sequence before MPV_common_init which...
|
commit | commitdiff | tree |
2009-05-22 |
Baptiste Coudurier | fix mouse seeking when start time is not set, fix ...
|
commit | commitdiff | tree |
2009-05-22 |
Baptiste Coudurier | fail if stream fifo could not be allocated
|
commit | commitdiff | tree |
2009-05-21 |
Baptiste Coudurier | check av_fifo_alloc return
|
commit | commitdiff | tree |
2009-05-21 |
Baptiste Coudurier | correctly check for audio streams in mpeg ps muxer...
|
commit | commitdiff | tree |
2009-05-16 |
Baptiste Coudurier | move increment after debug print
|
commit | commitdiff | tree |
2009-05-15 |
Baptiste Coudurier | write 'stps' for mpeg-2 open gop in .mov
|
commit | commitdiff | tree |
2009-05-15 |
Baptiste Coudurier | decode mpeg-2 closed gop first b frames, fix issue...
|
commit | commitdiff | tree |
2009-05-15 |
Baptiste Coudurier | free Track and unset priv_data to avoid double free...
|
commit | commitdiff | tree |
2009-05-15 |
Baptiste Coudurier | reindent
|
commit | commitdiff | tree |
2009-05-15 |
Baptiste Coudurier | remove unneeded length checks
|
commit | commitdiff | tree |
2009-05-15 |
Baptiste Coudurier | change pic type to Picture* and remove casts
|
commit | commitdiff | tree |
2009-05-14 |
Baptiste Coudurier | use flags field and remove key_frame field
|
commit | commitdiff | tree |
2009-05-14 |
Baptiste Coudurier | change cts type to int, save some space
|
commit | commitdiff | tree |
2009-05-13 |
Baptiste Coudurier | parse 'stps' atom to set keyframe, partial sync sample...
|
commit | commitdiff | tree |
2009-05-13 |
Baptiste Coudurier | align and update doxygen
|
commit | commitdiff | tree |
2009-05-13 |
Baptiste Coudurier | remove comment
|
commit | commitdiff | tree |
2009-05-13 |
Baptiste Coudurier | Parse 'cslg' atom to retrieve dts shift when 'ctts...
|
commit | commitdiff | tree |
2009-05-13 |
Baptiste Coudurier | factorize av_set_pts_info
|
commit | commitdiff | tree |
2009-05-13 |
Baptiste Coudurier | cosmetics, alignment
|
commit | commitdiff | tree |
2009-05-13 |
Baptiste Coudurier | add casts to silence gcc warnings
|
commit | commitdiff | tree |
2009-05-13 |
Baptiste Coudurier | add casts to silence gcc warnings
|
commit | commitdiff | tree |
2009-05-12 |
Baptiste Coudurier | v210 mov fourcc
|
commit | commitdiff | tree |
2009-05-12 |
Baptiste Coudurier | v210 avi fourcc, v210_720p.avi
|
commit | commitdiff | tree |
2009-05-12 |
Baptiste Coudurier | V210 Uncompressed 4:2:2 10-bit encoder and decoder
|
commit | commitdiff | tree |
2009-05-11 |
Baptiste Coudurier | move free data in the video case
|
commit | commitdiff | tree |
2009-05-11 |
Baptiste Coudurier | write a single pes for video frames, some proprietary...
|
commit | commitdiff | tree |
2009-05-10 |
Baptiste Coudurier | sgi encoder does not support pal8
|
commit | commitdiff | tree |
2009-05-10 |
Baptiste Coudurier | rgb555le, rgb565le, rgb565be, bgr24 in .mov muxing
|
commit | commitdiff | tree |
2009-05-10 |
Baptiste Coudurier | bgra in .mov muxing
|
commit | commitdiff | tree |
2009-05-10 |
Baptiste Coudurier | correct pixfmt for argb
|
commit | commitdiff | tree |
2009-05-10 |
Baptiste Coudurier | rgba in .mov muxing
|
commit | commitdiff | tree |
2009-05-10 |
Baptiste Coudurier | reindent
|
commit | commitdiff | tree |
2009-05-10 |
Baptiste Coudurier | check for palette presence, fix crash with QT-BMP.mov...
|
commit | commitdiff | tree |
2009-05-10 |
Baptiste Coudurier | ensure first pts is set, according to specs
|
commit | commitdiff | tree |
2009-05-10 |
Baptiste Coudurier | remove useless max_payload_size variable
|
commit | commitdiff | tree |
2009-05-10 |
Baptiste Coudurier | do not write dts if pts is not set
|
commit | commitdiff | tree |
2009-05-10 |
Baptiste Coudurier | fix total bitrate computation, based on patch by corp186...
|
commit | commitdiff | tree |
2009-05-10 |
Baptiste Coudurier | update comment for rgb 16 bit in .mov
|
commit | commitdiff | tree |
2009-05-05 |
Baptiste Coudurier | dvh1 avi fourcc, dvh1_sample_truncated.avi, issue ...
|
commit | commitdiff | tree |
2009-05-05 |
Baptiste Coudurier | more dvcprohd .mov fourcc, see #1034
|
commit | commitdiff | tree |
2009-04-14 |
Baptiste Coudurier | set pkt duration for last smaller frame, should fix...
|
commit | commitdiff | tree |
2009-04-14 |
Baptiste Coudurier | fix indentation
|
commit | commitdiff | tree |
2009-04-14 |
Baptiste Coudurier | avoid strcmp NULL, fix segv on mingw
|
commit | commitdiff | tree |
2009-04-13 |
Baptiste Coudurier | fix indentation
|
commit | commitdiff | tree |
2009-04-13 |
Baptiste Coudurier | seek inside buffer when offset is exactly at the end...
|
commit | commitdiff | tree |
2009-04-13 |
Baptiste Coudurier | move audio buffers declarations and free them in av_exit
|
commit | commitdiff | tree |
2009-04-13 |
Baptiste Coudurier | move freeing code before exiting because of signal
|
commit | commitdiff | tree |
2009-04-13 |
Baptiste Coudurier | free options contexts in av_exit, valgrind should be...
|
commit | commitdiff | tree |
2009-04-13 |
Baptiste Coudurier | Set frame defaults in try_decode_frame.
|
commit | commitdiff | tree |
2009-04-13 |
Baptiste Coudurier | fix indentation
|
commit | commitdiff | tree |
2009-04-13 |
Baptiste Coudurier | fix indentation and remove whitespace after return
|
commit | commitdiff | tree |
2009-04-13 |
Baptiste Coudurier | reindent
|
commit | commitdiff | tree |
2009-04-13 |
Baptiste Coudurier | Init state to -1 in h264 parser.
|
commit | commitdiff | tree |
2009-04-12 |
Baptiste Coudurier | remove useless wrapper
|
commit | commitdiff | tree |
2009-04-12 |
Baptiste Coudurier | remove useless wrapper
|
commit | commitdiff | tree |
2009-04-12 |
Baptiste Coudurier | replace DEBUG_SI with DEBUG and use dprintf
|
commit | commitdiff | tree |
2009-04-12 |
Baptiste Coudurier | Set stream type to ac3 if registration descriptor is...
|
commit | commitdiff | tree |
2009-04-12 |
Baptiste Coudurier | simplify registration descriptor parsing with bytestream...
|
commit | commitdiff | tree |
2009-04-12 |
Baptiste Coudurier | fix end of buffer check, fix hang_read_header.h264.ts
|
commit | commitdiff | tree |
2009-04-12 |
Baptiste Coudurier | fix 6 channels raw pcm demuxing, raw pcm now demux...
|
commit | commitdiff | tree |
2009-04-08 |
Baptiste Coudurier | force sample for qcelp when not stored in mov, fix...
|
commit | commitdiff | tree |
2009-04-07 |
Baptiste Coudurier | move codec tag tables near corresponding code
|
commit | commitdiff | tree |
2009-04-07 |
Baptiste Coudurier | cosmetics, reindent
|
commit | commitdiff | tree |
2009-04-07 |
Baptiste Coudurier | cosmetics, add empty line and remove useless braces
|
commit | commitdiff | tree |
2009-04-07 |
Baptiste Coudurier | fix compilation, add missing parenthesis
|
commit | commitdiff | tree |
2009-04-07 |
Baptiste Coudurier | comment the ipod subtitle check
|
commit | commitdiff | tree |
2009-04-07 |
Baptiste Coudurier | invert condition to simplify code
|
commit | commitdiff | tree |
2009-04-07 |
Baptiste Coudurier | remove no more needed code, tag is set by default
|
commit | commitdiff | tree |
2009-04-07 |
Baptiste Coudurier | cosmetics, reindent, add empty lines
|
commit | commitdiff | tree |
2009-04-07 |
Baptiste Coudurier | split mov_find_codec_tag in separate per format functions
|
commit | commitdiff | tree |
2009-04-07 |
Baptiste Coudurier | set bits_per_coded_sample for rawvideo
|
commit | commitdiff | tree |
2009-04-07 |
Baptiste Coudurier | override mov fourcc for pcm audio, this is safer when...
|
commit | commitdiff | tree |
next |