summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 2nd attempt at OS/X shared/mdynamicnopic fix by ("Steven M. Schultz" <sms at ↵Michael Niedermayer2003-11-03
| | | | | | 2BSD dot COM>) Originally committed as revision 2475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer2003-11-03
| | | | Originally committed as revision 2474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flush fix (untested)Michael Niedermayer2003-11-03
| | | | Originally committed as revision 2473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -target option patch by (Vidar Madsen <vidar at prosalg dot no>)Vidar Madsen2003-11-03
| | | | | | this isnt complete or bugfree but its better than nothing Originally committed as revision 2472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only add prefix after \nMichael Niedermayer2003-11-03
| | | | Originally committed as revision 2471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (fixes dct coeff noise reduction)Michael Niedermayer2003-11-03
| | | | Originally committed as revision 2470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
| | | | Originally committed as revision 2469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (forgot that the dstW offset is hardcoded in the asm)Michael Niedermayer2003-11-03
| | | | Originally committed as revision 11369 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* noise reduction of dct coefficientsMichael Niedermayer2003-11-02
| | | | Originally committed as revision 2468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l ...Michael Niedermayer2003-11-02
| | | | Originally committed as revision 2467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Moved to new palette APIRoberto Togni2003-11-02
| | | | | | Added check to aviod stride change between frames Originally committed as revision 2466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avi and asf demuxer export palette in palctrlRoberto Togni2003-11-02
| | | | Originally committed as revision 2465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some palette related defines, bump build numberRoberto Togni2003-11-02
| | | | Originally committed as revision 2464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffv1 rgb supportMichael Niedermayer2003-11-01
| | | | Originally committed as revision 2463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ;Michael Niedermayer2003-11-01
| | | | Originally committed as revision 2462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* int_fast??_t emulation for broken systems which dont conform to ISO CMichael Niedermayer2003-11-01
| | | | | | this should be ported to mplayers configure if it works Originally committed as revision 2461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: free previous frame, not current one!Roberto Togni2003-10-31
| | | | | | Set reference flag for frames. Originally committed as revision 2460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't memcpy from unallocated memoryRoberto Togni2003-10-31
| | | | Originally committed as revision 2459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * DV demuxer is now capable of decoding auxilary audio stream. So,Roman Shaposhnik2003-10-31
| | | | | | | | | | | everybody who still uses second streo track for dubbing can now export it. * void* -> DVDemuxContext* change (per Fabrice's suggestion). * -dv1394 capture now works in all modes. Originally committed as revision 2458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure on SGI IRIX patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-10-31
| | | | Originally committed as revision 2457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New options for intra/inter matrices patch by (Vidar Madsen <vidar at ↵Vidar Madsen2003-10-31
| | | | | | prosalg dot no>) Originally committed as revision 2456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move identical code into its own functionMichael Niedermayer2003-10-30
| | | | | | intXY_t -> int_fastXY_t Originally committed as revision 2455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initalize various uninitalized variables and avoid coded_picture_number as ↵Michael Niedermayer2003-10-30
| | | | | | its not always correct (later should be reversed after fixing the picture_number mess) Originally committed as revision 2454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (SAR is written as height/width instead of width/height in the MPEG1 ↵Michael Niedermayer2003-10-30
| | | | | | standard) Originally committed as revision 2453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pts fix and related fixesMichael Niedermayer2003-10-30
| | | | Originally committed as revision 2452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)Mike Melanson2003-10-30
| | | | Originally committed as revision 2451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dumping funny numbers from first zygo i frame headerMichael Niedermayer2003-10-29
| | | | Originally committed as revision 2450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial support for zygovideoAlex Beregszaszi2003-10-29
| | | | Originally committed as revision 2449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a ↵Fabrice Bellard2003-10-29
| | | | | | specific API Originally committed as revision 2448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make AVFMT_NOHEADER flag dynamic - added av_open_input_stream()Fabrice Bellard2003-10-29
| | | | Originally committed as revision 2447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake ↵Fabrice Bellard2003-10-29
| | | | | | codec MPEG2TS) Originally committed as revision 2446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DATA (needed for ↵Fabrice Bellard2003-10-29
| | | | | | simpler handling of raw transport streams in ffserver and RTP - better solutions are welcomed) Originally committed as revision 2445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1/0 fix by (Tim Allen <tim at proximity dot com dot au>)Michael Niedermayer2003-10-28
| | | | Originally committed as revision 2444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* linear blend 1 line shift fixMichael Niedermayer2003-10-28
| | | | Originally committed as revision 2443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* XvMC speedup by removing one memcpy and doing MB packingIvan Kalvachev2003-10-27
| | | | Originally committed as revision 2442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make convert_matrix() independant of MpegEncContextMichael Niedermayer2003-10-27
| | | | Originally committed as revision 2441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc ↵Panagiotis Issaris2003-10-26
| | | | | | dot ac dot be>) Originally committed as revision 2440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AltiVec optimized fdct patch by (James Klicman <james at klicman dot org>)James Klicman2003-10-26
| | | | Originally committed as revision 2439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing the remaning block-align checksMichael Niedermayer2003-10-26
| | | | Originally committed as revision 2438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* block algn patch by ("Assaf Yaari" <assafy at mobixell dot com>)Assaf Yaari2003-10-26
| | | | Originally committed as revision 2437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder table instead of wasting instructions to reorder the input to match ↵Michael Niedermayer2003-10-25
| | | | | | the table Originally committed as revision 2436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-10-25
| | | | Originally committed as revision 2435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2003-10-25
| | | | Originally committed as revision 2434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support Cinepak files with funky (not divisible by 4) resolutionsMike Melanson2003-10-25
| | | | Originally committed as revision 2433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added XVID fourcc (ISO MPEG-4?) and AC3 fourccMike Melanson2003-10-25
| | | | Originally committed as revision 2432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* diff -up looks better then diff -uMichael Niedermayer2003-10-25
| | | | Originally committed as revision 2431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * adding integer/floating point AAN implementations for DCT 2-4-8Roman Shaposhnik2003-10-25
| | | | Originally committed as revision 2430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * sh doesn't understand $(command) type of Command substitution.Roman Shaposhnik2003-10-24
| | | | | | It's a ksh'ism. Originally committed as revision 2429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizingMichael Niedermayer2003-10-24
| | | | Originally committed as revision 2428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot ↵Panagiotis Issaris2003-10-24
| | | | | | luc dot ac dot be>) Originally committed as revision 2427 to svn://svn.ffmpeg.org/ffmpeg/trunk