summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Use setmode() if it exists in <io.h>, and not based on O_BINARY.Ramiro Polla2009-01-11
| | | | Originally committed as revision 16553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use 'enabled' function instead of raw 'test' calls in arch checks.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add my GPG key.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationDiego Biurrun2009-01-11
| | | | Originally committed as revision 16550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix illegal identifier starting with an underscore.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ffindex set before mov_read_default so it can be used in functionsBaptiste Coudurier2009-01-11
| | | | Originally committed as revision 16548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add necessary, remove unnecessary #includes.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop unnecessary intreadwrite.h and bswap.h #includes.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing #include to fix 'make checkheaders'.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove useless quotes.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1l: better alphabetical orderDiego Biurrun2009-01-11
| | | | Originally committed as revision 16543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing --disable-armv6t2 to help output.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase BUFFER_SIZE.Michael Niedermayer2009-01-11
| | | | | | Fixes issue719. Originally committed as revision 16541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentionMichael Niedermayer2009-01-11
| | | | Originally committed as revision 16540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* All negative values are errors not just -1.Michael Niedermayer2009-01-11
| | | | Originally committed as revision 16539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check the return of audio and video encoders.Michael Niedermayer2009-01-11
| | | | Originally committed as revision 16538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* All negative returns are errors not just -1.Michael Niedermayer2009-01-11
| | | | Originally committed as revision 16537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 30l: when reading mb_offset in RV30 slice header its sizeKostya Shishkov2009-01-11
| | | | | | should be calculated from current frame dimensions Originally committed as revision 16536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2009-01-11
| | | | Originally committed as revision 16535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove warnings about uninitialized varsBaptiste Coudurier2009-01-11
| | | | Originally committed as revision 16534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add size that is needed for the wmapro codecBenjamin Larsson2009-01-11
| | | | Originally committed as revision 16533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2009-01-11
| | | | Originally committed as revision 16532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for muxing mov/mp4/3gp timed text streamsDavid Conrad2009-01-11
| | | | Originally committed as revision 16531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Read extradata (justification, colors, fonts, etc) for mov/mp4 timed textDavid Conrad2009-01-11
| | | | Originally committed as revision 16530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RV30 decoder passes possible frame sizes in extradata and selectsKostya Shishkov2009-01-11
| | | | | | | | | an appropriate frame size from them in slice, make my decoder do that as well. This fixes issue 779 Originally committed as revision 16529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove comment, this is not relevant anymoreBaptiste Coudurier2009-01-11
| | | | Originally committed as revision 16528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2009-01-11
| | | | Originally committed as revision 16527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for negative dts value even if bitstream is already formated,Baptiste Coudurier2009-01-11
| | | | | | this fixes dts when stream copying. Originally committed as revision 16526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use coff as objformat for dos.Michael Kostylev2009-01-11
| | | | | | Patch by Michael Kostylev <mik at it-1 dot ru> Originally committed as revision 16525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove H264Context from vdpau_internal.h.Carl Eugen Hoyos2009-01-11
| | | | Originally committed as revision 16524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix warning: assignment makes pointer from integer without a castAurelien Jacobs2009-01-10
| | | | Originally committed as revision 16523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix OBJS-$(CONFIG_H264_VDPAU_DECODER).Carl Eugen Hoyos2009-01-10
| | | | Originally committed as revision 16522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk.Carl Eugen Hoyos2009-01-10
| | | | Originally committed as revision 16521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use only MpegEncContext in ff_vdpau_h264_add_data_chunk.Carl Eugen Hoyos2009-01-10
| | | | Originally committed as revision 16520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Break long line.Carl Eugen Hoyos2009-01-10
| | | | Originally committed as revision 16519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a separate 'testclean' rule to clean regression test data withoutFrancesco Cosoleto2009-01-10
| | | | | | | removing compiled files. patch by Francesco Cosoleto, cosoleto gmail com Originally committed as revision 16518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix capitalization and missing periods issues.Stefano Sabatini2009-01-10
| | | | Originally committed as revision 16517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the AVFormatContext options definition to a dedicated file,Stefano Sabatini2009-01-10
| | | | | | reduce the utils.c clutter. Originally committed as revision 16516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fill range_map* in VC1Context.Carl Eugen Hoyos2009-01-10
| | | | Originally committed as revision 16515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the AVCodecContext options definition to a dedicated file, reduceStefano Sabatini2009-01-10
| | | | | | the utils.c clutter. Originally committed as revision 16514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c.Carl Eugen Hoyos2009-01-10
| | | | Originally committed as revision 16513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segv, always set audio_buf to audio_buf1 if decoding failBaptiste Coudurier2009-01-09
| | | | Originally committed as revision 16512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent to properly fit a 80 chars terminal.Ronald S. Bultje2009-01-09
| | | | Originally committed as revision 16511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after r16509.Ronald S. Bultje2009-01-09
| | | | Originally committed as revision 16510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply rtpmap: SDP lines to the last m= line only, since they generally justRonald S. Bultje2009-01-09
| | | | | | | come directly after each m= line if required. See "[PATCH] RTSP-MS 5-6/15: parse only the last m= line stream per rtpmap line" thread on ML. Originally committed as revision 16509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move VDPAU check, make future VDPAU patches smaller.Carl Eugen Hoyos2009-01-09
| | | | Originally committed as revision 16508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only set le if value is 1, fix boom5.mov, issue #770Baptiste Coudurier2009-01-09
| | | | Originally committed as revision 16507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not assume that if pkt->destruct != av_destruct_packet then it is notLuca Abeni2009-01-09
| | | | | | necessary to call the destruct method Originally committed as revision 16506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initialize AVFormatContext before calling av_write_header()Aurelien Jacobs2009-01-09
| | | | Originally committed as revision 16505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add refdist_flag to VC1Context.Carl Eugen Hoyos2009-01-09
| | | | Originally committed as revision 16504 to svn://svn.ffmpeg.org/ffmpeg/trunk